Jump To Content

LearnHub



Do you validate your CSS? (Discussion)

gianni saidFri, 12 Sep 2008 17:15:27 -0000 ( Link )

Do you validate your CSS? Does it even matter as long as your style sheets are well-formed? Thoughts?

Actions
Vote
Current Rating
0
Rate Up
Rate Down
No Votes
  1. gianni saidFri, 12 Sep 2008 17:17:55 -0000 ( Link )

    I usually validate every so often, just to check things out. My style sheets aren’t completely valid due to custom behaviors, &c.., however, they are semantically correct. Which means they should be compatible with any CSS parser.

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  2. lechuck saidFri, 12 Sep 2008 17:35:25 -0000 ( Link )

    I usually only validate my html, honestly. I just use the standard W3C Validator. It does CSS too, so I should probably use it!

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  3. Carsten saidFri, 12 Sep 2008 21:25:19 -0000 ( Link )

    I use Sass, which always outputs well-formed CSS, I do occasionally run things through the CSS validator just to make sure my property values are in check, but I don’t find it as necessary anymore.

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  4. gianni saidFri, 12 Sep 2008 21:51:38 -0000 ( Link )

    Yea, I’m also addicted to SASS. Coding plain old CSS feels wrong to me now. And I couldn’t live without the reusable blocks!

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

  5. erickpatrick1988 saidMon, 23 Feb 2009 16:37:54 -0000 ( Link )

    I, normally, use to create my CSS files with a little help from “css cheat sheets”. And they 99% are well written, but I every pass them by the CSS validator to confirm.

    My Html files also pass by the markup validator… Sometimes e can forget a slash or an ending tag…

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

Your Response
Textile is Enabled (View Reference)