Open
Bug 829354
Opened 12 years ago
Updated 2 years ago
Font information set with first-line css selector not exposed via accessibility APIs
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Originally reported as NVDA issue ticket: http://www.nvda-project.org/ticket/2919
Str:
1. Open the attached test case.
2. Obtain the accessible for the paragraph.
3. Query the accessible text attributes at offset 0.
Expected: The text should span "line 1" and possibly the line feed. The font size should be larger than 12pt.
Actual: The text spans "line 1", but not the line feed. The font size is 12pt.
Interestingly, if you query the text attributes at offset 6 (the line feed), the font size is 18pt, so accessibility certainly isn't ignoring this information altogether. It just doesn't get applied to the actual text for some reason.
Updated•12 years ago
|
Blocks: textattra11y
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•