Closed
Bug 357204
Opened 19 years ago
Closed 19 years ago
Text without <p></p> tags not showing up in accessibility hierarchy
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: wwalker, Unassigned)
Details
(Keywords: access)
Attachments
(1 file)
|
65 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061016 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061016 Minefield/3.0a1
Text areas without <p></p> tags show up in the Firefox window, but not in the AT-SPI hierarchy.
Reproducible: Always
Steps to Reproduce:
Put this snippet in a *.html file and open it in Minefield:
<p>Here is a line.</p>
Where is Waldo?
<p>Here is another.</p>
Try to find Waldo in the at-poke hierarchy. You won't find it.
Actual Results:
Waldo is hiding so well that you cannot find him at all.
Expected Results:
You should be able to find Waldo in the hierarchy.
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Updated•19 years ago
|
The hierarchy I got:
....
<panel>
--<document frame> "\FFFC Where is Waldo? \FFFC"
----<paragraph> "Here is a line."
----<paragraph> "Here is another."
Waldo hides himself in the document frame level.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•