Closed
Bug 343123
(dhtmldocs)
Opened 19 years ago
Closed 13 years ago
Update DHTML developer docs, track new issues here
Categories
(Developer Documentation Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: sheppy)
References
(Depends on 1 open bug)
Details
(Keywords: access)
We need to make sure that we keep developers informed about DHTML a11y:
http://developer.mozilla.org/en/docs/Accessible_DHTML
First issue to remember, when checking for the role attribute:
In XHTML 1,x it looks for a non-namespaced role attribute first, then an XHTML 1.x role attribute, then an XHTML 2 role attribute.
In anything else it looks for the XHTML 1.x role attribute first, then an XHTML 2 role attribute
| Reporter | ||
Comment 1•19 years ago
|
||
Some properties now work anywhere, no role required:
disabled, required, invalid, labelledby, describedby
Alias: dhtmldocs
| Reporter | ||
Comment 2•19 years ago
|
||
Added support for some new roles and properties in bug 338337.
| Reporter | ||
Comment 3•19 years ago
|
||
Relations:
+ controls, flowsto
relations don't require a role
labelledby, controls and describedby can take an idlist
Roles:
+alertdialog
-icon
+listbox (supports readonly and multiselect)
menuitem can have checked="mixed"
+menuitemcheckbox (-menuitemcheckable)
+grid (readonly, multiselectable)
+option (selected or checked)
spreadsheet deprecated
+table,td,th
treeitem can have checked="mixed"
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Updated•19 years ago
|
Assignee: aaronleventhal → pilgrim
Status: ASSIGNED → NEW
| Reporter | ||
Comment 4•19 years ago
|
||
Should we make sure that we mark what's new in Firefox 2? That will prevent developers with 1.5 on the system from being confused.
On the other hand, perhaps the doc could just be updated at the appropriate time, and contain a link to differences with Firefox 1.5.
| Reporter | ||
Updated•19 years ago
|
Blocks: fox2access
Comment 5•19 years ago
|
||
Done: new roles enumerated in comment 3, "supported version" idea from comment 4.
TODO: comment 0, comment 1, relations from comment 3.
Status: NEW → ASSIGNED
Updated•19 years ago
|
Target Milestone: --- → mozilla1.8final
| Reporter | ||
Updated•19 years ago
|
No longer blocks: fox2access
Updated•18 years ago
|
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
Target Milestone: mozilla1.8final → ---
Updated•18 years ago
|
QA Contact: imajes → doc-request
Updated•13 years ago
|
Component: Documentation Requests → Documentation
Comment 6•13 years ago
|
||
Automatically closing all bugs that have not been updated in a while. Please reopen if this is still important to you and has not yet been corrected.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Comment 7•13 years ago
|
||
Reopening for review by Sheppy.
Assignee: pilgrim → eshepherd
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
| Assignee | ||
Comment 8•13 years ago
|
||
Let's close this and file new bugs for any actual issues (or just fix them). This is a very vague and very old bug.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
You need to log in
before you can comment on or make changes to this bug.
Description
•