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