Difference between revisions of "Resources for creating accessible HTML and AJAX"
From Dreamwidth Notes
Line 6: | Line 6: | ||
* http://webaim.org/techniques/ajax/ | * http://webaim.org/techniques/ajax/ | ||
* http://plugins.jquery.com/plugin-tags/accessibility | * http://plugins.jquery.com/plugin-tags/accessibility | ||
+ | |||
+ | [19:23] <deborahGU> If you AJAXify [ the poll editor ] for adding new questions, you'll want to add WAI-ARIA live regions -- but be aware that those only work for the newest screen readers, and lots of people don't have them, so it needs to work without. | ||
[[Category: Accessibility]] | [[Category: Accessibility]] | ||
[[Category: Development]] | [[Category: Development]] |
Latest revision as of 03:56, 22 October 2011
DRAFT
[19:23] <deborahGU> If you AJAXify [ the poll editor ] for adding new questions, you'll want to add WAI-ARIA live regions -- but be aware that those only work for the newest screen readers, and lots of people don't have them, so it needs to work without.