- From: Darin Adler via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Nov 2022 18:33:08 +0000
- To: public-css-archive@w3.org
Sure, I am not talking about practical considerations as much as I am trying to make sure there are no unnecessary differences between browsers for people to trip up on. For example: ``` var {style} = document.createElement("div"); style.listStyle = "url()"; style.listStyleType = "disc"; style.listStyle; // Should be "url()"? style.listStyleType = "none"; style.listStyle; // Should be ""? ``` -- GitHub Notification of comment by darinadler Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8150#issuecomment-1332575216 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 30 November 2022 18:33:09 UTC