Orange-Boosted-Bootstrap
Orange-Boosted-Bootstrap copied to clipboard
[OUDS] Remove `list-style: none`
Prerequisites
- [x] I have searched for duplicate or closed feature requests
- [x] I have read the contributing guidelines
Proposal
Remove all the list-style: none and try to replace it with list-style-type: "".
Those inside <nav> look fine, so maybe there isn't a need to update much of our components.
Motivation and context
list-style: none removes semantic for Safari and VoiceOver at the moment as stated in https://www.alsacreations.com/article/lire/1951-quand-css-casse-accessibilite.html. The solution looks to work according to https://www.matuzo.at/blog/2023/removing-list-styles-without-affecting-semantics.
Created a PR over at Bootstrap for this https://github.com/twbs/bootstrap/pull/41778