Closed bjuppa closed 4 years ago
This PR adds role="list" to all <ul> and <ol> elements to keep list-semantics in Safari.
role="list"
<ul>
<ol>
See https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html#a-new-alternative
Closes #142
This PR adds
role="list"
to all<ul>
and<ol>
elements to keep list-semantics in Safari.See https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html#a-new-alternative
Closes #142