Weekly github digest (Web Platform WG specs)

Issues
------
* w3c/webcomponents (+4/-3/💬47)
  4 issues created:
  - [feature request] change when upgrade/connected happens during parsing, so that it is the first event in the following microtask (by trusktr)
    https://github.com/w3c/webcomponents/issues/787 
  - Web Components F2F Spring 2019 (by rniwa)
    https://github.com/w3c/webcomponents/issues/786 
  - [idea] making builtin elements more like custom elements (by trusktr)
    https://github.com/w3c/webcomponents/issues/785 
  - appreciate your feedback for custom element diagram (by AndyOGo)
    https://github.com/w3c/webcomponents/issues/784 

  16 issues received 47 new comments:
  - #550 [idea] childConnectedCallback and childDisconnectedCallback (12 by platosha, trusktr, WebReflection, rniwa)
    https://github.com/w3c/webcomponents/issues/550 [custom-elements] [needs implementer interest] 
  - #787 [feature request] change when upgrade/connected happens during parsing, so that it is the first event in the following microtask (7 by rniwa, trusktr, domenic)
    https://github.com/w3c/webcomponents/issues/787 
  - #426 Should shadow host have `display: block` by default? (3 by trusktr)
    https://github.com/w3c/webcomponents/issues/426 [shadow-dom] [v1] 
  - #784 appreciate your feedback for custom element diagram (3 by daKmoR, AndyOGo)
    https://github.com/w3c/webcomponents/issues/784 
  - #785 [idea] making builtin elements more like custom elements (3 by rniwa, andyearnshaw, domenic)
    https://github.com/w3c/webcomponents/issues/785 
  - #786 Web Components F2F Spring 2019 (3 by rniwa)
    https://github.com/w3c/webcomponents/issues/786 
  - #468 Provide a lightweight mechanism to add styles to a custom element (3 by trusktr, andyearnshaw)
    https://github.com/w3c/webcomponents/issues/468 [custom-elements] [needs concrete proposal] [shadow-dom] 
  - #655 Support for pseudo elements with ::slotted() selectors (3 by lilles, hayatoito, emilio)
    https://github.com/w3c/webcomponents/issues/655 
  - #758 How to define APIs only for custom element authors (2 by trusktr)
    https://github.com/w3c/webcomponents/issues/758 [custom-elements] 
  - #727 Element Behaviors, and the has="" attribute. A useful alternative to Custom Elements in many cases! (2 by trusktr)
    https://github.com/w3c/webcomponents/issues/727 [needs implementer interest] 
  - #187 Need callback for form submit data (1 by stramel)
    https://github.com/w3c/webcomponents/issues/187 [custom-elements] [needs concrete proposal] [needs consensus] 
  - #645 HTML Modules (1 by Jamesernator)
    https://github.com/w3c/webcomponents/issues/645 [modules] [needs concrete proposal] 
  - #776 Editor support for WebComponents (1 by bkelley13)
    https://github.com/w3c/webcomponents/issues/776 [question] 
  - #713 WebPlatform Web Components F2F 2018 (1 by rniwa)
    https://github.com/w3c/webcomponents/issues/713 
  - #782 Lazy Custom Element Definitions (1 by trusktr)
    https://github.com/w3c/webcomponents/issues/782 
  - #783 HTML modules spec draft editorial feedback (1 by dandclark)
    https://github.com/w3c/webcomponents/issues/783 [modules] 

  3 issues closed:
  - [feature request] change when upgrade/connected happens during parsing, so that it is the first event in the following microtask https://github.com/w3c/webcomponents/issues/787 
  - [idea] making builtin elements more like custom elements https://github.com/w3c/webcomponents/issues/785 
  - Web Components F2F topics for 2018 TPAC https://github.com/w3c/webcomponents/issues/763 

* w3c/manifest (+0/-0/💬2)
  2 issues received 2 new comments:
  - #693 Add a way to query whether there is a UA-provided back button (1 by fallaciousreasoning)
    https://github.com/w3c/manifest/issues/693 
  - #535 Is it possible to load the progressive web app manifest file from authenticated site? (1 by DrewML)
    https://github.com/w3c/manifest/issues/535 

* w3c/screen-orientation (+1/-1/💬14)
  1 issues created:
  - Clarification regarding locking the screen orientation (by Johanna-hub)
    https://github.com/w3c/screen-orientation/issues/143 

  6 issues received 14 new comments:
  - #104 Promise for unlock()? (5 by marcoscaceres, mounirlamouri, jjmax75, kenchris)
    https://github.com/w3c/screen-orientation/issues/104 [future] [question] 
  - #136 Clarification on animation frame task (3 by marcoscaceres, foolip, Johanna-hub)
    https://github.com/w3c/screen-orientation/issues/136 
  - #143 Clarification regarding locking the screen orientation (2 by mounirlamouri, Johanna-hub)
    https://github.com/w3c/screen-orientation/issues/143 
  - #82 "Security" condition should be something else (2 by marcoscaceres)
    https://github.com/w3c/screen-orientation/issues/82 [enhancement] 
  - #120 Send events before promise resolve (1 by marcoscaceres)
    https://github.com/w3c/screen-orientation/issues/120 
  - #123 cordova-plugin-screen-orientation does not work (1 by marcoscaceres)
    https://github.com/w3c/screen-orientation/issues/123 

  1 issues closed:
  - "Security" condition should be something else https://github.com/w3c/screen-orientation/issues/82 [enhancement] [future] 

* w3c/editing (+0/-0/💬4)
  1 issues received 4 new comments:
  - #150 Removal of browser built-in Undo stack functionality from contenteditable (4 by Reinmar, waterplea, johanneswilm)
    https://github.com/w3c/editing/issues/150 

* w3c/input-events (+1/-0/💬0)
  1 issues created:
  - Documentation says beforeinput event is cancelable, browser says it's not (by nbarto)
    https://github.com/w3c/input-events/issues/92 

* w3c/microdata (+0/-0/💬1)
  1 issues received 1 new comments:
  - #86 Reusing components in different contexts (1 by simlawr)
    https://github.com/w3c/microdata/issues/86 

* w3c/DOM-Parsing (+2/-2/💬13)
  2 issues created:
  - Spec out normative text when parseFromString() is passed an unsupported MIME type (by dbates-wk)
    https://github.com/w3c/DOM-Parsing/issues/41 
  - parseFromString() should be use case-insensitive MIME type matching (by dbates-wk)
    https://github.com/w3c/DOM-Parsing/issues/40 

  2 issues received 13 new comments:
  - #41 Spec out normative text when parseFromString() is passed an unsupported MIME type (9 by rniwa, annevk, dbates-wk)
    https://github.com/w3c/DOM-Parsing/issues/41 
  - #40 parseFromString() should be use case-insensitive MIME type matching (4 by annevk, dbates-wk)
    https://github.com/w3c/DOM-Parsing/issues/40 

  2 issues closed:
  - Spec out normative text when parseFromString() is passed an unsupported MIME type https://github.com/w3c/DOM-Parsing/issues/41 
  - parseFromString() should be use case-insensitive MIME type matching https://github.com/w3c/DOM-Parsing/issues/40 



Pull requests
-------------
* w3c/screen-orientation (+7/-5/💬7)
  7 pull requests submitted:
  - Editorial: Internal slots (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/144 
  - Editorial: Section 7 edits (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/142 
  - Editorial: Change pending promise to screen lock promise (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/141 
  - Editorial: Edits to sections 3.2-3.5 (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/140 
  - Editorial: 2.1 Orientation attribute, 3. Screen Orientation and enums (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/139 
  - Editorial: Introduction edits (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/138 
  - Editorial: Examples section edits (by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/137 

  4 pull requests received 7 new comments:
  - #137 Editorial: Examples section edits (3 by marcoscaceres, Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/137 
  - #139 Editorial: 2.1 Orientation attribute, 3. Screen Orientation and enums (2 by marcoscaceres, Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/139 
  - #141 Editorial: Change pending promise to screen lock promise (1 by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/141 
  - #144 Editorial: Internal slots (1 by Johanna-hub)
    https://github.com/w3c/screen-orientation/pull/144 

  5 pull requests merged:
  - Editorial: Examples section edits
    https://github.com/w3c/screen-orientation/pull/137 
  - Editorial: Edits to sections 3.2-3.5
    https://github.com/w3c/screen-orientation/pull/140 
  - Editorial: Section 7 edits
    https://github.com/w3c/screen-orientation/pull/142 
  - Editorial: Introduction edits
    https://github.com/w3c/screen-orientation/pull/138 
  - Editorial: Example 3
    https://github.com/w3c/screen-orientation/pull/135 

* w3c/input-events (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #89 chore:add PULL_REQUEST_TEMPLATE.md (1 by frivoal)
    https://github.com/w3c/input-events/pull/89 


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, 29 January 2019 17:01:25 UTC