Closed
Bug 404028
Opened 17 years ago
Closed 17 years ago
AT-SPI not exposed on ARIA HTML using NS technique
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: scott, Assigned: aaronlev)
References
Details
The oldstyle workaround for ARIA HTML widgets involved using setAttributeNS() to 'inject' proper ARIA markup into the DOM, presumably because ARIA markup was not recognized by the HTML parser. Recent changes to ARIA markup support for HTML has allowed web developers to use "aria-*" markup to bypass the Javascript initialization step. The problem is that the oldstyle work around is broken and should not be to maintain backward compatibility.
Reporter | ||
Comment 1•17 years ago
|
||
Here is an example that illustrates the problem:
http://test.cita.uiuc.edu/aria/checkbox/view_html.php?title=Checkbox%20Example%201&ginc=includes/checkbox1.inc&gcss=css/checkbox1.css&gjs=../js/globals.js,../js/widgets.js,js/checkbox1.js
Reporter | ||
Updated•17 years ago
|
Blocks: fox3access
Assignee | ||
Comment 2•17 years ago
|
||
Incorrect markup -- don't use role in a namespace.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•