@@ -85,11 +85,11 @@ Module Interactions</h3>
85
85
86
86
It is expected that CSS will include ways
87
87
to animate transitions between styles.
88
- (The section
88
+ <!-- (The section
89
89
<a href="https://www.w3.org/TR/css3-transitions/#animatable-types">"Animation of property types"</a>
90
90
of the <cite> CSS Transitions module</cite> [[CSS3-TRANSITIONS]]
91
91
is expected to define how different kinds
92
- of values are interpolated during a transition.)
92
+ of values are interpolated during a transition.) -->
93
93
In anticipation of that,
94
94
this module includes a line "Animatable" for each property,
95
95
which specifies whether and how values
@@ -693,10 +693,12 @@ Interpolation of Basic Shapes</h3>
693
693
one basic shape and a second,
694
694
the rules below are applied.
695
695
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> .
697
698
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.
700
702
If list values are not one of those types
701
703
but are identical
702
704
(such as finding ''nonzero''
@@ -1002,8 +1004,10 @@ Float Area Shape: the 'shape-outside' property</h3>
1002
1004
as defined by 'shape-image-threshold' .
1003
1005
1004
1006
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
1007
1011
for all URLs in a 'shape-outside' value.
1008
1012
When fetching,
1009
1013
user agents must use "Anonymous" mode,
0 commit comments