
-
Recent Posts
Categories
- Accessibility (127)
- Apple (10)
- ARIA (44)
- Extensions (7)
- Firefox (87)
- General (12)
- GMail (4)
- Mobile (11)
- Mozilla (31)
- NVDA (12)
- Orca (9)
- QA (9)
- SeaMonkey (4)
- Testing (9)
- Thunderbird (10)
- Uncategorized (6)
- Windows (1)
- WordPress (3)
- Yahoo! (3)
Meta
Tag Archives: HTML5
From WAI-ARIA to HTML5 and back…or maybe not?
Over the weekend, I gave a presentation at the German Multimediatreff. I talked about how to make things more accessible by combining HTML5 and WAI-ARIA in smart ways, using HTML5 where available and appropriate, and enhancing the user experience where … Continue reading
Posted in Accessibility, ARIA
Tagged Accessibility, ARIA, ConstraintValidation, HTML5, HTML5Forms, WAI-ARIA
1 Comment
Firefox 6: html:progress element accessibility
Recently, Mounir landed support for the HTML5 progress element on the Mozilla development branch (AKA “Nightly” channel). A few days later, after a concerted effort and another episode of “Marco and C++ are only partially good friends” , accessibility support … Continue reading
New accessibility support for HTML5 elements and attributes
In the nightly builds starting November 9th, 2010, there are some HTML5 elements and attributes newly supported by the accessibility APIs. This will be in Firefox 4.0. Landmark elements mapped to WAI-ARIA landmark roles We are mapping the following HTML5 … Continue reading
Posted in Accessibility, ARIA, Firefox
Tagged Accessibility, ARIA, Firefox, HTML5, Landmark
23 Comments
What should the action name for an indeterminate checkbox be?
As noted in this blog post, we’re currently working on implementing the accessibility for HTML 5 checkboxes that are indeterminate. An indeterminate checkbox is a checkbox that is neither checked nor unchecked, or half-checked if you will. The first stage … Continue reading