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.
Comment 1 by joanmari...@gmail.com
, Aug 10