Closed
Bug 1311946
Opened 8 years ago
Closed 8 years ago
Can not read SVG element's title using accessibility tool
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: xdymzhang, Unassigned, NeedInfo)
Details
Attachments
(1 file)
1.31 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20161016030205
Steps to reproduce:
1. Use the latest Firefox Nightly build, and open the attachment test.html.
2. Open a accessibility tool, Voice Over on Mac for example.
3. Use TAB key to traverse the circle in the test.html, the tool will read the circle as "unknown", while it should be read as "Shape1", "Shape2", etc.
Actual results:
The title of the circle will not be read correctly.
Expected results:
It should read "Shape1", "Shape2", etc as a correct behavior.
Does it work in 49 or older?
Component: Untriaged → Disability Access APIs
Flags: needinfo?(xdymzhang)
Product: Firefox → Core
Comment 2•8 years ago
|
||
SVG elements don't have title attributes, they have title element children.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Sorry for my typo, it is its children's "title" attribute, you can see the structure in the attachment.
More important, it is OK on other popular browsers. Please confirm again. Thanks!
(In reply to Robert Longson from comment #2)
> SVG elements don't have title attributes, they have title element children.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
neither will work
(In reply to Loic from comment #1)
> Does it work in 49 or older?
You need to log in
before you can comment on or make changes to this bug.
Description
•