New issue
Advanced search Search tips

Issue 873144 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug
Team-Accessibility



Sign in to add a comment

[Orca] Consider folding list item marker into parent list item's accessible text

Project Member Reported by joanmari...@gmail.com, Aug 10

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36

Steps to reproduce the problem:
1. View data:text/html,<ul><li>foo</li></ul>
2. Use Accerciser to examine the resulting accessibility tree

What is the expected behavior?
There would not be a separate accessible object for the list item marker.

What went wrong?
There is a separate accessible object for the list item marker.

Did this work before? N/A 

Chrome version: 68.0.3440.84  Channel: n/a
OS Version: 
Flash Version: 

What Gecko and WebKitGtk each do is expose the contents (marker + item text) of each list item via the accessible text interface.
 
The same situation applies to the BR element.

What Gecko and WebKitGtk each do is expose the element's contents via the accessible text interface (i.e. rather than through text node children). In such an implementation, a newline char is inserted where the BR element belongs. There  is no accessible object for that BR.
Labels: Needs-Triage-M68
Components: -UI UI>Accessibility
Cc: susan.boorgula@chromium.org
Labels: Needs-Feedback Triaged-ET
joanmarie.diggs@ Thanks for the issue.

Request you to provide a sample file where this issue can be reproduced, which will help in further triaging.

Thanks..
Components: UI>Accessibility>Compatibility
Status: Available (was: Unconfirmed)

Sign in to add a comment