Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(616)

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEImageElement.idl

Issue 2572853002: Replace remaining /TR/ links in SVG IDL (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl b/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
index 05ecf0caca43cbc4dbf3adb091c78b4eb275a93f..c1c45217463f36625b8aeca30c49dc8a687dd52a 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.idl
@@ -23,9 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/SVG11/filters.html#InterfaceSVGFEImageElement
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEImageElement
-// Currently SVG 1.1, SVG 2 members not implemented
+// https://drafts.fxtf.org/filters/#InterfaceSVGFEImageElement
interface SVGFEImageElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio;

Powered by Google App Engine
This is Rietveld 408576698