- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 16 Jul 2019 17:00:55 +0000
- To: public-webapps-github-weekly@w3.org
- Message-Id: <E1hnQox-00037y-0r@uranus.w3.org>
Issues
------
* w3c/webcomponents (+1/-0/💬17)
1 issues created:
- input radio name isolation in shadow DOM (by hsablonniere)
https://github.com/w3c/webcomponents/issues/824
6 issues received 17 new comments:
- #800 CSS encapsulation and common CSS rules (6 by rniwa, Lonniebiz, emilio)
https://github.com/w3c/webcomponents/issues/800
- #786 Web Components F2F Spring 2019 (4 by annevk, LJWatson, diervo)
https://github.com/w3c/webcomponents/issues/786
- #824 input radio name isolation in shadow DOM (4 by hsablonniere, annevk)
https://github.com/w3c/webcomponents/issues/824
- #823 [idea] Expose and API for syncing attributes and properties (1 by Jamesernator)
https://github.com/w3c/webcomponents/issues/823
- #751 Isolate WebComponent JS libraries (1 by mmikirtumov)
https://github.com/w3c/webcomponents/issues/751 [question]
- #759 CSS Modules (1 by Lonniebiz)
https://github.com/w3c/webcomponents/issues/759 [modules] [needs consensus] [needs implementer interest]
* w3c/FileAPI (+1/-0/💬0)
1 issues created:
- Sort out when blob: URLs can be fetched (by annevk)
https://github.com/w3c/FileAPI/issues/135
* w3c/manifest (+0/-0/💬8)
3 issues received 8 new comments:
- #586 Document the unique identifier or tuple of identifiers for a PWA (4 by alancutter, adewale, mgiuca)
https://github.com/w3c/manifest/issues/586
- #555 Icon shapes and masking (3 by adamreisnz, cor3000)
https://github.com/w3c/manifest/issues/555
- #765 Add Manifest property to hint whether the navigation UI should be visible (1 by mseddon)
https://github.com/w3c/manifest/issues/765 [Feature Request]
* w3c/push-api (+0/-2/💬1)
1 issues received 1 new comments:
- #233 Need to define where the EventHandler type comes from (1 by marcoscaceres)
https://github.com/w3c/push-api/issues/233 [editorial]
2 issues closed:
- "set its value to a BufferSource" https://github.com/w3c/push-api/issues/290
- Need to define where the EventHandler type comes from https://github.com/w3c/push-api/issues/233 [editorial]
* w3c/uievents (+0/-0/💬1)
1 issues received 1 new comments:
- #238 Should require Input event to be fired within same event loop as keydown? keypress? neither? (1 by annevk)
https://github.com/w3c/uievents/issues/238
* w3c/clipboard-apis (+1/-0/💬8)
1 issues created:
- Make it possible to read image/svg+xml from the clipboard (by thriolsson)
https://github.com/w3c/clipboard-apis/issues/92
1 issues received 8 new comments:
- #92 Make it possible to read image/svg+xml from the clipboard (8 by rniwa, thriolsson, marcoscaceres, garykac)
https://github.com/w3c/clipboard-apis/issues/92
Pull requests
-------------
* w3c/FileAPI (+1/-0/💬0)
1 pull requests submitted:
- Update to Web IDL changes to optional dictionary defaulting (by marcoscaceres)
https://github.com/w3c/FileAPI/pull/134
* w3c/pointerlock (+2/-2/💬7)
2 pull requests submitted:
- Editorial: Change the ref-name of the functions (by NavidZ)
https://github.com/w3c/pointerlock/pull/48
- Add caniuse link (by NavidZ)
https://github.com/w3c/pointerlock/pull/47
1 pull requests received 7 new comments:
- #48 Editorial: Add a missing ref-name for requestPointerLock method (7 by marcoscaceres, NavidZ)
https://github.com/w3c/pointerlock/pull/48
2 pull requests merged:
- Editorial: Add a missing ref-name for requestPointerLock method
https://github.com/w3c/pointerlock/pull/48
- Add caniuse link
https://github.com/w3c/pointerlock/pull/47
* w3c/push-api (+5/-4/💬3)
5 pull requests submitted:
- Change PushSubscriptionChangeInit to PushSubscriptionChangeEventInit. (by rayankans)
https://github.com/w3c/push-api/pull/312
- Editorial: drop 'webapp' formal definition (by marcoscaceres)
https://github.com/w3c/push-api/pull/311
- fix: set to ArrayBuffer instead of BufferSource (by marcoscaceres)
https://github.com/w3c/push-api/pull/310
- Editorial: use promises-guide for promises (by marcoscaceres)
https://github.com/w3c/push-api/pull/309
- Update to Web IDL changes to optional dictionary defaulting (by marcoscaceres)
https://github.com/w3c/push-api/pull/308
2 pull requests received 3 new comments:
- #311 Editorial: drop 'webapp' formal definition (2 by marcoscaceres, martinthomson)
https://github.com/w3c/push-api/pull/311
- #312 Change PushSubscriptionChangeInit to PushSubscriptionChangeEventInit. (1 by marcoscaceres)
https://github.com/w3c/push-api/pull/312
4 pull requests merged:
- Change PushSubscriptionChangeInit to PushSubscriptionChangeEventInit.
https://github.com/w3c/push-api/pull/312
- Editorial: use promises-guide for promises
https://github.com/w3c/push-api/pull/309
- fix: set to ArrayBuffer instead of BufferSource
https://github.com/w3c/push-api/pull/310
- Update to Web IDL changes to optional dictionary defaulting
https://github.com/w3c/push-api/pull/308
* w3c/uievents (+1/-0/💬0)
1 pull requests submitted:
- set default for optional dictionary (by marcoscaceres)
https://github.com/w3c/uievents/pull/239
* w3c/clipboard-apis (+1/-0/💬1)
1 pull requests submitted:
- set default for optional dictionary (by marcoscaceres)
https://github.com/w3c/clipboard-apis/pull/91
1 pull requests received 1 new comments:
- #91 set default for optional dictionary (1 by marcoscaceres)
https://github.com/w3c/clipboard-apis/pull/91
* w3c/input-events (+1/-1/💬3)
1 pull requests submitted:
- fix link to dnd.html#concept-dnd-ro (by johanneswilm)
https://github.com/w3c/input-events/pull/101
1 pull requests received 3 new comments:
- #100 add read only mode of drag-data-store, fixes #95 (3 by marcoscaceres)
https://github.com/w3c/input-events/pull/100
1 pull requests merged:
- add read only mode of drag-data-store, fixes #95
https://github.com/w3c/input-events/pull/100
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, 16 July 2019 17:00:58 UTC