Skip to content

Commit dfb1874

Browse files
committed
[css-values-5][editorial] fix some linking bugs
1 parent a26b685 commit dfb1874

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

css-values-5/Overview.bs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,38 +1166,38 @@ Validation and Normalization</h3>
11661166
<h4 id="interpolation-validity">
11671167
Type Checking</h4>
11681168

1169-
Each <<progress-source>> and <<input-position>> has a <dfn lt="interpolation input type">type</dfn>,
1170-
which can be <dfn for="interpolation input type">proportional</dfn>
1169+
Each <<progress-source>> and <<input-position>> has a <dfn noexport lt="interpolation input type">type</dfn>,
1170+
which can be <dfn noexport for="interpolation input type">proportional</dfn>
11711171
(<<number>>, <<percentage>>, or <<'animation-timeline'>>)
1172-
or <dfn for="interpolation input type">absolute</dfn>
1172+
or <dfn noexport for="interpolation input type">absolute</dfn>
11731173
(all other types, and <<'animation-timeline'>>).
11741174
The proportional types represent progress as a percentage;
11751175
any mix of these types is valid.
1176-
The absolute types represent progress in absolute dimensions,
1177-
and all <<progress-source>> and <<input-position>> values that are not proportional
1176+
The [=absolute=] types represent progress in absolute dimensions,
1177+
and all <<progress-source>> and <<input-position>> values that are not [=proportional=]
11781178
must have a [=consistent type=] for the notation to be valid.
1179-
Additionally, an [=interpolation notation=] whose <<progress-source>> is not proportional
1180-
must have at least one absolute <<input-position>>
1179+
Additionally, an [=interpolation notation=] whose <<progress-source>> is not [=proportional=]
1180+
must have at least one [=absolute=] <<input-position>>
11811181
(in order to define the [=interpolation range=]),
11821182
or else the notation is invalid.
11831183

1184-
Note: An <<'animation-timeline'>> has both a proportional type (the percentage progress)
1185-
as well as an absolute type (<<time>> or <<length>>).
1184+
Note: An <<'animation-timeline'>> has both a [=proportional=] type (the percentage progress)
1185+
as well as an [=absolute=] type (<<time>> or <<length>>).
11861186

11871187
<h4 id="interpolation-range-calculation">
11881188
Calculating the Absolute Interpolation Range</h4>
11891189

1190-
The <dfn>interpolation range</dfn> specifies the <<dimension>> values
1190+
The <dfn noexport>interpolation range</dfn> specifies the <<dimension>> values
11911191
corresponding to 0% and 100% [=interpolation progress=],
1192-
and thereby defines the mapping between proportional and absolute values.
1192+
and thereby defines the mapping between [=proportional=] and [=absolute=] values.
11931193

1194-
In an absolutely typed [=interpolation map=],
1195-
the first and last absolute stops in the list
1194+
In an [=absolutely=] typed [=interpolation map=],
1195+
the first and last [=absolute=] stops in the list
11961196
are pinned to 0% and 100%, respectively.
1197-
(If there is only one absolutely typed [=interpolation stop=],
1197+
(If there is only one [=absolutely=] typed [=interpolation stop=],
11981198
it is pinned to both 0% and 100%.)
11991199

1200-
A proportionally typed [=interpolation map=]
1200+
A [=proportionally=] typed [=interpolation map=]
12011201
does not define an [=interpolation range=].
12021202

12031203
<h4 id=interpolation-dimension-normaolization>

0 commit comments

Comments
 (0)