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

Unified Diff: sky/engine/core/dom/Element.idl

Issue 691893002: Add support for Element#getAttributes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
Index: sky/engine/core/dom/Element.idl
diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl
index 21b42a0a39c677e02ec27677fe608eb1471f9955..306a57c6020a5adc7717571c8854496fde85817e 100644
--- a/sky/engine/core/dom/Element.idl
+++ b/sky/engine/core/dom/Element.idl
@@ -32,6 +32,8 @@
boolean hasAttribute(DOMString name);
+ sequence<Attr> getAttributes();
+
[PerWorldBindings] readonly attribute CSSStyleDeclaration style;
[Reflect] attribute DOMString id;

Powered by Google App Engine
This is Rietveld 408576698