- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Sat, 01 Feb 2025 00:10:48 +0000
- To: public-i18n-archive@w3.org
Loirooriol has just created a new issue for https://github.com/w3c/i18n-drafts:
== [questions/qa-upright-counters-in-vertical] List of properties applying to ::marker is incomplete ==
[source] (https://w3c.github.io/i18n-drafts/questions/qa-upright-counters-in-vertical.html) [en]
> The CSS ::marker pseudo-element allows you to apply the following adjustments:
> - all font properties
> - the white-space property
> - color
> - text-combine-upright, unicode-bidi, and direction
> - the content property
> - all animation and transition properties
I don't know if this reflects the current status in Gecko, but https://drafts.csswg.org/css-lists/#marker-properties allows more properties, and I might have missed some but most work on Blink.
Example with `text-transform` and `text-shadow`, not covered in the list above.
```html
<!DOCTYPE html>
<style>::marker { text-transform: uppercase; text-shadow: 0 0 5px }</style>
<ol type="a"><li></li></ol>
```

Please view or discuss this issue at https://github.com/w3c/i18n-drafts/issues/632 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 1 February 2025 00:10:49 UTC