Ticket #5768 (new enhancement)
Support new ARIA syntax in templates
| Reported by: | simonjb | Owned by: | becky |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Accessibility | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by davidb) (diff)
Our template syntax is different from, and more verbose than, the new ARIA syntax for setting roles and states. We need some processing of role and state specifications in templates because FF2 does not support the new syntax. However, we could parse the new syntax in templates and make the necessary changes for FF2.
For example:
- waiRole="menu" vs. role="menu"
- waiState="labelledby-foo" vs. aria-labelledby="foo"
Change History
Note: See
TracTickets for help on using
tickets.