Re: [csswg-drafts] [css-lists] CSS counter scope/inheritance is incompatible with HTML ordinals (#5477)

@Loirooriol Is the behavior of this test correct in Firefox? 
```html
<style>
  li {
    list-style-type: decimal;
  }
</style>
<div>
  <li></li>
  <li></li>
</div>
<div>
  <li></li>
  <li></li>
</div>
```
actual result:
![image](https://github.com/user-attachments/assets/b1b299f4-434c-4a65-b843-9f2184811218)
IMO, expected result: 
![image](https://github.com/user-attachments/assets/123d49b9-0c4e-468e-9de1-75dbb44ed0ee)


-- 
GitHub Notification of comment by zp1996
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5477#issuecomment-2271065346 using your GitHub account


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

Received on Tuesday, 6 August 2024 11:29:14 UTC