-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Status of Webcomponents #71
Comments
Thanks, I will try to keep up. |
No worries @brandondees I'll let you know where the 🔥 s are. |
Awesome. Will keep my eyes on this. |
@brandondees update from the last TPAC meeting. /cc @tmornini @btakita @kurtcagle https://www.w3.org/2017/11/10-webplat-minutes.html |
@brandondees @btakita @tmornini |
web-platform-tests/wpt#9175 @brandondees remember we had the discussion of whether or not to We implement the following: Element `foo-bar`
// merely a factory that links the string name to the following class.
// then `.define (element)`s for current/future occurrences
// and `.upgrade (element)`s existing.
(class extends HTMLElement {}) We had contemplated Element `foo-bar`
(class { /* We'll extend for you */ }) In retrospect this is where being lazy (which is usually a great thing) becomes a footgun. |
@snuggs 👍 |
@brandondees @tmornini @Robertchristopher @btakita @rianby64 TL;DR; Of what's on the platform spec horizon from TPAC meeting in TOKYO. #CustomElements2020 IMHO scoped encapsulation registries seems interesting. https://docs.google.com/document/d/1HP4f-vYZ29uUlHDqxHdftoAFBnhQZ-UFnks3m5bRfA4/edit |
Should probably keep an eye on this @brandondees @Robertchristopher @janz93 @mrbernnz @btakita @scottmacdowell.
2018 - WICG/webcomponents#763 (comment)
- https://github.com/w3c/webcomponents/blob/gh-pages/proposals/HTML-Imports-and-ES-Modules.md
https://gist.github.com/TakayoshiKochi/fdc1e72d4fd0bbdaf61e7f23779e9139
Proposal to improve the DOM creation api
github.com/whatwg/dom/issues/150
github.com/whatwg/dom/issues/477
lit-html
https://gist.github.com/WebReflection/fadcc419f5ccaae92bc167d8ff5c611b
lit/lit#32 (comment)
JSDOM
hyperhtml
https://viperhtml.js.org/hyperhtml
https://medium.com/@WebReflection/dom-handleevent-a-cross-platform-standard-since-year-2000-5bf17287fd38
https://twitter.com/WebReflection/status/877131029303230464
Mozilla Custom Elements (Shadow Dom)
https://bugzilla.mozilla.org/show_bug.cgi?id=1205323
The text was updated successfully, but these errors were encountered: