Re: [csswg-drafts] [css-counter-styles] counter-style square symbol (0x25FE) is bad (#6200)

@Crissov However, note that Chromium doesn't paint normal native symbol markers as text. U+25A0 is just for things like `content: counter(c, square)`, it was actually introduced in https://webkit.org/b/4980 for `counter()`. U+25AA seems indeed closer to the normal square.

@faceless2 If an internal font is the only way, then it should maybe be defined in the spec. Chromium doesn't treat symbols as text, which implies that things like `text-shadow` don't include the symbol, and I guess this can become more problematic once ::marker accepts more properties.

But not sure if I understand the font approach, is it like `::marker { font-family: -vendor-marker-font }`? Isn't this bad when the marker is not a symbol?

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 9 April 2021 19:17:08 UTC