Closed
Bug 383613
Opened 18 years ago
Closed 18 years ago
Don't use role=presentation subtrees when calculating accessible name
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
INVALID
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
In a given subree such as
<div role="wairole:button">
<span>Button text</span>
<span role="wairole:presentation">Don't use this</span>
<div>
The accessible name for the button should just be "Button text".
| Assignee | ||
Comment 1•18 years ago
|
||
Actually, this won't work because role=presentation only affects the current element, not the subtree.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•