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

Unified Diff: client/html/release/html.dart

Issue 8965006: Support SVGElement#elements, #innerHTML, and #outerHTML. Also add a .svg constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 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: client/html/release/html.dart
diff --git a/client/html/release/html.dart b/client/html/release/html.dart
index 6dedb36a2d2ffd3929af6a041acc831a034e9fd7..8ed4776d305948a071a8aafb6061119966c12335 100644
--- a/client/html/release/html.dart
+++ b/client/html/release/html.dart
@@ -12751,6 +12751,7 @@ interface SVGDocument extends Document {
interface SVGElement extends Element factory SVGElementWrappingImplementation {
SVGElement.tag(String tag);
+ SVGElement.svg(String svg);
String get id();
« no previous file with comments | « no previous file | client/html/release/htmlimpl.dart » ('j') | client/html/src/SVGElementWrappingImplementation.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698