Weekly github digest (WebApps WG specs)

Issues
------
* w3c/FileAPI (+0/-1/💬4)
  1 issues received 4 new comments:
  - #192 Proposal: Add a crossOrigin option to Blob (4 by annevk, eligrey, shhnjk)
    https://github.com/w3c/FileAPI/issues/192 

  1 issues closed:
  - Byte stream support for `stream()`? https://github.com/w3c/FileAPI/issues/186 

* w3c/IntersectionObserver (+0/-0/💬1)
  1 issues received 1 new comments:
  - #124 How should larger-than-viewport-dimension targets be handled (1 by matte0080)
    https://github.com/w3c/IntersectionObserver/issues/124 [needs spec] [tpac2017] 

* w3c/manifest (+0/-0/💬4)
  1 issues received 4 new comments:
  - #989 Provide a way to not open a link in the PWA, in the moment (4 by tomayac, verekia)
    https://github.com/w3c/manifest/issues/989 [Editorial clarification] 

* w3c/screen-orientation (+2/-1/💬0)
  2 issues created:
  - Screen orientation change need to queue a task to fire an event properly (by marcoscaceres)
    https://github.com/w3c/screen-orientation/issues/244 
  - Monitoring for preconditions (and fully unlocking) (by marcoscaceres)
    https://github.com/w3c/screen-orientation/issues/243 

  1 issues closed:
  - Should hidden documents be allowed to change the orientation? https://github.com/w3c/screen-orientation/issues/221 

* w3c/uievents (+1/-0/💬1)
  1 issues created:
  - Define behavior for wheel event group when the initial target is mutated (by dlrobertson)
    https://github.com/w3c/uievents/issues/341 

  1 issues received 1 new comments:
  - #341 Define behavior for wheel event group when the initial target is mutated (1 by dlrobertson)
    https://github.com/w3c/uievents/issues/341 

* w3c/web-share (+1/-0/💬0)
  1 issues created:
  - CFC to publish Web Share as a W3C Recommendation (by marcoscaceres)
    https://github.com/w3c/web-share/issues/272 

* whatwg/dom (+2/-4/💬15)
  2 issues created:
  - JavaScript (by Pezequiel1976)
    https://github.com/whatwg/dom/issues/1164 
  - Allow subclassing of AbortController / AbortSignal (by keithamus)
    https://github.com/whatwg/dom/issues/1162 

  4 issues received 15 new comments:
  - #1162 Allow subclassing of AbortController / AbortSignal (5 by annevk, bathos, keithamus)
    https://github.com/whatwg/dom/issues/1162 [needs implementer interest] [addition/proposal] [needs concrete proposal] [topic: aborting] 
  - #808 Side effects due to tree insertion or removal (script, iframe) (3 by annevk, pygy)
    https://github.com/whatwg/dom/issues/808 [web reality] 
  - #586 Add convenient, ergonomic, performant API for sorting siblings (3 by josepharhar, pygy)
    https://github.com/whatwg/dom/issues/586 [needs implementer interest] [addition/proposal] 
  - #544 Improving ergonomics of events with Observable (4 by benlesh, bleistivt, domfarolino)
    https://github.com/whatwg/dom/issues/544 [needs implementer interest] [topic: events] [addition/proposal] 

  4 issues closed:
  - "Append mo to unit of related similar-origin bro..." https://github.com/whatwg/dom/issues/720 [clarification] 
  - "Append mo to unit of related similar-origin bro..." https://github.com/whatwg/dom/issues/720 [clarification] 
  - MutationObserver GC section looks bogus https://github.com/whatwg/dom/issues/1159 
  - MutationObserver invocation order https://github.com/whatwg/dom/issues/713 [topic: shadow] [compat] 

* whatwg/infra (+3/-0/💬3)
  3 issues created:
  - "uppercase" (by Muhammad4599)
    https://github.com/whatwg/infra/issues/544 
  - BTC (by Muhammad4599)
    https://github.com/whatwg/infra/issues/543 
  - Remove (by Cristiancb15)
    https://github.com/whatwg/infra/issues/542 

  1 issues received 3 new comments:
  - #518 ECMA262 completion records are not interpreted appropriately (3 by jmdyck, jugglinmike)
    https://github.com/whatwg/infra/issues/518 

* whatwg/webidl (+2/-0/💬4)
  2 issues created:
  - PR changed the setlike `add` method to return the value that was added to the setlike object instead of the object itself. Was that an accident? (by annevk)
    https://github.com/whatwg/webidl/issues/1268 
  - `record<>` should allow the keytype to be a typedef that resolves to one of the allowed string types (by tabatkins)
    https://github.com/whatwg/webidl/issues/1267 

  2 issues received 4 new comments:
  - #1268 PR changed the setlike `add` method to return the value that was added to the setlike object instead of the object itself. Was that an accident? (1 by tabatkins)
    https://github.com/whatwg/webidl/issues/1268 
  - #212 Make [SameObject] beneficial (3 by annevk, jakearchibald)
    https://github.com/whatwg/webidl/issues/212 



Pull requests
-------------
* w3c/FileAPI (+0/-1/💬1)
  1 pull requests received 1 new comments:
  - #188 Return a byte stream from "get stream" algorithm (1 by saschanaz)
    https://github.com/w3c/FileAPI/pull/188 

  1 pull requests merged:
  - Return a byte stream from "get stream" algorithm
    https://github.com/w3c/FileAPI/pull/188 

* w3c/screen-orientation (+1/-1/💬2)
  1 pull requests submitted:
  - Tidied up document using tidy-html5 (by marcoscaceres)
    https://github.com/w3c/screen-orientation/pull/242 

  1 pull requests received 2 new comments:
  - #232 Prevent hidden documents from locking orientation (2 by marcoscaceres)
    https://github.com/w3c/screen-orientation/pull/232 

  1 pull requests merged:
  - Prevent hidden documents from locking orientation
    https://github.com/w3c/screen-orientation/pull/232 

* whatwg/dom (+2/-1/💬9)
  2 pull requests submitted:
  - Prohibit ServiceWorker event handler update after the initialization. (by yoshisatoyanagisawa)
    https://github.com/whatwg/dom/pull/1161 
  - Correct MutationObserver ownership story (by annevk)
    https://github.com/whatwg/dom/pull/1160 

  5 pull requests received 9 new comments:
  - #1161 Prohibit ServiceWorker event handler update after the initialization. (1 by yoshisatoyanagisawa)
    https://github.com/whatwg/dom/pull/1161 
  - #1160 Correct MutationObserver ownership story (3 by annevk, shaseley)
    https://github.com/whatwg/dom/pull/1160 
  - #1079 Allow more characters in element/attribute names and prefixes (3 by annevk, josepharhar)
    https://github.com/whatwg/dom/pull/1079 [needs tests] 
  - #819 Adoption and DocumentFragment, part two (1 by bigopon)
    https://github.com/whatwg/dom/pull/819 
  - #661 Don't store is value when it won't be useful (1 by annevk)
    https://github.com/whatwg/dom/pull/661 [topic: custom elements] [needs tests] 

  1 pull requests merged:
  - Correct MutationObserver ownership story
    https://github.com/whatwg/dom/pull/1160 

* whatwg/infra (+1/-0/💬4)
  1 pull requests submitted:
  - Introduce a shorthand for ECMA262 abstract ops (by jugglinmike)
    https://github.com/whatwg/infra/pull/539 

  1 pull requests received 4 new comments:
  - #539 Introduce a shorthand for ECMA262 abstract ops (4 by annevk, jmdyck, jugglinmike)
    https://github.com/whatwg/infra/pull/539 

* whatwg/webidl (+0/-0/💬2)
  1 pull requests received 2 new comments:
  - #1138 Switch maplike/setlike to use infra maps and sets (2 by TimothyGu, annevk)
    https://github.com/whatwg/webidl/pull/1138 


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/whatwg/webidl


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

Received on Monday, 20 February 2023 17:00:15 UTC