- From: zp1996 via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Aug 2024 11:29:13 +0000
- To: public-css-archive@w3.org
@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