Weekly github digest (WebApps WG specs)

Issues
------
* w3c/FileAPI (+2/-0/💬1)
  2 issues created:
  - Align with ReadableStream changes (by annevk)
    https://github.com/w3c/FileAPI/issues/165 
  - Clarify UUID version (by annevk)
    https://github.com/w3c/FileAPI/issues/163 

  1 issues received 1 new comments:
  - #165 Align with ReadableStream changes (1 by domenic)
    https://github.com/w3c/FileAPI/issues/165 

* w3c/gamepad (+0/-0/💬2)
  1 issues received 2 new comments:
  - #148 GamepadHapticActuator pulse should support frequency parameter (2 by cabanier, marcoscaceres)
    https://github.com/w3c/gamepad/issues/148 [feature request] 

* w3c/image-resource (+0/-0/💬2)
  2 issues received 2 new comments:
  - #39 label member (1 by michael-n-cooper)
    https://github.com/w3c/image-resource/issues/39 [a11y-tracker] 
  - #26 Add a `color_scheme` member (1 by mgiuca)
    https://github.com/w3c/image-resource/issues/26 [enhancement] 

* w3c/manifest (+2/-0/💬6)
  2 issues created:
  - [WIP] i18n Self Review (by christianliebel)
    https://github.com/w3c/manifest/issues/971 [i18n-tracker] 
  - Register media type with IANA (by christianliebel)
    https://github.com/w3c/manifest/issues/970 

  3 issues received 6 new comments:
  - #970 Register media type with IANA (1 by marcoscaceres)
    https://github.com/w3c/manifest/issues/970 [BLOCKED] 
  - #689 manifest.webmanifest or manifest.json (1 by uurcan7)
    https://github.com/w3c/manifest/issues/689 [Editorial clarification] 
  - #676 Add optional `translations` member (4 by aarongustafson, kenchris, marcoscaceres)
    https://github.com/w3c/manifest/issues/676 [Defer] [Feature Request] [i18n-tracker] 

* whatwg/dom (+1/-0/💬11)
  1 issues created:
  - Increase the ability to query whether the host environment supports a specific event (by answershuto)
    https://github.com/whatwg/dom/issues/968 

  3 issues received 11 new comments:
  - #968 Increase the ability to query whether the host environment supports a specific event (8 by WebReflection, annevk, answershuto)
    https://github.com/whatwg/dom/issues/968 
  - #181 Define XSLTProcessor (2 by foolip)
    https://github.com/whatwg/dom/issues/181 
  - #126 Disconnect single target instead of all (1 by pengzhengyi)
    https://github.com/whatwg/dom/issues/126 [addition/proposal] [needs implementer interest] 

* whatwg/infra (+1/-0/💬4)
  1 issues created:
  - Provide guidance on usage of maps (by gsnedders)
    https://github.com/whatwg/infra/issues/373 

  2 issues received 4 new comments:
  - #373 Provide guidance on usage of maps (2 by domenic)
    https://github.com/whatwg/infra/issues/373 
  - #319 Define conversions across types (2 by annevk, domenic)
    https://github.com/whatwg/infra/issues/319 

* heycam/webidl (+3/-2/💬3)
  3 issues created:
  - Replace the word "quoted" from IDL grammar section (by saschanaz)
    https://github.com/heycam/webidl/issues/976 
  - Session idea: Using BikeShed (by marcoscaceres)
    https://github.com/heycam/webidl/issues/975 
  - Session idea: using ReSpec (by marcoscaceres)
    https://github.com/heycam/webidl/issues/974 

  3 issues received 3 new comments:
  - #976 Replace the word "quoted" from IDL grammar section (1 by bathos)
    https://github.com/heycam/webidl/issues/976 
  - #975 Session idea: Using BikeShed (1 by marcoscaceres)
    https://github.com/heycam/webidl/issues/975 
  - #974 Session idea: using ReSpec (1 by marcoscaceres)
    https://github.com/heycam/webidl/issues/974 

  2 issues closed:
  - Session idea: using ReSpec https://github.com/heycam/webidl/issues/974 
  - Session idea: Using BikeShed https://github.com/heycam/webidl/issues/975 



Pull requests
-------------
* w3c/FileAPI (+1/-1/💬1)
  1 pull requests submitted:
  - Editorial: move from context object to this (by annevk)
    https://github.com/w3c/FileAPI/pull/164 

  1 pull requests received 1 new comments:
  - #160 Use GitHub workflows instead of travis.org for CI and publishing. (1 by annevk)
    https://github.com/w3c/FileAPI/pull/160 

  1 pull requests merged:
  - Use GitHub workflows instead of travis.org for CI and publishing.
    https://github.com/w3c/FileAPI/pull/160 

* w3c/manifest (+1/-0/💬1)
  1 pull requests submitted:
  - Adding protocolhandlers (by diekus)
    https://github.com/w3c/manifest/pull/969 

  1 pull requests received 1 new comments:
  - #969 Adding protocolhandlers (1 by diekus)
    https://github.com/w3c/manifest/pull/969 

* w3c/uievents (+1/-1/💬2)
  1 pull requests submitted:
  - Add [Exposed=Window] to interface MutationEvent (by foolip)
    https://github.com/w3c/uievents/pull/304 

  1 pull requests received 2 new comments:
  - #304 Add [Exposed=Window] to interface MutationEvent (2 by foolip, saschanaz)
    https://github.com/w3c/uievents/pull/304 

  1 pull requests merged:
  - Add [Exposed=Window] to interface MutationEvent
    https://github.com/w3c/uievents/pull/304 

* whatwg/dom (+5/-4/💬8)
  5 pull requests submitted:
  - Editorial: remove context object concept (by annevk)
    https://github.com/whatwg/dom/pull/973 [do not merge yet] 
  - Add the IDL of XSLTProcessor (by foolip)
    https://github.com/whatwg/dom/pull/972 
  - Meta: remove redundant quotes (by annevk)
    https://github.com/whatwg/dom/pull/971 
  - Editorial: use modern dictionary syntax (by annevk)
    https://github.com/whatwg/dom/pull/970 
  - Editorial: major change to align with IDL and Infra (by annevk)
    https://github.com/whatwg/dom/pull/969 

  3 pull requests received 8 new comments:
  - #973 Editorial: remove context object concept (2 by foolip)
    https://github.com/whatwg/dom/pull/973 [do not merge yet] 
  - #969 Editorial: major change to align with IDL and Infra (1 by annevk)
    https://github.com/whatwg/dom/pull/969 
  - #966 Add Imperative Slot API (5 by annevk, mfreed7)
    https://github.com/whatwg/dom/pull/966 

  4 pull requests merged:
  - Editorial: use modern dictionary syntax
    https://github.com/whatwg/dom/pull/970 
  - Meta: remove redundant quotes
    https://github.com/whatwg/dom/pull/971 
  - Editorial: major change to align with IDL and Infra
    https://github.com/whatwg/dom/pull/969 
  - Add Imperative Slot API
    https://github.com/whatwg/dom/pull/966 

* heycam/webidl (+1/-0/💬0)
  1 pull requests submitted:
  - Allow constants on namespaces (by domenic)
    https://github.com/heycam/webidl/pull/977 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/badging
* https://github.com/w3c/FileAPI
* https://github.com/w3c/gamepad
* https://github.com/w3c/image-resource
* https://github.com/w3c/IntersectionObserver
* https://github.com/w3c/manifest
* https://github.com/w3c/pointerlock
* https://github.com/w3c/push-api
* https://github.com/w3c/screen-orientation
* https://github.com/w3c/uievents
* https://github.com/w3c/web-share
* https://github.com/whatwg/dom
* https://github.com/whatwg/infra
* https://github.com/heycam/webidl


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 19 April 2021 17:00:14 UTC