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

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

Issue 451663003: [SVG2] Harmonize the IDLs of SVGStyleElement and HTMLStyleElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixup test Created 6 years, 4 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 | « LayoutTests/fast/svg/SVGStyleElement.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGStyleElement.idl
diff --git a/Source/core/svg/SVGStyleElement.idl b/Source/core/svg/SVGStyleElement.idl
index 52aa96caa5b5c0d9d769d203b9f731e47a56b0ba..482efa960ac3fe74620673930018db6379f4e2ed 100644
--- a/Source/core/svg/SVGStyleElement.idl
+++ b/Source/core/svg/SVGStyleElement.idl
@@ -29,5 +29,8 @@ interface SVGStyleElement : SVGElement {
attribute DOMString type;
attribute DOMString media;
[MeasureAs=SVGStyleElementTitle] attribute DOMString title;
+
+ // DOM Level 2 Style
+ readonly attribute StyleSheet sheet;
};
« no previous file with comments | « LayoutTests/fast/svg/SVGStyleElement.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698