- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 Oct 2019 09:41:40 +0000
- To: public-css-archive@w3.org
Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-pseudo] Default UA styles for markers don't affect ::before::marker and ::after::marker == From https://drafts.csswg.org/css-pseudo-4/#marker-pseudo, > UAs must add the following rule to their default style sheet: > ```css > ::marker { > unicode-bidi: isolate; > font-variant-numeric: tabular-nums; > } > ``` But `::marker` only selects markers originated by elements, not by other pseudo-elements. So I guess the selector should be `::marker, ::before::marker, ::after::marker`. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4474 using your GitHub account
Received on Thursday, 31 October 2019 09:41:41 UTC