Skip to content

Commit 65f6c90

Browse files
author
Tab Atkins-Bittner
committed
[filter-effects-1] Removed SVGURIInterface from SVGFilterElement. #13949
1 parent 08f2f79 commit 65f6c90

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

filter-effects-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3568,6 +3568,11 @@ path: appendix/interfaces.md
35683568

35693569
<h2 class="no-num" id="changes">Changes</h2>
35703570

3571+
The following significant changes were made since the <a href="https://www.w3.org/TR/2018/WD-filter-effects-1-20181218/">18 December 2018 Working Draft</a>.
3572+
3573+
* Removed {{SVGURIInterface}} from {{SVGFilterElement}}, per SVGWG and CSSWG resolution.
3574+
(<a href="https://github.com/w3c/csswg-drafts/issues/13949">Issue #13949</a>)
3575+
35713576
The following significant changes were made since the <a href="https://www.w3.org/TR/2014/WD-filter-effects-1-20141125/">25 November 2014 Working Draft</a>.
35723577

35733578
* Editorial changes.

filter-effects-1/appendix/interfaces.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ interface SVGFilterElement : SVGElement {
1212
readonly attribute SVGAnimatedLength width;
1313
readonly attribute SVGAnimatedLength height;
1414
};
15-
16-
SVGFilterElement includes SVGURIReference;
1715
</pre>
1816

1917
<div dfn-type=attribute dfn-for=SVGFilterElement>

0 commit comments

Comments
 (0)