[csswg-drafts] [css-lists] HTML stylesheet should reset `list-item` counter for `<menu>` (#10664)

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

== [css-lists] HTML stylesheet should reset `list-item` counter for `<menu>` ==
https://html.spec.whatwg.org/multipage/rendering.html#lists

```css
ol, ul, menu { counter-reset: list-item; }
```

https://drafts.csswg.org/css-lists/#ua-stylesheet
```css
/* Set up ol and ul so that they scope the list-item counter */
ol, ul {
  counter-reset: list-item;
}
```

It's missing `<menu>`.

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


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

Received on Thursday, 1 August 2024 16:53:28 UTC