[csswg-drafts] [css-lists] Error in example 19 in the Lists spec (#6413)

jfkthame has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-lists] Error in example 19 in the Lists spec ==
See "Example 19" at https://drafts.csswg.org/css-lists/#list-item-counter. The example markup shown is
```
<ol>
  <li>First top-level item
  <li value=5>Second top-level item, value=5
    <ol start=3>
      <li>First second-level item, list start=3
      <li>Second second-level item, list start=3
        <ol reversed>
          <li>First third-level item in reversed list
          <li>Second third-level item in reversed list
          <li>Third third-level item in reversed list
          <li>Fourth third-level item in reversed list
        </ol>
    </ol>
  <li>Third second-level item, list start=3
  <li>Third top-level item
</ol>
```
but I believe the intention is clearly for the "Third second-level item" to be *before*, not after, the second of the three closing `</ol>` tags. Otherwise it becomes a "top-level item" instead.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6413 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 29 June 2021 15:25:07 UTC