Skip to content

Commit 54d0462

Browse files
committed
[css-shapes-1] Fix broken/moved links
1 parent 0f4ca49 commit 54d0462

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

css-shapes-1/Overview.bs

+11-7
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ Module Interactions</h3>
8585

8686
It is expected that CSS will include ways
8787
to animate transitions between styles.
88-
(The section
88+
<!-- (The section
8989
<a href="https://www.w3.org/TR/css3-transitions/#animatable-types">"Animation of property types"</a>
9090
of the <cite>CSS Transitions module</cite> [[CSS3-TRANSITIONS]]
9191
is expected to define how different kinds
92-
of values are interpolated during a transition.)
92+
of values are interpolated during a transition.) -->
9393
In anticipation of that,
9494
this module includes a line "Animatable" for each property,
9595
which specifies whether and how values
@@ -693,10 +693,12 @@ Interpolation of Basic Shapes</h3>
693693
one basic shape and a second,
694694
the rules below are applied.
695695
The values in the shape functions interpolate
696-
as a <a href="https://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a>.
696+
<!-- as a <a href="https://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a>. -->
697+
<a href="https://www.w3.org/TR/web-animations-1/#by-computed-value">by computed value</a>.
697698
The list values interpolate as
698-
<a href="https://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length,
699-
percentage, or calc</a> where possible.
699+
<!-- <a href="https://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length,
700+
percentage, or calc</a> where possible. -->
701+
length, percentage, or calc where possible.
700702
If list values are not one of those types
701703
but are identical
702704
(such as finding ''nonzero''
@@ -1002,8 +1004,10 @@ Float Area Shape: the 'shape-outside' property</h3>
10021004
as defined by 'shape-image-threshold'.
10031005

10041006
User agents must use the
1005-
<a href="https://www.w3.org/TR/html5/infrastructure.html#cors-enabled-fetch">potentially CORS-enabled fetch</a>
1006-
method defined by the [[!HTML5]] specification
1007+
<!-- <a href="https://www.w3.org/TR/html5/infrastructure.html#cors-enabled-fetch">potentially CORS-enabled fetch</a>
1008+
method defined by the [[!HTML5]] specification -->
1009+
<a href="https://fetch.spec.whatwg.org/#http-cors-protocol">CORS protocol</a>
1010+
defined by the [[!FETCH]] specification
10071011
for all URLs in a 'shape-outside' value.
10081012
When fetching,
10091013
user agents must use "Anonymous" mode,

0 commit comments

Comments
 (0)