Skip to content

Commit 2928953

Browse files
authored
Update Filter Effects term
<filter-function-list> is now defined as <filter-value-list>.
1 parent 7a02480 commit 2928953

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3978,7 +3978,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
39783978
<ref spec=FILTERS></p>
39793979

39803980
<ul class="brief">
3981-
<li><dfn data-x-href="https://drafts.fxtf.org/filter-effects/#typedef-filter-function-list">&lt;filter-function-list&gt;</dfn></li>
3981+
<li><dfn data-x-href="https://drafts.fxtf.org/filter-effects/#typedef-filter-value-list">&lt;filter-value-list&gt;</dfn></li>
39823982
</ul>
39833983
</dd>
39843984

@@ -64277,7 +64277,7 @@ function AddCloud(data, x, y) { ... }</code></pre>
6427764277
<p>Returns the current filter.</p>
6427864278

6427964279
<p>Can be set, to change the filter. Values that cannot be parsed as a
64280-
<span>&lt;filter-function-list&gt;</span> value are ignored.</p>
64280+
<span>&lt;filter-value-list&gt;</span> value are ignored.</p>
6428164281
</dd>
6428264282
</dl>
6428364283

@@ -64287,13 +64287,13 @@ function AddCloud(data, x, y) { ... }</code></pre>
6428764287
return the last value it was successfully set to. The value must not be re-serialized. On setting,
6428864288
if the new value is 'none' (not the empty string, null, or undefined), filters must be disabled
6428964289
for the context. Otherwise, the value must be parsed as a
64290-
<span>&lt;filter-function-list&gt;</span> value. If the value cannot be parsed as a
64291-
<span>&lt;filter-function-list&gt;</span> value, where using property-independent style sheet
64290+
<span>&lt;filter-value-list&gt;</span> value. If the value cannot be parsed as a
64291+
<span>&lt;filter-value-list&gt;</span> value, where using property-independent style sheet
6429264292
syntax like 'inherit' or 'initial' is considered an invalid value, then it must be ignored, and
6429364293
the attribute must retain its previous value. When creating the object implementing the
6429464294
<code>CanvasFilters</code> interface, the attribute must be set to 'none'.</p>
6429564295

64296-
<p>A <span>&lt;filter-function-list&gt;</span> value consists of a sequence of one or more
64296+
<p>A <span>&lt;filter-value-list&gt;</span> value consists of a sequence of one or more
6429764297
filter functions or references to SVG filters. The input to the filter is used as the input
6429864298
to the first item in the list. Subsequent items take the output of the previous item as
6429964299
their input. <ref spec=FILTERS></p>

0 commit comments

Comments
 (0)