Opened 12 years ago
Closed 12 years ago
#9117 closed defect (fixed)
contentPane: enable setting ARIA landmark roles on contentPane
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.3.1 |
Component: | Accessibility | Version: | 1.3.0 |
Keywords: | Cc: | Joseph Scheuhammer | |
Blocked By: | Blocking: |
Description
Now that ARIA landmark roles are supported by the screen readers, we need to allow setting them onto contentPanes so developers can mark the sections of the page appropriately: navigation, banner, main, etc.
Previously if there was no WAI role on a contentPane it was given a role of group. Landmark roles were not considered ARIA roles so group was being added to any landmark role that was specified. The screen readers don't work if there are mulitple roles so modify the code to only set the group role if there is not already ANY role on the contentPane.
Change History (3)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
trac is still broken. Applied on trunk [17274] by becky