Best practice
•WAI-ARIA is just one ‘layer’ of accessibility. •Don’t withhold content from users without JavaScript (use HIJAX). •Best practice techniques for front-end web development, & layer ARIA on where possible.
•
WAI-ARIA is just one ‘layer’ of accessibility. Using ARIA doesn’t give us an excuse to ignore the wealth of other techniques we should be using to enhance accessibility (principles of WCAG2, etc).
Don’t withhold content from users without JavaScript.
Use best practice front-end development techniques (semantic markup, Graded Browser support, CSS for layout, Progressive Enhancement, all that good stuff) & layer ARIA on where possible.