- From: r12a via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Mar 2025 11:12:06 +0000
- To: public-i18n-archive@w3.org
@Loirooriol The introduction to the list now says > The CSS specification says that the ::marker pseudo-element allows you to apply the following adjustments: and i added a para after the list that says > These are supported by Gecko and Blink browsers, but Safari doesn't support some of them, including, as we have seen, text-combine-upright. On the other hand, some browsers may support additional CSS properties, but these extra styling options are unlikely to be interoperably supported. ([Test for styles in my browser.](https://w3c.github.io/i18n-tests/exploratory/index.html?text=%3Col%3E%0A%3Cli%20id%3D%22color%22%3Ecolor%3C%2Fli%3E%0A%3Cli%20id%3D%22content%22%3Econtent%3C%2Fli%3E%0A%3Cli%20id%3D%22fontstyle%22%3Efont-style%3C%2Fli%3E%0A%3Cli%20id%3D%22fontvariant%22%3Efont-variant%3C%2Fli%3E%0A%3Cli%20id%3D%22fontweight%22%3Efont-weight%3C%2Fli%3E%0A%3Cli%20id%3D%22fontfamily%22%3Efont-family%3C%2Fli%3E%0A%3Cli%20id%3D%22direction%22%3Edirection%3C%2Fli%3E%0A%3C%2Fol%3E&css=.test%20li%20%7B%20list-style-type%3A%20lower-alpha%3B%20margin-inline-start%3A%203rem%3B%20%7D%0A%23color%3A%3Amarker%20%7B%20color%3A%20lightgreen%3B%20%7D%0A%23content%3A%3Amarker%20%7B%20content%3A%20%27%40.%20%27%3B%20%7D%0A%23fontstyle%3A%3Amarker%20%7B%20font-style%3A%20italic%3B%20%7D%0A%23fontvariant%3A%3Amarker%20%7B%20font-variant%3A%20small-caps%3B%20%7D%0A%23fontweight%3A%3Amarker%20%7B%20font-weight%3A%20bold%3B%20%7D%0A%23fontfamily%3A%3Amarker%20%7B%20font-family%3A%20Consolas%2C%20%27Andale%20Mono%27%2C%20%27Lucida%20Console%27%2C%20%27Lucida%20Sans%20Typewriter%27%2C%20Monaco%2C%20%27Courier%20New%27%2C%20%27monospace%27%3B%20%7D%0A%23direction%3A%3Amarker%20%7B%20direction%3A%20rtl%3B%20%7D%0A&fontSize=36&width=500&height=500&a=Various%20styles%20indicated%20in%20the%20CSS%20spec%20are%20supported%20for%20%3A%3Amarker.&i=Test%20passes%20if%20you%20see%20the%20expected%20styling%20for%20each%20line.)) Note that it includes a link to a test for various styles on ::marker. The test seems to show, btw, that `direction` does work in Safari. I didn't have time to figure out how to test for `unicode-bidi` or `white-space`. -- GitHub Notification of comment by r12a Please view or discuss this issue at https://github.com/w3c/i18n-drafts/issues/632#issuecomment-2703540958 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 March 2025 11:12:07 UTC