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

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

Issue 2824463002: Replace most /TR/ links in IDL files (Closed)
Patch Set: Created 3 years, 8 months 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/SVGGraphicsElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
index 508de310653a02255f597b5eb5a7623486766096..6b2861261cb62e8d9313302a43ccfa4620e470cb 100644
--- a/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGGraphicsElement.idl
@@ -37,8 +37,8 @@ interface SVGGraphicsElement : SVGElement {
[ImplementedAs=getCTMFromJavascript] SVGMatrix getCTM();
[ImplementedAs=getScreenCTMFromJavascript] SVGMatrix getScreenCTM();
- // The following two properties existed on SVGLocatable in SVG
- // 1.1, but was removed in SVG2.
+ // TODO(foolip): The following two properties existed on SVGLocatable in SVG
+ // 1.1, but were removed in SVG2. https://crbug.com/695981
// https://www.w3.org/TR/SVG11/types.html#InterfaceSVGLocatable
[MeasureAs=SVGLocatableNearestViewportElement] readonly attribute SVGElement nearestViewportElement;
[MeasureAs=SVGLocatableFarthestViewportElement] readonly attribute SVGElement farthestViewportElement;

Powered by Google App Engine
This is Rietveld 408576698