Weekly github digest (Web Platform WG specs)

Issues
------
* w3c/webcomponents (+1/-1/💬15)
  1 issues created:
  - [Proposal] customElements#hasLocalName(Class) (by thysultan)
    https://github.com/w3c/webcomponents/issues/714

  8 issues received 15 new comments:
  - #713 WebPlatform Web Components F2F 2018 (3 by tomalec, annevk, domenic)
    https://github.com/w3c/webcomponents/issues/713
  - #509 The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (3 by joshbruce)
    https://github.com/w3c/webcomponents/issues/509
  - #705 [templates] Allow removal of boolean attributes (2 by zandaqo, domenic)
    https://github.com/w3c/webcomponents/issues/705
  - #711 [templates] Contextual auto-escaping (2 by rniwa, justinfagnani)
    https://github.com/w3c/webcomponents/issues/711
  - #184 <iframe> and the History API (2 by rniwa, hayatoito)
    https://github.com/w3c/webcomponents/issues/184
  - #714 [Proposal] customElements#hasLocalName(Class) (1 by rniwa)
    https://github.com/w3c/webcomponents/issues/714
  - #300 Support Custom Pseudo-elements (1 by tomalec)
    https://github.com/w3c/webcomponents/issues/300
  - #565 [idea] Make use of `observedAttributes` optional (1 by rniwa)
    https://github.com/w3c/webcomponents/issues/565

  1 issues closed:
  - [Proposal] customElements#hasLocalName(Class) https://github.com/w3c/webcomponents/issues/714

* w3c/FileAPI (+2/-2/💬7)
  2 issues created:
  - Consider centrally defining all users of the blob URL store (by annevk)
    https://github.com/w3c/FileAPI/issues/93
  - Rename EndingTypes to EndingType or EndingsType (by inexorabletash)
    https://github.com/w3c/FileAPI/issues/91

  3 issues received 7 new comments:
  - #43 Implementations allow all values in type getter (4 by annevk, mkruisselbrink, pwnall)
    https://github.com/w3c/FileAPI/issues/43
  - #24 Make input[type=file] assignable for File objects (2 by annevk, inexorabletash)
    https://github.com/w3c/FileAPI/issues/24
  - #91 Rename EndingTypes to EndingType or EndingsType (1 by mkruisselbrink)
    https://github.com/w3c/FileAPI/issues/91

  2 issues closed:
  - Rename EndingTypes to EndingType or EndingsType https://github.com/w3c/FileAPI/issues/91
  - Document BlobPropertyBag "endings", or keep pushing to remove? https://github.com/w3c/FileAPI/issues/46

* w3c/gamepad (+0/-0/💬1)
  1 issues received 1 new comments:
  - #66 [Extensions]  make pulse() more like navigator.vibrate (1 by nondebug)
    https://github.com/w3c/gamepad/issues/66

* w3c/manifest (+1/-1/💬8)
  1 issues created:
  - Multiple authors / developers (by benrogmans)
    https://github.com/w3c/manifest/issues/630

  2 issues received 8 new comments:
  - #630 Multiple authors / developers (5 by marcoscaceres, RobDolin, benrogmans)
    https://github.com/w3c/manifest/issues/630
  - #628 multilingual description (3 by marcoscaceres, grrd01)
    https://github.com/w3c/manifest/issues/628

  1 issues closed:
  - multilingual description https://github.com/w3c/manifest/issues/628

* w3c/workers (+0/-0/💬1)
  1 issues received 1 new comments:
  - #6 `SharedWorker` secure context integration. (1 by ylafon)
    https://github.com/w3c/workers/issues/6

* w3c/uievents (+1/-0/💬1)
  1 issues created:
  - Dispatch a click event when keyup or keydown? (by mingchou)
    https://github.com/w3c/uievents/issues/174

  1 issues received 1 new comments:
  - #154 Dispatch mouseenter/leave/out/over when the layout (or scroll) changes (1 by triple-underscore)
    https://github.com/w3c/uievents/issues/154

* w3c/clipboard-apis (+1/-0/💬7)
  1 issues created:
  - Should clipboard actions consider whether selection has focus? (by xiaochengh)
    https://github.com/w3c/clipboard-apis/issues/57

  3 issues received 7 new comments:
  - #57 Should clipboard actions consider whether selection has focus? (5 by rniwa, hugoholgersson, xiaochengh, gked)
    https://github.com/w3c/clipboard-apis/issues/57
  - #44 Support for putting images on the clipboard (1 by alecazam)
    https://github.com/w3c/clipboard-apis/issues/44
  - #55 Clipboard API mixes representations of an item with distinct items. (1 by rniwa)
    https://github.com/w3c/clipboard-apis/issues/55

* w3c/selection-api (+1/-0/💬0)
  1 issues created:
  - No definition of hidden selections (by hugoholgersson)
    https://github.com/w3c/selection-api/issues/94

* w3c/dom (+0/-8/💬1)
  1 issues received 1 new comments:
  - #165 legacyOutputDidListeners and dispatch event (1 by yongsheng)
    https://github.com/w3c/dom/issues/165

  8 issues closed:
  - DOMTokenList: integrate changes against it https://github.com/w3c/dom/issues/160
  - Clear event's target and relatedTarget when dispatch ends at a shadow root https://github.com/w3c/dom/issues/157
  - add custom element support to dom https://github.com/w3c/dom/issues/161
  - NodeIterator's nextNode() and previousNode() shall return the result of traversing https://github.com/w3c/dom/issues/158
  - Add [Exposed] to MutationObserver and DOMTokenList https://github.com/w3c/dom/issues/155
  - please use  DOMHighResTimeStamp for timeStamp of the Event interface https://github.com/w3c/dom/issues/154
  - Event: Make Event's timeStamp use DOMHighResTimeStamp https://github.com/w3c/dom/issues/152
  - Serviceworker: align with the latest serviceworker spec? https://github.com/w3c/dom/issues/94



Pull requests
-------------
* w3c/webcomponents (+0/-1/💬1)
  1 pull requests received 1 new comments:
  - #712 Highlight code blocks, fix emphasis (1 by rniwa)
    https://github.com/w3c/webcomponents/pull/712

  1 pull requests merged:
  - Highlight code blocks, fix emphasis
    https://github.com/w3c/webcomponents/pull/712

* w3c/FileAPI (+2/-1/💬0)
  2 pull requests submitted:
  - Refactor Blob URL Store definition. (by mkruisselbrink)
    https://github.com/w3c/FileAPI/pull/92
  - Add BlobPropertyBag.endings back to the spec. (by mkruisselbrink)
    https://github.com/w3c/FileAPI/pull/90

  1 pull requests merged:
  - Add BlobPropertyBag.endings back to the spec.
    https://github.com/w3c/FileAPI/pull/90

* w3c/manifest (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #563 feat: add support for adaptive icons (1 by owencm)
    https://github.com/w3c/manifest/pull/563

* w3c/dom (+2/-2/💬2)
  2 pull requests submitted:
  - 2 new contributors added and link errors fixup. (by yongsheng)
    https://github.com/w3c/dom/pull/169
  - Batch of patches: custom element, service worker and shadow dom (by yongsheng)
    https://github.com/w3c/dom/pull/168

  1 pull requests received 2 new comments:
  - #168 Batch of patches: custom element, service worker and shadow dom (2 by xfq, yongsheng)
    https://github.com/w3c/dom/pull/168

  2 pull requests merged:
  - 2 new contributors added and link errors fixup.
    https://github.com/w3c/dom/pull/169
  - Batch of patches: custom element, service worker and shadow dom
    https://github.com/w3c/dom/pull/168


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, 5 December 2017 17:00:22 UTC