Re: [csswg-drafts] [css-lists-3][css-pseudo-4] Does text-transform inherit to ::marker? (#4206)

I was actually quite surprised that 

```css
ol { list-style-type: lower-roman; }
li { text-transform: uppercase; }
```

is not interoperable, and that something I do to a list item can potentially mess with the list marker. I explicitly said I wanted lowercase numbering. Why does Chromium (and Prince) get to change that?

I think of this as a separation of content (`li`) and style (the list marker). So I don't want text-transform to inherit to ``::marker``. 

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

Received on Thursday, 9 July 2020 12:50:25 UTC