[webcomponents]: Comprehensive update of Custom Elements spec

Greetings, fellow public-webappsters!

Over the past few weeks, I've been digging through implementation
feedback and bugs, and polishing the Custom Elements spec. I think it
is now in a pretty nice state, so come lookit:
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html

Notable changes/additions:
1) Removed declarative stuff for now -- will rewrite it based on our
recent discussions

2) Added lifecycle callbacks on prototype and machinery to maintain
them: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18747,
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21660

3) Made all elements upgrade (not just those in trees):
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21485

4) Lots of terminology polish

5) Reorganized the spec to flow more naturally.

Comments/critique/bugs are appreciated!

:DG<

Received on Tuesday, 30 April 2013 21:58:43 UTC