Closed
Bug 519325
Opened 16 years ago
Closed 4 years ago
Add ARIA roles
Categories
(www.mozilla.org :: Information Architecture & UX, defect)
www.mozilla.org
Information Architecture & UX
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: rdoherty, Unassigned)
References
Details
(Whiteboard: [kb=1177314] [a11y])
Per my goal of basic ARIA support for mozilla.com (https://wiki.mozilla.org/Webdev:WAI-ARIA#Basic_ARIA_Support).
| Reporter | ||
Comment 1•16 years ago
|
||
r52484 adds navigation, search and contentinfo roles to all pages. Updating all pages to add role="main" to main content blocks may be unattainable considering the # of files and dangers of a mass search-and-replace.
Comment 2•15 years ago
|
||
Next steps here? Or are we done?
| Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Next steps here? Or are we done?
Next step would be updating all locales to add role="main" their main content blocks. I'm not sure of a good/reliable method of doing this easily though.
Comment 4•15 years ago
|
||
<body role="document">
<div role="main" id="doc">
<div role="menubar" id="nav-main">
* Not "navigation" because it has dropdown menus
* role="menu" and role="menuitem" will follow
* implementing keyboard navigation is appreciated
* see http://mozilla.jp/ for example (those dropdown menus work with and w/o JavaScript)
<ul role="navigation" id="footer-menu">
etc, etc...
Comment 5•15 years ago
|
||
> * implementing keyboard navigation is appreciated
Err, www.mozilla.com has already implemented this stuff.
Comment 6•15 years ago
|
||
<div id="header" role="banner">
<div id="footer-menu" role="presentation">
because it's a dup of #nav-main and should not be read again by screen readers.
I'll make a patch for the nova branch in good time...
Updated•15 years ago
|
Assignee: ryan.doherty → nobody
Whiteboard: [a11y]
Comment 7•15 years ago
|
||
Just FYI: ALA has published articles on ARIA, worth reading.
http://www.alistapart.com/issues/319
Comment 8•15 years ago
|
||
Doing a bit of bug housekeeping here and came across this.
Closing for now. If you think this is still important to fix, and applies to the current mozilla.com, please re-open. Thanks!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Comment 10•15 years ago
|
||
Absolutely. At least the landmark roles -- banner and main -- should be added.
http://www.w3.org/TR/wai-aria/complete#landmark_roles
And the pager-with-tabs should have the tablist, tab and tabpanel roles.
We have widely used ARIA roles at http://mozilla.jp/
Comment 11•15 years ago
|
||
You can test the ARIA implementation with NVDA, an open source screen reader.
http://www.nvda-project.org/
Status: REOPENED → NEW
| Assignee | ||
Updated•14 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Updated•13 years ago
|
Component: General → Information Architecture & UX
Updated•13 years ago
|
Hardware: x86 → All
Version: other → unspecified
Comment 12•13 years ago
|
||
I'll make a patch for Bedrock.
Assignee: nobody → kohei.yoshino.bugs
Status: NEW → ASSIGNED
Updated•12 years ago
|
Whiteboard: [a11y] → [kb=1177314] [a11y]
Updated•9 years ago
|
Status: ASSIGNED → NEW
Updated•7 years ago
|
Assignee: kohei.yoshino → nobody
Comment 13•4 years ago
|
||
Closing out old, inactive bugs
Status: NEW → RESOLVED
Closed: 15 years ago → 4 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•