File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,9 +78,13 @@ A CSS <dfn export for=CSS>environment variable</dfn> is a name associated with a
7878(a sequence of zero more CSS tokens, with almost no restrictions on what tokens can exist),
7979similar to a [=custom property=] .
8080[=Environment variables=] can be defined by the user agent,
81- or by the user.
82- (In the latter case, the names are <<custom-property-name>> s,
83- and start with `--` per standard for custom identifiers.)
81+ or by the author.
82+
83+ If author-defined,
84+ they are a <dfn export>custom environment variable</dfn> .
85+ The name of a [=custom environment variable=]
86+ must conform to the <<custom-property-name>> grammar.
87+ This specification does not yet define how authors can define [=custom environment variables=] .
8488
8589Issue: Is the set of UA-defined [=environment variables=] visible to script?
8690If so, define an API on {{Document}} to expose them.
You can’t perform that action at this time.
0 commit comments