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 accountReceived 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