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

Unified Diff: core/svg/SVGElement.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/svg/SVGDocument.idl ('k') | core/svg/SVGEllipseElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/svg/SVGElement.idl
diff --git a/core/svg/SVGElement.idl b/core/svg/SVGElement.idl
index 4ee3be58cb83816ac8061dce03de13f87adf1ff9..1e4ac18c3bc13b741c065fd7cdb1115541069f1a 100644
--- a/core/svg/SVGElement.idl
+++ b/core/svg/SVGElement.idl
@@ -20,22 +20,17 @@
* Boston, MA 02110-1301, USA.
*/
-[
- Custom=Wrap,
-] interface SVGElement : Element {
- [Reflect] attribute DOMString xmlbase;
- readonly attribute SVGSVGElement? ownerSVGElement;
- readonly attribute SVGElement? viewportElement;
-
- [Reflect] attribute DOMString xmllang;
- [Reflect] attribute DOMString xmlspace;
-
- [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
+// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGElement
+interface SVGElement : Element {
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
readonly attribute CSSStyleDeclaration style;
+ readonly attribute SVGSVGElement? ownerSVGElement;
+ readonly attribute SVGElement? viewportElement;
[CustomElementCallbacks] attribute long tabIndex;
+ void focus();
+ void blur();
};
SVGElement implements GlobalEventHandlers;
-
« no previous file with comments | « core/svg/SVGDocument.idl ('k') | core/svg/SVGEllipseElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698