Skip to content

Commit 9c1effb

Browse files
committed
[css-variables-1][editorial] Add a shorter local-lt for 'substitute a var()'.
1 parent 46400fb commit 9c1effb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-variables-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Value Definitions</h3>
7979
Defining Custom Properties: the '--*' family of properties</h2>
8080

8181
This specification defines an open-ended set of properties called <a>custom properties</a>,
82-
which, among other things, are used to define the <a lt="substitute a var()">substitution value</a> of ''var()'' functions.
82+
which, among other things, are used to define the [=substitute|substitution value=] of ''var()'' functions.
8383

8484
<pre class='propdef'>
8585
Name: --*
@@ -559,9 +559,9 @@ Using Cascading Variables: the ''var()'' notation</h2>
559559
and those functions are syntactically valid,
560560
the entire property's grammar must be assumed to be valid at parse time.
561561
It is only syntax-checked at computed-value time,
562-
after ''var()'' functions have been <a lt="substitute a var()">substituted</a>.
562+
after ''var()'' functions have been [=substituted=].
563563

564-
To <dfn export lt="substitute a var()|var() substitution">substitute a var()</dfn> in a property's value:
564+
To <dfn export local-lt="substitute" lt="substitute a var()|var() substitution">substitute a var()</dfn> in a property's value:
565565

566566
<ol>
567567
<li>
@@ -578,7 +578,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
578578
Otherwise, if the ''var()'' function has a fallback value as its second argument,
579579
replace the ''var()'' function by the fallback value.
580580
If there are any ''var()'' references in the fallback,
581-
<a lt="substitute a var()">substitute</a> them as well.
581+
[=substitute=] them as well.
582582

583583
<li>
584584
Otherwise,
@@ -612,7 +612,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
612612
</pre>
613613
</div>
614614

615-
''var()'' functions are <a lt="substitute a var()">substituted</a> at computed-value time.
615+
''var()'' functions are [=substituted=] at computed-value time.
616616
If a declaration,
617617
once all ''var()'' functions are substituted in,
618618
does not match its declared grammar,

0 commit comments

Comments
 (0)