Skip to content

Commit 0558ade

Browse files
committed
[css-conditional-4] Explicitly note the arguments are identical
1 parent 19a5550 commit 0558ade

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-conditional-4/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,20 @@ when the text and layout processing engine ingesting
111111
this CSS text is capable of utilising the specified [[css-fonts-4#font-technology-definitions]]
112112
in layout and rendering.
113113

114+
Note: the allowed values for the font-technology function
115+
are the same as those for the technology function
116+
in the '@font-face' '@font-face/src' descriptor.
117+
114118
A CSS processor is considered to
115119
<dfn export for=CSS id="dfn-support-font-format">support a font format</dfn>
116120
when the text and layout processing engine ingesting
117121
this CSS text is capable of utilising the specified [[css-fonts-4#font-format-definitions]]
118122
in layout and rendering.
119123

124+
Note: the allowed values for the font-format function
125+
are the same as those for the format function
126+
in the '@font-face' '@font-face/src' descriptor.
127+
120128
<h2 id="when-rule">Generalized Conditional Rules: the ''@when'' rule</h2>
121129

122130
The <dfn>@when</dfn> at-rule is a <a>conditional group rule</a>

0 commit comments

Comments
 (0)