We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111e698 commit a16b853Copy full SHA for a16b853
1 file changed
css-env-1/Overview.bs
@@ -291,6 +291,16 @@ use the ''env()'' function:
291
<dfn function>env()</dfn> = env( <<custom-ident>> <<integer [0,∞]>>*, <<declaration-value>>? )
292
</pre>
293
294
+The ''env()'' function's [=argument grammar=] is:
295
+
296
+<pre class=prod>
297
+ <dfn><<env-args>></dfn> = env( <<declaration-value>>, <<declaration-value>>? )
298
+</pre>
299
300
+Like ''var()'', a bare comma can be used with nothing following it,
301
+indicating that the second <<declaration-value>> was passed,
302
+just as an empty sequence.
303
304
The ''env()'' function can be used in place of any part of a value in any property on any element,
305
or any part of a value in any descriptor on any [=at-rule=],
306
and in several other places where CSS values are allowed.
0 commit comments