- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 06 Mar 2018 17:00:39 +0000
- To: public-webapps-github-weekly@w3.org
- Message-Id: <E1etFx9-0001lj-7h@uranus.w3.org>
Issues ------ * w3c/webcomponents (+0/-13/💬78) 25 issues received 78 new comments: - #187 Need callback for form submit data (15 by domenic, annevk, notwaldorf, dpobel, rniwa, tkent-google) https://github.com/w3c/webcomponents/issues/187 [custom-elements] [needs concrete proposal] [needs consensus] - #634 Proposal: Allow custom elements to be in any namespace (9 by annevk, jarek-foksa, bzbarsky, hayatoito) https://github.com/w3c/webcomponents/issues/634 [custom-elements] [needs implementer interest] - #587 Non-class based example of customElement.define() (8 by trusktr, WebReflection, Jeff17Robbins, nnmrts) https://github.com/w3c/webcomponents/issues/587 - #468 Provide a lightweight mechanism to add styles to a custom element (7 by domenic, annevk, tabatkins, azakus, rniwa, calebdwilliams) https://github.com/w3c/webcomponents/issues/468 [custom-elements] [needs concrete proposal] [shadow-dom] - #716 Scoped Custom Element Registries (6 by justinfagnani, caridy, matthewp, diervo) https://github.com/w3c/webcomponents/issues/716 [custom-elements] [needs concrete proposal] - #738 Custom pseudo-classes for host elements via shadow roots (:state) (4 by annevk, tabatkins, caridy, domenic) https://github.com/w3c/webcomponents/issues/738 [needs concrete proposal] [shadow-dom] - #654 Custom attribute names conflicting with built-in attribute names (3 by rniwa, robdodson, treshugart) https://github.com/w3c/webcomponents/issues/654 [custom-elements] [needs consensus] [v1] - #581 Allow customizing base URL of a shadow root (3 by annevk, dvoytenko) https://github.com/w3c/webcomponents/issues/581 [needs implementer interest] [shadow-dom] - #159 ARIA custom element API (2 by annevk, domenic) https://github.com/w3c/webcomponents/issues/159 [custom-elements] [needs concrete proposal] - #546 Custom event handlers support (2 by annevk, treshugart) https://github.com/w3c/webcomponents/issues/546 [custom-elements] - #713 WebPlatform Web Components F2F 2018 (2 by annevk, diervo) https://github.com/w3c/webcomponents/issues/713 - #719 Interface/class-based selector (2 by annevk, domenic) https://github.com/w3c/webcomponents/issues/719 [custom-elements] [needs implementer interest] - #479 {DocumentOrShadowRoot or Slot}.activePath (2 by tomalec, annevk) https://github.com/w3c/webcomponents/issues/479 [needs consensus] [needs implementer interest] [shadow-dom] - #630 HTML parser: align custom elements with the template element (2 by annevk, hsivonen) https://github.com/w3c/webcomponents/issues/630 [custom-elements] [needs concrete proposal] - #135 customElements.define() should take a template as an argument (1 by annevk) https://github.com/w3c/webcomponents/issues/135 [custom-elements] [needs concrete proposal] [needs implementer interest] - #550 [idea] childConnectedCallback and childDisconnectedCallback (1 by annevk) https://github.com/w3c/webcomponents/issues/550 [custom-elements] [needs implementer interest] - #681 [templates] Is a global registry of template processors the right idea? (1 by cdata) https://github.com/w3c/webcomponents/issues/681 [templates] - #176 Expose "cloning steps" to custom elements (cloneCallback) (1 by annevk) https://github.com/w3c/webcomponents/issues/176 [custom-elements] [needs concrete proposal] [needs implementer interest] - #693 [templates] What is declareCallback? (1 by cdata) https://github.com/w3c/webcomponents/issues/693 [templates] - #582 Node and Element prototypes need to define their relevant custom element callbacks as no-ops. (1 by annevk) https://github.com/w3c/webcomponents/issues/582 [custom-elements] [needs implementer interest] - #726 Named slots and the slot attribute requirement (1 by annevk) https://github.com/w3c/webcomponents/issues/726 [needs implementer interest] [shadow-dom] - #727 Element Behaviors, and the has="" attribute. A useful alternative to Custom Elements in many cases! (1 by annevk) https://github.com/w3c/webcomponents/issues/727 [needs implementer interest] - #606 Unexpected upgrade timing when appending an element and script together (1 by annevk) https://github.com/w3c/webcomponents/issues/606 [custom-elements] [needs consensus] [v1] - #614 fullscreenchange should be dispatched on each ancestor shadow root (1 by annevk) https://github.com/w3c/webcomponents/issues/614 [shadow-dom] [v1] - #624 Custom 'void' or self-closing elements (HTML parser changes) (1 by annevk) https://github.com/w3c/webcomponents/issues/624 [custom-elements] [needs implementer interest] 13 issues closed: - ARIA custom element API https://github.com/w3c/webcomponents/issues/159 [custom-elements] [needs concrete proposal] - Element Behaviors, and the has="" attribute. A useful alternative to Custom Elements in many cases! https://github.com/w3c/webcomponents/issues/727 [needs implementer interest] - Named slots and the slot attribute requirement https://github.com/w3c/webcomponents/issues/726 [needs implementer interest] [shadow-dom] - Interface/class-based selector https://github.com/w3c/webcomponents/issues/719 [custom-elements] [needs implementer interest] - Bulk property updates https://github.com/w3c/webcomponents/issues/718 [needs implementer interest] - Custom 'void' or self-closing elements (HTML parser changes) https://github.com/w3c/webcomponents/issues/624 [custom-elements] [needs implementer interest] - Node and Element prototypes need to define their relevant custom element callbacks as no-ops. https://github.com/w3c/webcomponents/issues/582 [custom-elements] [needs implementer interest] - Allow customizing base URL of a shadow root https://github.com/w3c/webcomponents/issues/581 [needs implementer interest] [shadow-dom] - [idea] childConnectedCallback and childDisconnectedCallback https://github.com/w3c/webcomponents/issues/550 [custom-elements] [needs implementer interest] - Custom event handlers support https://github.com/w3c/webcomponents/issues/546 [custom-elements] - Expose "cloning steps" to custom elements (cloneCallback) https://github.com/w3c/webcomponents/issues/176 [custom-elements] [needs concrete proposal] [needs implementer interest] - Unexpected upgrade timing when appending an element and script together https://github.com/w3c/webcomponents/issues/606 [custom-elements] [needs consensus] [v1] - {DocumentOrShadowRoot or Slot}.activePath https://github.com/w3c/webcomponents/issues/479 [needs consensus] [needs implementer interest] [shadow-dom] * w3c/manifest (+0/-0/💬6) 3 issues received 6 new comments: - #627 Allowing only site-triggered install prompt (4 by marcoscaceres, photopea, mgiuca, frlinw) https://github.com/w3c/manifest/issues/627 - #554 Should the scope terminate by "/"? (1 by delapuente) https://github.com/w3c/manifest/issues/554 - #626 Add a means to associate a PWA with a file extension (1 by mgiuca) https://github.com/w3c/manifest/issues/626 * w3c/uievents (+0/-0/💬8) 3 issues received 8 new comments: - #185 Move focus section to HTML (6 by travisleithead, plehegar, annevk, AmeliaBR) https://github.com/w3c/uievents/issues/185 - #88 Figure out what to do with focusin/focusout (1 by annevk) https://github.com/w3c/uievents/issues/88 - #147 Add specification for AltGraph key & modifier behaviour (1 by RByers) https://github.com/w3c/uievents/issues/147 * w3c/uievents-code (+0/-0/💬9) 1 issues received 9 new comments: - #20 Need an implementation report (9 by frivoal, xfq, chaals, garykac) https://github.com/w3c/uievents-code/issues/20 * w3c/uievents-key (+0/-0/💬3) 1 issues received 3 new comments: - #45 Implementation report (3 by xfq) https://github.com/w3c/uievents-key/issues/45 * w3c/editing (+1/-0/💬0) 1 issues created: - Clarification of events to fire when gaining and losing focus (by shs96c) https://github.com/w3c/editing/issues/174 Pull requests ------------- * w3c/webcomponents (+1/-1/💬1) 1 pull requests submitted: - fix typo in the example codes (by hax) https://github.com/w3c/webcomponents/pull/741 1 pull requests received 1 new comments: - #741 fix typo in the example codes (1 by hax) https://github.com/w3c/webcomponents/pull/741 1 pull requests merged: - fix typo in the example codes https://github.com/w3c/webcomponents/pull/741 Repositories tracked by this digest: ----------------------------------- * https://github.com/w3c/webcomponents * https://github.com/w3c/FileAPI * https://github.com/w3c/filesystem-api * https://github.com/w3c/gamepad * https://github.com/w3c/manifest * https://github.com/w3c/manifest-csp * https://github.com/w3c/pointerlock * https://github.com/w3c/push-api * https://github.com/w3c/screen-orientation * https://github.com/w3c/workers * https://github.com/w3c/websockets * https://github.com/w3c/webmessaging * https://github.com/w3c/webstorage * https://github.com/w3c/eventsource * https://github.com/w3c/ime-api * https://github.com/w3c/uievents * https://github.com/w3c/uievents-code * https://github.com/w3c/uievents-key * https://github.com/w3c/clipboard-apis * https://github.com/w3c/editing * https://github.com/w3c/selection-api * https://github.com/w3c/input-events * https://github.com/w3c/microdata * https://github.com/w3c/2dcontext * https://github.com/w3c/DOM-Parsing * https://github.com/w3c/dom
Received on Tuesday, 6 March 2018 17:00:43 UTC