Closed
Bug 408793
Opened 17 years ago
Closed 17 years ago
Expose Blockquote style indentations in Rich Editing environments
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MarcoZ, Assigned: aaronlev)
References
(Blocks 1 open bug)
Details
(Keywords: access)
When composing a reply in HTML format in Thunderbird, or when editing in a rich-text area, expose indentation information if something is formated as a block quote, for example the cited text of the original message one replies to.
Assignee | ||
Comment 2•17 years ago
|
||
I just realized that we currently handle quotes in HTML by exposing custom roles that match the tag names for quotes:
"q" for inline quote
"blockquote" for larger quotes
Screen readers use these objects when a user types Q/Shift+Q to move to next/previous quotation. We should test to see if that still works in a web page.
It would be great if email apps already use q/blockquote. We need to check their DOM. I believe it's possible to install DOM Inspector for Thunderbird.
Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Screen readers use these objects when a user types Q/Shift+Q to move to
> next/previous quotation. We should test to see if that still works in a web
> page.
That definitely still works.
> It would be great if email apps already use q/blockquote. We need to check
> their DOM. I believe it's possible to install DOM Inspector for Thunderbird.
Good news on that front: When I view a message that has a quote, regardless whether it is HTML or plain text, I get the quoted text rendered inside a blockquote.. I can therefore also navigate using Q/Shift+Q inside any e-mail message where Thunderbird recognizes quoted text.
Assignee | ||
Comment 4•17 years ago
|
||
> I can therefore also navigate using Q/Shift+Q inside any e-mail
> message where Thunderbird recognizes quoted text.
Marco, so does that mean this is WORKSFORME?
Reporter | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> > I can therefore also navigate using Q/Shift+Q inside any e-mail
> > message where Thunderbird recognizes quoted text.
> Marco, so does that mean this is WORKSFORME?
No. The above only applies when *reading* a message. The original discussion in bug 345759 was about what happens when *composing* one, meaning when IA2 is in effect. Are blockquotes exposed then? or how can I test?
Assignee | ||
Comment 6•17 years ago
|
||
Hmm, you'd have to use accprobe, which may or may not work for you. It's time for you to try it. It's a new project up on Eclipse.org which can provide IAccessible2 info:
http://www.eclipse.org/actf/downloads.php
Assignee | ||
Comment 7•17 years ago
|
||
I just checked a compose window and the accessible object with role="blockquote" is in there, which contains the quoted text.
So, it's going to be the job of screen readers to incorporate this into their rich text editing code.
We need to follow-up with screen reader vendors. Marco, can you do that?
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•