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

Unified Diff: sky/specs/dom.md

Issue 829113003: Specs: handle (in the parser) the case of an element constructor being (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | sky/specs/parsing.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/dom.md
diff --git a/sky/specs/dom.md b/sky/specs/dom.md
index e30b027e099d6a343842fd4e6f7967fcaf90278b..115c33a248c39104154f7f75b1e9fa4af6f1881f 100644
--- a/sky/specs/dom.md
+++ b/sky/specs/dom.md
@@ -77,7 +77,7 @@ abstract class Element : ParentNode {
// Returns a new Array and new Attr instances every time.
Array<Attr> getAttributes(); // O(N) in number of attributes
- readonly attribute ShadowRoot? shadowRoot; // O(1) // returns the shadow root
+ readonly attribute ShadowRoot? shadowRoot; // O(1) // returns the shadow root // TODO(ianh): Should this be mutable? It would help explain how it gets set...
Array<ContentElement> getDestinationInsertionPoints(); // O(N) in number of insertion points the node is in
virtual void endTagParsedCallback(); // noop
« no previous file with comments | « no previous file | sky/specs/parsing.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698