Skip to content

Commit

Permalink
[WIP] major reorg of custom elements
Browse files Browse the repository at this point in the history
- Figured out where custom elements will go in HTML, and started writing as if they were there
- Fleshed out and moved around examples and motivation to form an "introduction" section
- Separated out and rearranged concepts a bit better (fixes #437)
- Started the process of moving the registry to the browsing context instead of document (#369)
- Moved to `window.customElements`, an instance of `CustomElementsRegistry`, with one `define` method currently (#431)

Still to-do:

- fix all broken links detected by respec; a few terms have changed
- Look up registry on the browsing context instead of the document
- Move custom element semantics into the "HTML+: Custom elements" section
- Define a HTML+ patch that adds a `customElements` property to `Window`.
  • Loading branch information
domenic committed Mar 12, 2016
1 parent a44034f commit bfaf8d7
Showing 1 changed file with 249 additions and 211 deletions.
Loading

0 comments on commit bfaf8d7

Please sign in to comment.