1.1 --- a/filter-effects/Overview.bs Wed Dec 05 10:05:32 2018 +0100 1.2 +++ b/filter-effects/Overview.bs Sat Dec 15 09:12:23 2018 +0100 1.3 @@ -305,7 +305,7 @@ 1.4 Percentages: n/a 1.5 Computed value: as specified 1.6 Media: visual 1.7 -Animatable: See prose in <a href="#animation-of-filters">Animation of Filters</a>. 1.8 +Animation type: See prose in <a href="#animation-of-filters">Animation of Filters</a>. 1.9 </pre> 1.10 1.11 <pre class=prod><dfn><filter-value-list></dfn> = [ <<filter-function>> | <<filter/url>> <!--| <<child-selector>> -->]+</pre> 1.12 @@ -2233,7 +2233,7 @@ 1.13 Percentages: n/a 1.14 Computed value: as specified 1.15 Media: visual 1.16 -Animatable: as [[css3-transitions#animtype-color|color]] 1.17 +Animation type: by computed value 1.18 </pre> 1.19 1.20 The 'flood-color' property indicates what color to used to flood the current <a>filter primitive subregion</a>. 1.21 @@ -2251,7 +2251,7 @@ 1.22 Percentages: n/a 1.23 Computed value: the specified value converted to a number, clamped to the range [0,1] 1.24 Media: visual 1.25 -Animatable: as [[css3-transitions#animtype-number|number]] or [[css3-transitions#animtype-precentage|percentage]] 1.26 +Animation type: by computed value 1.27 </pre> 1.28 1.29 The 'flood-opacity' property defines the opacity value to use across the entire <a>filter primitive subregion</a>. If the 'flood-color' value includes an alpha channel, the alpha channel gets multiplied with the computed value of the 'flood-opacity' property. 1.30 @@ -3048,7 +3048,7 @@ 1.31 Percentages: n/a 1.32 Computed value: as specified 1.33 Media: visual 1.34 -Animatable: no 1.35 +Animation type: discrete 1.36 </pre> 1.37 1.38 <dl dfn-type=value dfn-for=color-interpolation-filters> 1.39 @@ -3238,7 +3238,7 @@ 1.40 Percentages: n/a 1.41 Computed value: as specified 1.42 Media: visual 1.43 -Animatable: as [[css3-transitions#animtype-color|color]] 1.44 +Animation type: by computed value 1.45 </pre> 1.46 1.47 The 'lighting-color' property defines the color of the light source for <a>filter primitives</a> <a element>feDiffuseLighting</a> and <a element>feSpecularLighting</a>. 1.48 @@ -3490,7 +3490,7 @@ 1.49 1.50 <h3 id="origin-restrictions">Origin Restrictions</h3> 1.51 1.52 -User agents must use the <a href="https://www.w3.org/TR/html5/infrastructure.html#cors-enabled-fetch">potentially CORS-enabled fetch</a> method defined by the [[!HTML5]] specification for the 'filter' property. When fetching, user agents must use "Anonymous" mode, set the referrer source to the stylesheet's URL and set the origin to the URL of the containing document. If this results in network errors, the effect is as if the value ''filter/none'' had been specified. 1.53 +User agents must use the <a>CORS request</a> defined by the [[!Fetch]] specification for the 'filter' property. When fetching, user agents must use "Anonymous" mode, set the referrer source to the stylesheet's URL and set the origin to the URL of the containing document. If this results in network errors, the effect is as if the value ''filter/none'' had been specified. 1.54 1.55 <h3 id="timing-attack">Timing Attacks</h3> 1.56