Difference between revisions of "Resources for creating accessible HTML and AJAX"
From Dreamwidth Notes
Jadelennox (Talk | contribs) m (markup problem) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* [http://dw-accessibility.dreamwidth.org/4862.html Preliminary list of resources] | * [http://dw-accessibility.dreamwidth.org/4862.html Preliminary list of resources] | ||
* [[Alt text and title attribute]] | * [[Alt text and title attribute]] | ||
+ | |||
+ | * http://webaim.org/techniques/ajax/ | ||
+ | * 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: 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.