Use of xHTML/CSS Validating ?

Discussion in 'HTML & Website Design' started by seokochin, Nov 18, 2008.

  1. #1
    What is the use or advantage of validating a web page with xHTML/CSS ?
     
    seokochin, Nov 18, 2008 IP
  2. Pandemix

    Pandemix Well-Known Member

    Messages:
    954
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    120
    #2
    Not much I guess...it just looks more professional I suppose. I make sure all my sites validate, it really has no effect on anything though.
     
    Pandemix, Nov 18, 2008 IP
  3. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Validation enhances interoperability -- correct rendering in all user agents. However, web pages can, and do, fail validation and still display pretty much as expected in graphical Browsers anyway due to their built-in Markup discrepancy compensation -- in other words depending on the error compensating properties of individual Browsers.

    Validation does catch many easily corrected Markup errors and the resultant code is consequently easy to maintain or change. Pages containing invalid Markup may not display or function correctly in Screen Readers, BRAILLE interpreters and Textual Browsers or when incorporated into other applications. As we move toward the Semantic Web, the rigors of XML will result in a greater requirement for Valid Markup.

    Valid and well formed Markup also bespeaks careful craftsmanship and that appeals to many web authors.

    James
     
    jamesicus, Nov 18, 2008 IP