We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5756a3c commit 1e35d45Copy full SHA for 1e35d45
1 file changed
css-env-1/Overview.bs
@@ -234,7 +234,7 @@ It is only syntax-checked after ''env()'' functions have been [=substituted=].
234
1. If the name provided by the first argument of the ''env()'' function
235
is a recognized [=environment variable=] name, the number of supplied integers
236
matches the number of dimensions of the [=environment variable=] referenced
237
- by that name, and values of the indices result in a valid value,
+ by that name, and values of the indices correspond to a known sub-value,
238
replace the ''env()'' function by the value of the named [=environment variable=].
239
240
2. Otherwise, if the ''env()'' function has a fallback value as its second argument,
0 commit comments