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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.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/SVGFEDropShadowElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.idl b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.idl
index 47d742f66d8a5b634a108e70038c093f6eba776d..d6aa10e115a56d0febe45b08ecca727642895e7e 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEDropShadowElement.idl
@@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEDropShadowElement
+// https://drafts.fxtf.org/filters/#InterfaceSVGFEDropShadowElement
interface SVGFEDropShadowElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString in1;

Powered by Google App Engine
This is Rietveld 408576698