@@ -3978,7 +3978,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3978
3978
<ref spec=FILTERS></p>
3979
3979
3980
3980
<ul class="brief">
3981
- <li><dfn data-x-href="https://drafts.fxtf.org/filter-effects/#typedef-filter-function -list"><filter-function -list></dfn></li>
3981
+ <li><dfn data-x-href="https://drafts.fxtf.org/filter-effects/#typedef-filter-value -list"><filter-value -list></dfn></li>
3982
3982
</ul>
3983
3983
</dd>
3984
3984
@@ -64277,7 +64277,7 @@ function AddCloud(data, x, y) { ... }</code></pre>
64277
64277
<p>Returns the current filter.</p>
64278
64278
64279
64279
<p>Can be set, to change the filter. Values that cannot be parsed as a
64280
- <span><filter-function -list></span> value are ignored.</p>
64280
+ <span><filter-value -list></span> value are ignored.</p>
64281
64281
</dd>
64282
64282
</dl>
64283
64283
@@ -64287,13 +64287,13 @@ function AddCloud(data, x, y) { ... }</code></pre>
64287
64287
return the last value it was successfully set to. The value must not be re-serialized. On setting,
64288
64288
if the new value is 'none' (not the empty string, null, or undefined), filters must be disabled
64289
64289
for the context. Otherwise, the value must be parsed as a
64290
- <span><filter-function -list></span> value. If the value cannot be parsed as a
64291
- <span><filter-function -list></span> value, where using property-independent style sheet
64290
+ <span><filter-value -list></span> value. If the value cannot be parsed as a
64291
+ <span><filter-value -list></span> value, where using property-independent style sheet
64292
64292
syntax like 'inherit' or 'initial' is considered an invalid value, then it must be ignored, and
64293
64293
the attribute must retain its previous value. When creating the object implementing the
64294
64294
<code>CanvasFilters</code> interface, the attribute must be set to 'none'.</p>
64295
64295
64296
- <p>A <span><filter-function -list></span> value consists of a sequence of one or more
64296
+ <p>A <span><filter-value -list></span> value consists of a sequence of one or more
64297
64297
filter functions or references to SVG filters. The input to the filter is used as the input
64298
64298
to the first item in the list. Subsequent items take the output of the previous item as
64299
64299
their input. <ref spec=FILTERS></p>
0 commit comments