W3C home > Mailing lists > Public > public-css-archive@w3.org > July 2020

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

From: Dave Cramer via GitHub <sysbot+gh@w3.org>
Date: Thu, 09 Jul 2020 12:50:23 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-656107981-1594299022-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:42:11 UTC