Re: [csswg-drafts] [css-lists-3] Compute non-existent `list-style-type` <counter-style> to `decimal`? (#4210)

I don't think Gecko does that anymore?

```
document.body.style.listStyleType = "Foobar"
document.body.style.listStyleType // "Foobar"
getComputedStyle(document.body).listStyleType // "Foobar"
```

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

Received on Tuesday, 27 August 2019 05:08:46 UTC