Closed
Bug 295401
Opened 21 years ago
Closed 21 years ago
Allow DHTML accessibility to be used in text/html
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
|
2.25 KB,
patch
|
jst
:
review+
jst
:
superreview+
mkaply
:
approval1.8b3+
|
Details | Diff | Splinter Review |
Since we cannot define the wairole: prefix as having a meaning in HTML, at the
moment we have to use XHTML.
The idea is that the xhtml2:role attribute value points to an rdf entry
So if you say xhtml22:role="wairole:checkbox" it gets expanded to something like
http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#checkbox
Right now we don't look at that rdf -- that's slated for a later date. Right now
we just hardcode the meaning of the roles in that GUIRoleTaxonomy.
So we are going to need a slight modification for text/html where wairole:
prefix means use the hardcoded WAI roles.
| Assignee | ||
Updated•21 years ago
|
Component: DOM → Disability Access APIs
| Assignee | ||
Updated•21 years ago
|
Assignee: general → aaronleventhal
| Assignee | ||
Comment 1•21 years ago
|
||
Attachment #184437 -
Flags: superreview?(jst)
Attachment #184437 -
Flags: review?(jst)
Comment 2•21 years ago
|
||
Comment on attachment 184437 [details] [diff] [review]
If text/html, allow wairole to automatically expand to the WAI role namespace
r+sr=jst
Attachment #184437 -
Flags: superreview?(jst)
Attachment #184437 -
Flags: superreview+
Attachment #184437 -
Flags: review?(jst)
Attachment #184437 -
Flags: review+
| Assignee | ||
Updated•21 years ago
|
Attachment #184437 -
Flags: approval1.8b3?
Comment 3•21 years ago
|
||
Comment on attachment 184437 [details] [diff] [review]
If text/html, allow wairole to automatically expand to the WAI role namespace
a=mkaply
Attachment #184437 -
Flags: approval1.8b3? → approval1.8b3+
| Assignee | ||
Comment 4•21 years ago
|
||
Checking in accessible/src/base/nsAccessible.cpp;
/cvsroot/mozilla/accessible/src/base/nsAccessible.cpp,v <-- nsAccessible.cpp
new revision: 1.150; previous revision: 1.149
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•