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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMaskElement.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/SVGMaskElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGMaskElement.idl b/third_party/WebKit/Source/core/svg/SVGMaskElement.idl
index 92a630a5cefc0923d8a5a11de760850e4de090f8..f787110c7cbeacd08990633903d99e7535edfba9 100644
--- a/third_party/WebKit/Source/core/svg/SVGMaskElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGMaskElement.idl
@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// http://www.w3.org/TR/css-masking/#InterfaceSVGMaskElement
+// https://drafts.fxtf.org/css-masking-1/#InterfaceSVGMaskElement
interface SVGMaskElement : SVGElement {
[MeasureAs=SVG1DOMMaskElement] readonly attribute SVGAnimatedEnumeration maskUnits;

Powered by Google App Engine
This is Rietveld 408576698