Benifit of W3 Validation

Discussion in 'CSS' started by ranacseruet, Mar 10, 2009.

  1. #1
    Hi,
    What is the main benefit of W3 validation actually? If a site doesn't have w3 validation, what problems that may occur? Thanks...
     
    ranacseruet, Mar 10, 2009 IP
  2. DGK

    DGK Peon

    Messages:
    73
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The validation is not very important, but if your code is valid then you will be sure that search engines "understands" your sites.
    And second - you will make an good impression on your visitors.
     
    DGK, Mar 10, 2009 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    If your site is not valid, then you have errors in your markup. Errors in anything are never good. Browsers will do their best to render what you meant but you are relying on all browsers to think alike and read your mind. Also not a good thing.

    Valid or not is never a question to ask.
     
    drhowarddrfine, Mar 11, 2009 IP
  4. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    Don't always go by validations though. Sometimes they say things are 'errors' but when in fact they are not. Just a tip.
     
    DREAM SIZE, Mar 12, 2009 IP
  5. katendarcy

    katendarcy Peon

    Messages:
    115
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    In addition to the above, I just want to add that the W3C sets the "standards" for the Web. So, if your site isn't validating, that means you're not doing something right. (Obviously. : ) Making sure your site validates holds you to a higher standard of coding, I think. (Of course, you can still do things that don't make "clean code", (using extra divs, etc.), and it could still validate. But I hope you know what I was getting at.)

    Fixing validation errors can also save you headaches with layout, (as mentioned). Plus, doesn't it feel good to see that green bar saying your site's valid? ; )
     
    katendarcy, Mar 13, 2009 IP
  6. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #6
    Valid markup means you ACTUALLY HAVE HTML (and/or XHTML) and not complete ****ing gibberish. When you have gibberish you are NOT relying on the proper behavior of the markup but the automatic error correction that has given web developers a sleazeball 'free ride' for the better part of a decade and a half. Given that until the past three or four years browser manufacturers have done little in the way of being on the same page when it comes to the handling of errors, you are more likely to see your pages break in standards compliant browsers or new versions of non-compliant browsers like IE. (need that IE6 or IE7 specific hack? Hacking JUST for IE8 beta already? Guess what!)

    It is not the be all end all solution to problems, as rubbish code is rubbish code whether it validates or not - but invalid code is ALWAYS rubbish. As our resident stooges fan said, "Valid or not is never a question to ask."

    I've said it at least four dozen times on these forums, if it doesn't validate, it's NOT HTML, it's gibberish - and you are pretty much hoping that all browsers might actually interpret that gibberish the same way... good luck with that.
     
    deathshadow, Mar 15, 2009 IP
  7. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #7
    Add that to my 3 dozen and it's gotten very old, hasn't it?
     
    drhowarddrfine, Mar 15, 2009 IP