- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Sep 2023 12:56:03 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-fonts-4] Clarify maximum number of `<feature-value-names>` in `character-variant()` ==
There it says 2:
> The character-variant() property value allows two values and styleset() allows an unlimited number.
https://drafts.csswg.org/css-fonts-4/#multi-value-features
But in other places, it says unlimited.
> **`character-variant(<feature-value-name>#)`**: Enables display of specific character variants [...]
https://drafts.csswg.org/css-fonts-4/#ex-byzantine-variants
> Example 66:
>
> ```
> p {
> font-variant: discretionary-ligatures
> character-variant(leo-B, leo-M, leo-N, leo-T, leo-U);
> }
https://drafts.csswg.org/css-fonts-4/#ex-byzantine-variants
Chrome/FF (at least) accept an unlimited number.
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9311 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 5 September 2023 12:56:06 UTC