| Index: sky/specs/dom.md
|
| diff --git a/sky/specs/dom.md b/sky/specs/dom.md
|
| index 2f1cb860fcc7515c02298202a516edfec7e425ef..e30b027e099d6a343842fd4e6f7967fcaf90278b 100644
|
| --- a/sky/specs/dom.md
|
| +++ b/sky/specs/dom.md
|
| @@ -267,13 +267,6 @@ class ErrorElement : Element {
|
| // returns ErrorElementLayoutManager
|
| }
|
|
|
| -callback InternalElementConstructor void (Module module);
|
| -dictionary ElementRegistration {
|
| - String tagName;
|
| - Boolean shadow = false;
|
| - InternalElementConstructor? constructor = null;
|
| -}
|
| -
|
| interface ElementConstructor {
|
| constructor (Dictionary<String> attributes, ChildArguments... nodes); // O(M+N), M = number of attributes, N = number of nodes plus all their descendants
|
| constructor (ChildArguments... nodes); // shorthand
|
|
|