Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Validation: It’s your cross browser compatability friend! Re: Validation: It’s your cross browser compatability friend!

#61819
runa
Member

No. Death to the Validator! :mrgreen:

Reasons:
1) Your advice is an advice everybody already knows. It’s like waching up to the sky to know how the weather is.

2) W3C-Vadidator is often unable to analyze non-enclosing-tags with

Code:
/>

the right way. He does not understand empty elements like

Code:
.

and wants me to write

Code:
/>

the right way.

3) Everybody is talking about HTML5, but there is a by far better way to produce markups that machines can understand: the role-attribute. But the validator says, role-attrbutes are false in my xhtml-document, though the X stands for extensible.

4) Finally, the validors often says something is invalid on my page. But when I take a look in markup of the validator protocoll page I discover the same mark-up. Obviously it can’t be invalid if the W3C uses it.

For everyone who knows the concept of xhtml, validating is just spell-checking. Are all my p-Tags closed?