-
Notifications
You must be signed in to change notification settings - Fork 756
[css-conditional-4] Extend supports feature to express font capabilities #6613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Define criteria for enabling @supports to distinguish support for a set of font technologies defined in the grammar. Addresses resolution in w3c#6520 to add criteria for font technologies as a first step. Incorporates @LeaVerou 's feedback from [1] [1] w3c#6520 (comment)
|
From the minutes: |
|
I suggest we merge this, as was discussed, and decide on the form of the note in a separate issue / PR. From my point of view, no objections to a note saying, for example: "Implementers should consider shipping this in combination with an
I don't think this matches what was resolved. CC @fantasai |
|
Implementations should not ship the Implementations may ship the The syntaxes for This gives Chrome a natural path to shipping - first, the WG can unify the syntaxes for |
|
@litherum as discussed in the call, please open a new issue about this. We have a resolution to merge this PR, and it is not appropriate to be making substantive changes to a PR we have already resolved to merge. |
Define criteria for enabling @supports to distinguish support for
a set of font technologies defined in the grammar.
Addresses resolution in #6520 to add criteria for font technologies as a
first step.
Incorporates @LeaVerou 's feedback from [1]
[1] #6520 (comment)