Closed
Bug 296243
Opened 19 years ago
Closed 16 years ago
Expose navigation roles
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
The built-in roles for xhtml2:role are all related to navigation. In addition,
HTML's <link rel=""> can be used to expose the same navigation roles.
The navigation roles are: - banner, contentinfo, main, navigation, note, search,
secondary, seealso
We need to expose these navigation landmarks at least in ISimpleDOMDocument,
perhaps in a new cross-platform interface.
Assignee | ||
Comment 1•17 years ago
|
||
We do expose the roles via role strings.
It would be nice to do the link rel trick I suppose.
Blocks: nicea11y
Assignee | ||
Comment 2•16 years ago
|
||
We shouldn't support this. It's better to standardize on 1 way to do ARIA landmarks.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•