Skip to content Skip to sidebar Skip to footer

Html Aria Validation Issues (html5)

I pretty much make sure my website(s) always validates. So today, after changing a certain item on my website, I ran the W3C validator once again. And suddenly got about 20 errors

Solution 1:

Seems like a false alarm (just somebody's mistake). Found this message from http://lists.w3.org

Solution 2:

Making ARIA mandatory in HTML5 would be utterly stupid. There are sites that do not in fact need any ARIA functionality, and this would mean that all the webpages that used to validate have to be re-done: an awful amount of pointless work. On the other hand, it is rather difficult to ignore the ARIA errors while I am actually using the validator to find real problems in my HTML. ARIA is good but it must be optional, not mandatory. I hope they are goint to remove that nonsense from the validator soon.

Solution 3:

As of today, it seems like ARIA related HTML5 errors are disappeared.

ARIA validation can be made from this website: http://validator.w3.org/nu/ But note this warning:

The W3C Nu Markup Validation Service support for ARIA checking is a work in progress, so cannot be wholly relied upon to provide the correct results.

Post a Comment for "Html Aria Validation Issues (html5)"