You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to a couple of articles posted over the last few years, for accessibility purposes it is best to add role="list" to ul and ol elements that have list-style: none.
I'm not sure if this would be possible because the rule wouldn't know about styles that were not inline with the element, but would it be possible to add some sort of bypass to the rule in such cases?