Skip to content

Commit

Permalink
Include dir, menu
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Feb 4, 2025
1 parent 2b6cda2 commit a1e21d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -136031,8 +136031,8 @@ ul[type=square i], li[type=square i] { list-style-type: square; }</code></pre>
<pre><code class="css">@namespace "http://www.w3.org/1999/xhtml";

li { list-style-position: inside; }
li :is(ul, ol) { list-style-position: outside; }
:is(ul, ol) :is(ul, ol, li) { list-style-position: unset; }</code></pre>
li :is(dir, menu, ol, ul) { list-style-position: outside; }
:is(dir, menu, ol, ul) :is(dir, menu, ol, ul, li) { list-style-position: unset; }</code></pre>

<p>When rendering <code>li</code> elements, non-CSS user agents are expected to use the
<span>ordinal value</span> of the <code>li</code> element to render the counter in the list item
Expand Down

0 comments on commit a1e21d6

Please sign in to comment.