Skip to content

Commit b42c5b7

Browse files
committed
[css-env-1] fix bikeshed errors
1 parent c64f0b1 commit b42c5b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-env-1/Overview.bs

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ Title: CSS Environment Variables Module Level 1
33
Shortname: css-env
44
Level: 1
55
Status: UD
6+
Work Status: exploring
67
Group: CSSWG
78
URL: https://drafts.csswg.org/css-env-1/
89
Editor: Tab Atkins-Bittner, Google
910
Editor: Dean Jackson, Apple
1011
Abstract: This specification defines the concept of [=environment variables=] and the ''env()'' function, which work similarly to custom properties and the ''var()'' function, but are defined globally for a document. These can be defined either by the User Agent, providing values that can be used on the page based on information the UA has special access to, or provided by the author for "global" variables that are guaranteed to be the same no matter where in the document they're used.
1112
</pre>
1213

14+
<pre class=link-defaults>
15+
spec:dom; type:interface; text:Document
16+
spec:css-variables-1; type:dfn; text:invalid at computed-value time
17+
</pre>
18+
1319
Introduction {#intro}
1420
=====================
1521

@@ -98,7 +104,7 @@ and in several other places where CSS values are allowed.
98104
The first argument to ''env()'' provides the name of an [=environment variable=] to be substituted.
99105
The second argument, if provided, is a fallback value,
100106
which is used as the substitution value
101-
when the referenced [=environment value=] does not exist.
107+
when the referenced [=environment variable=] does not exist.
102108

103109
Note: The syntax of the fallback, like that of custom properties, allows commas.
104110
For example, ''env(foo, red, blue)'' defines a fallback of ''red, blue'';

0 commit comments

Comments
 (0)