Skip to content

Commit 6bcde27

Browse files
committed
[css-env-1][editorial] Added WPTs
1 parent ff96434 commit 6bcde27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css-env-1/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ TR: https://www.w3.org/TR/css-env-1
1111
Editor: Tab Atkins-Bittner, Google, w3cid 42199
1212
Former Editor: Dean Jackson, Apple, w3cid 42080
1313
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.
14+
WPT Path Prefix: css/css-env/
15+
WPT Display: open
1416
</pre>
1517

1618
<pre class=link-defaults>
@@ -65,6 +67,10 @@ to select a single value from the list or grid of possibilities,
6567
similar to selecting one element from a list in a traditional programming language
6668
with a syntax like <code>values[0]</code>.
6769

70+
<wpt>
71+
env-parsing.html
72+
</wpt>
73+
6874
Environment Variables {#environment}
6975
====================================
7076

0 commit comments

Comments
 (0)