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

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

Issue 2730413003: Remove non-standard API SVGStyleElement#disabled (Closed)
Patch Set: Fix webexposed in Layout tests Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGStyleElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/svg/SVGStyleElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.idl b/third_party/WebKit/Source/core/svg/SVGStyleElement.idl
index ca277153f91cbb2edeec354406e45d90a2ea404f..99ac9e3bb418f57ffc92e349a171d1f639aaac30 100644
--- a/third_party/WebKit/Source/core/svg/SVGStyleElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.idl
@@ -34,9 +34,4 @@ interface SVGStyleElement : SVGElement {
// SVGStyleElement implements LinkStyle
// https://dev.w3.org/csswg/cssom/#the-linkstyle-interface
readonly attribute StyleSheet? sheet;
-
- // TODO(foolip): The disabled attribute was not in SVG 1.1 and has been
- // removed from HTMLLinkElement and HTMLStyleElement in the HTML spec:
- // https://www.w3.org/Bugs/Public/show_bug.cgi?id=14703
- [Measure] attribute boolean disabled;
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGStyleElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698