1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Web W3.org Validation

Discussion in 'Photography, Art & Design' started by Cookie Monster, 7 Mar 2012.

  1. Cookie Monster

    Cookie Monster Multimodder

    Joined:
    27 Aug 2003
    Posts:
    4,522
    Likes Received:
    667
    I've decided to get back into coding, while doing this going to try and code everything so it is valid according to the W3.org validation checker.

    The first site I've re-coded for a friend passes their tests, but there are 36 warnings for the CSS (you can pass with warnings by the looks of it).

    Would you leave it as is, or try and fix the warnings?

    Also once passed, would you include their valid code icons on your page?

    Cheers.
     
  2. motorsportcfd

    motorsportcfd What's a Dremel?

    Joined:
    25 Jan 2012
    Posts:
    85
    Likes Received:
    5
    Just make sure the page is properly viewed across multiple browsing platforms. I dont bother putting the validation on the page. The validation is primarily so that it is properly viewed no matter what platform/browser you're using, unlike a security certificate.
     
  3. faugusztin

    faugusztin I *am* the guy with two left hands

    Joined:
    11 Aug 2008
    Posts:
    6,953
    Likes Received:
    270
    Valid HTML is a must. Valid CSS is next to impossible, especially if you need to use browser hacks for different browsers or special custom browser specific stylesheet commands - for example -moz-something from https://developer.mozilla.org/en/CSS :).
     
  4. Chr!s

    Chr!s What's a Dremel?

    Joined:
    21 Apr 2004
    Posts:
    551
    Likes Received:
    9
    Google gives no SEO boost to valid markup.

    CSS warnings could be due to browser prefixes and or CSS3 features, make sure you select the CSS version on the validation page.

    If it loads correctly, loads as you wish in your browser tests, then validating really doesn't matter.

    Don't loose sleep over it.
     

Share This Page