Skip to content

Commit 3563c20

Browse files
committed
[css-values-5][css-variables-1] Fix links
1 parent 4ccfe67 commit 3563c20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-variables-1/Overview.bs

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

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

9292
<pre class='propdef'>
9393
Name: --*
@@ -1025,7 +1025,7 @@ As such, there are no new privacy considerations.
10251025
Security Considerations {#security}
10261026
===============================================
10271027

1028-
[[#long-substitution]] calls out a long-standing Denial-of-Service attack
1028+
[[css-values-5#long-substitution]] calls out a long-standing Denial-of-Service attack
10291029
that can be mounted against "macro-expansion"-like mechanisms,
10301030
such as the ''var()'' function,
10311031
and mandates a defense against that attack.
@@ -1040,4 +1040,6 @@ variables-animation-math-functions.html
10401040

10411041
<!-- unrelated to this specification; random bugs etc -->
10421042
variable-recalc-with-initial.html
1043-
</wpt>
1043+
</wpt>
1044+
1045+
<wpt-rest></wpt-rest>

0 commit comments

Comments
 (0)