Skip to content

Commit

Permalink
Overhaul custom element upgrading to be much more explicit
Browse files Browse the repository at this point in the history
This eliminates a lot of action-at-a-distance from the spec, in favor of
having the appropriate steps set or unset the new "defined flag". This
fixes #425. We also make the element interface concept more explicit,
with a new section stating the exact text that should be added to HTML.

While doing this, also  changed :unresolved to :defined, which fixes
#418. You can use `:not(:defined)` for the effect of the old
`:unresolved`.

The term "resolved" has been eliminated from the spec in favor of
"defined".
  • Loading branch information
domenic committed Mar 8, 2016
1 parent 35086b3 commit 2432819
Showing 1 changed file with 95 additions and 48 deletions.

0 comments on commit 2432819

Please sign in to comment.