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

Unified Diff: sky/specs/dom.md

Issue 836153005: Specs: registerElement(registerElement(...)) failed to work as expected (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 | « sky/examples/radio.sky ('k') | sky/specs/modules.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 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
« no previous file with comments | « sky/examples/radio.sky ('k') | sky/specs/modules.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698