Closed
Bug 344539
Opened 19 years ago
Closed 19 years ago
Use EMBEDS relation on top accessible object to point to content area
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access, fixed1.8, Whiteboard: Very low risk. Helps avoid future compatibility issues w/ screen readers.)
Attachments
(1 file, 1 obsolete file)
4.19 KB,
patch
|
roc
:
review+
roc
:
superreview+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
It's difficult for an AT to find the content area quickly. This will become a really big problem in Firefox 3 because of roc's ongoing work to remove HWNDs.
We should expose the content area for an nsRootAccessible via the EMBEDS relation.
Assignee | ||
Comment 1•19 years ago
|
||
Roc, this will help alleviate my concern about the HWNDless future, by providing the screen reader an API they can start using to find the content area.
Attachment #229138 -
Flags: superreview?(roc)
Attachment #229138 -
Flags: review?(roc)
Assignee | ||
Comment 2•19 years ago
|
||
Attachment #229138 -
Attachment is obsolete: true
Attachment #229140 -
Flags: superreview?(roc)
Attachment #229140 -
Flags: review?(roc)
Attachment #229138 -
Flags: superreview?(roc)
Attachment #229138 -
Flags: review?(roc)
How can we assume that there is only one content area? It would be easy to write a XUL application where this isn't true.
Assignee | ||
Comment 4•19 years ago
|
||
Good question. I realized that, and relations can support more than one target, but we don't support that yet. For now I want to get this working for the main case. I'd like to file a separate bug on handling multiple targets in a relation and fix this then.
Comment on attachment 229140 [details] [diff] [review]
Same patch but with a comment
okay then...
Attachment #229140 -
Flags: superreview?(roc)
Attachment #229140 -
Flags: superreview+
Attachment #229140 -
Flags: review?(roc)
Attachment #229140 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Attachment #229140 -
Flags: approval1.8.1?
Assignee | ||
Updated•19 years ago
|
Whiteboard: Very low risk. Helps avoid future compatibility issues w/ screen readers.
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 6•19 years ago
|
||
Comment on attachment 229140 [details] [diff] [review]
Same patch but with a comment
a=mconnor on behalf of drivers for checkin by Wednesday, July 19th
Attachment #229140 -
Flags: approval1.8.1? → approval1.8.1+
You need to log in
before you can comment on or make changes to this bug.
Description
•