Closed
Bug 340671
Opened 19 years ago
Closed 19 years ago
New ATK: Use new block text roles if available
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access)
Attachments
(1 file)
2.25 KB,
patch
|
pilgrim
:
review+
|
Details | Diff | Splinter Review |
If available, use the new roles:
<h1>-<h6> -> ATK_ROLE_HEADING with additional object attribute "heading level = n"
<p> -> ATK_ROLE_PARAGRAPH
<div> -> ATK_ROLE_SECTION
Assignee | ||
Comment 1•19 years ago
|
||
More:
<ul> and <ol> -> ATK_ROLE_LIST
<li> -> ATK_ROLE_LISTITEM
<blockquote> -> ATK_ROLE_SECTION (object attribute of tag will indicate that it's a quote)
<form> -> ATK_ROLE_FORM
Assignee | ||
Comment 2•19 years ago
|
||
Will file separate bug for object attributes.
Attachment #226492 -
Flags: review?(pilgrim)
Comment 3•19 years ago
|
||
Comment on attachment 226492 [details] [diff] [review]
Tiny patch. Blockquote->ROLE_SECTION was missing, and Role() should use GetFinalRole()
Looks fine, r=me
Attachment #226492 -
Flags: review?(pilgrim) → review+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•