-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
Context: I'm about to harmonize the syntax used in CSS Fonts 4 @font-face src to that used in CSS Conditional 4 feature queries. Currently the former uses color(COLRv1) while the latter uses color-colrv1.
font-technology feature queries are (I believe) ascii-case-insensitive.
For those which are defined by OpenType table names (where case is significant), should the examples
- use the casing from the OpenType specification (which is what the relevant section of CSS Fonts 4 currently does ) - for example
sbix,CBDT - use consistent lower case (which is what the relevant section of CSS Conditional 4 currently does) - for example
color-sbix,color-cbdt
I'm tending towards the latter, with the move to hyphenated rather than functional form.