Issue #1: The V-Word
• Any Validation Nazis in the room?
• ARIA won’t validate with HTML 4.01, XHTML 1.0. What to do?
•
•Put up with it.
•Inject attribute values using JavaScript.
•Create a custom DTD!
•Use HTML 5!?
ARIA roles & attributes won’t validate with HTML 4.01 or XHTML 1.0. What are the choices?

Put up with it.

Add attribute values using JavaScript (easy using JavaScript libraries like JQuery).

Create a custom DTD!

Use HTML 5!? W3C’s validator (http://validator.w3.org/) has experimental support for HTML5 with ARIA.