| 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
|
|
|