Closed
Bug 405995
Opened 18 years ago
Closed 18 years ago
ARIA properties ignored on <body> if no role
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
888 bytes,
patch
|
evan.yan
:
review+
surkov
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
Right now we ignore ARIA properties that apply to the entire document, when they are set on the <body>.
The spec will now say that <body> is always the place for ARIA properties in HTML. In content types that don't separate a head from a body, the ARIA properties go on the document element.
Assignee | ||
Comment 1•18 years ago
|
||
FWIW, the old rule was reasonable at a time when all ARIA properties required a role in order to be recognized. This is no longer true.
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #290689 -
Flags: review?(Evan.Yan)
Comment 3•18 years ago
|
||
Comment on attachment 290689 [details] [diff] [review]
Don't require role on <body> for it to be returned from nsAccessible::GetRoleContent()
r=me
Attachment #290689 -
Flags: review+
Attachment #290689 -
Flags: review?(Evan.Yan) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #290689 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #290689 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•