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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEOffsetElement.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/SVGFEOffsetElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.idl b/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.idl
index 41fb654b6e9b8a18056d326c6503c2f6213a6285..ca28037892eb5145b31cb46424f5e8543da5fcbc 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGFEOffsetElement.idl
@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/filter-effects/#InterfaceSVGFEOffsetElement
+// https://drafts.fxtf.org/filters/#InterfaceSVGFEOffsetElement
interface SVGFEOffsetElement : SVGElement {
[MeasureAs=SVG1DOMFilter] readonly attribute SVGAnimatedString in1;

Powered by Google App Engine
This is Rietveld 408576698