`list-style: none` removes a list from Safari’s accessibility tree

In other words, Safari does not consider this a list anymore: Quick fix in HTML:


This content originally appeared on Geoff Graham and was authored by Geoff Graham

In other words, Safari does not consider this a list anymore:

ul {
  list-style: none;
}

Quick fix in HTML:

<ul role="list"> ... </ul>


This content originally appeared on Geoff Graham and was authored by Geoff Graham


Print Share Comment Cite Upload Translate Updates
APA

Geoff Graham | Sciencx (2022-08-25T21:53:56+00:00) `list-style: none` removes a list from Safari’s accessibility tree. Retrieved from https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/

MLA
" » `list-style: none` removes a list from Safari’s accessibility tree." Geoff Graham | Sciencx - Thursday August 25, 2022, https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/
HARVARD
Geoff Graham | Sciencx Thursday August 25, 2022 » `list-style: none` removes a list from Safari’s accessibility tree., viewed ,<https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/>
VANCOUVER
Geoff Graham | Sciencx - » `list-style: none` removes a list from Safari’s accessibility tree. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/
CHICAGO
" » `list-style: none` removes a list from Safari’s accessibility tree." Geoff Graham | Sciencx - Accessed . https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/
IEEE
" » `list-style: none` removes a list from Safari’s accessibility tree." Geoff Graham | Sciencx [Online]. Available: https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/. [Accessed: ]
rf:citation
» `list-style: none` removes a list from Safari’s accessibility tree | Geoff Graham | Sciencx | https://www.scien.cx/2022/08/25/list-style-none-removes-a-list-from-safaris-accessibility-tree/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.