@@ -74,37 +74,21 @@ Extensions to the ''@supports'' rule</h2>
74
74
<dfn><supports-feature></dfn> = <<supports-selector-fn>> | <<supports-font-tech-fn>>
75
75
| <<supports-font-format-fn>> | <<supports-decl>>
76
76
<dfn><supports-font-tech-fn></dfn> = font-tech( <<font-tech>> )
77
- <dfn><font-tech></dfn> = [ features-opentype | features-aat | features-graphite
78
- | color-colrv0 | color-colrv1 | color-svg | color-sbix | color-cbdt
79
- | variations | palettes | incremental ]
80
77
<dfn><supports-font-format-fn></dfn> = font-format( <<font-format>> )
81
- <dfn><font-format></dfn> = [ collection | embedded-opentype | opentype
82
- | svg | truetype | woff | woff2 ]
83
78
</pre>
84
79
85
- ISSUE: <<font-format>> and <<font-tech>> should be imported from css-fonts-4, not defined here.
86
-
87
-
88
80
: <<supports-font-tech-fn>>
89
81
::
90
82
The result is true if the UA
91
83
<a href="#dfn-support-font-tech">supports the font tech</a>
92
84
provided as an argument to the function.
93
85
94
- Note: The allowed values for the ''font-tech()'' function
95
- are the same as those for the ''tech()'' function
96
- in the '@font-face' '@font-face/src' descriptor.
97
-
98
86
: <<supports-font-format-fn>>
99
87
::
100
88
The result is true if the UA
101
89
<a href="#dfn-support-font-format">supports the font format</a>
102
90
provided as an argument to the function.
103
91
104
- Note: The allowed values for the ''font-format()'' function
105
- are the same as those for the ''format()'' function
106
- in the '@font-face' '@font-face/src' descriptor.
107
-
108
92
<h3 id="support-definition-ext">
109
93
Extensions to the definition of support</h3>
110
94
@@ -116,7 +100,8 @@ Extensions to the definition of support</h3>
116
100
A CSS processor is considered to
117
101
<dfn export for=CSS id="dfn-support-font-format">support a font format</dfn>
118
102
when it is capable of utilising the specified [[css-fonts-4#font-format-definitions]]
119
- in layout and rendering.
103
+ in layout and rendering,
104
+ and this format is not specified as a <<string>> .
120
105
121
106
<h2 id="when-rule">
122
107
Generalized Conditional Rules: the ''@when'' rule</h2>
0 commit comments