Weekly github digest (WebApps WG specs)

Issues
------
* w3c/html-aria (+0/-1/💬2)
  1 issues received 2 new comments:
  - #518 Respec table styling changed causing overlap issues (2 by marcoscaceres, scottaohara)
    https://github.com/w3c/html-aria/issues/518 

  1 issues closed:
  - Respec table styling changed causing overlap issues https://github.com/w3c/html-aria/issues/518 

* w3c/gamepad (+3/-1/💬7)
  3 issues created:
  - Require focus for initial gamepad user gesture (by nondebug)
    https://github.com/w3c/gamepad/issues/206 
  - gamepads is not defined in steps for getGamepads (by nondebug)
    https://github.com/w3c/gamepad/issues/204 
  - Re-enable Gamepad Access from HTTP (aka insecure) Context (by zhangyx1998)
    https://github.com/w3c/gamepad/issues/203 

  1 issues received 7 new comments:
  - #203 Re-enable Gamepad Access from HTTP (aka insecure) Context (7 by BlobTheKat, marcoscaceres, nondebug, zhangyx1998)
    https://github.com/w3c/gamepad/issues/203 

  1 issues closed:
  - Re-enable Gamepad Access from HTTP (aka insecure) Context https://github.com/w3c/gamepad/issues/203 

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

* w3c/manifest (+1/-1/💬2)
  1 issues created:
  - IHeyReally  (by Heyitsquoracom)
    https://github.com/w3c/manifest/issues/1123 

  2 issues received 2 new comments:
  - #1123 IHeyReally  (1 by Heyitsquoracom)
    https://github.com/w3c/manifest/issues/1123 
  - #989 Provide a way to not open a link in the PWA, in the moment (1 by Knud13)
    https://github.com/w3c/manifest/issues/989 [Editorial clarification] 

  1 issues closed:
  - IHeyReally  https://github.com/w3c/manifest/issues/1123 

* w3c/pointerlock (+5/-1/💬2)
  5 issues created:
  - Proposal to add pointer lock to the permissions API (by takumif)
    https://github.com/w3c/pointerlock/issues/94 
  - Visibility state checks (by marcoscaceres)
    https://github.com/w3c/pointerlock/issues/93 
  - Clarification on interaction with shadow-roots (by marcoscaceres)
    https://github.com/w3c/pointerlock/issues/92 
  - When a subsequent requestPointerLock is rejected, should an already locked target exit lock state?  (by alvinjiooo)
    https://github.com/w3c/pointerlock/issues/91 
  - Propose to add a static field to indicate whether `unadjustedMovement` is supported. (by alvinjiooo)
    https://github.com/w3c/pointerlock/issues/90 

  1 issues received 2 new comments:
  - #42 movementX/Y coordinate space (2 by BlobTheKat, psnet)
    https://github.com/w3c/pointerlock/issues/42 

  1 issues closed:
  - Editorial: Broken HTML and DOM references https://github.com/w3c/pointerlock/issues/87 

* w3c/uievents (+0/-1/💬3)
  2 issues received 3 new comments:
  - #278 mousemove and preventDefault() (2 by mustaqahmed, saschanaz)
    https://github.com/w3c/uievents/issues/278 
  - #40 Mouse coordinates represented in CSS pixels do not account for retina displays with window.devicePixelRatio > 1 (1 by RByers)
    https://github.com/w3c/uievents/issues/40 [MouseEvent] 

  1 issues closed:
  - mousemove and preventDefault() https://github.com/w3c/uievents/issues/278 

* whatwg/dom (+1/-0/💬4)
  1 issues created:
  - `MutationObserver` flag to observe mutations in (open) shadow trees to facilitate polyfills of HTML syntax (by LeaVerou)
    https://github.com/whatwg/dom/issues/1287 [needs implementer interest] [addition/proposal] 

  2 issues received 4 new comments:
  - #1287 `MutationObserver` flag to observe mutations in (open) shadow trees to facilitate polyfills of HTML syntax (1 by WebReflection)
    https://github.com/whatwg/dom/issues/1287 [topic: shadow] [needs implementer interest] [addition/proposal] 
  - #1255 Atomic move operation for element reparenting & reordering (3 by jarhar, noamr, weizman)
    https://github.com/whatwg/dom/issues/1255 [needs implementer interest] [addition/proposal] [stage: 1] 



Pull requests
-------------
* w3c/html-aria (+2/-1/💬2)
  2 pull requests submitted:
  - Chore: revise table styles (by scottaohara)
    https://github.com/w3c/html-aria/pull/521 
  - Chore: remove sticky column headers per style breaking (by scottaohara)
    https://github.com/w3c/html-aria/pull/520 

  1 pull requests received 2 new comments:
  - #521 Chore: revise table styles (2 by pkra, scottaohara)
    https://github.com/w3c/html-aria/pull/521 

  1 pull requests merged:
  - Chore: remove sticky column headers per style breaking
    https://github.com/w3c/html-aria/pull/520 

* w3c/FileAPI (+1/-0/💬0)
  1 pull requests submitted:
  - Add bytes() method to Blob for reading bytes into a Uint8Array (by bakkot)
    https://github.com/w3c/FileAPI/pull/197 

* w3c/gamepad (+2/-0/💬9)
  2 pull requests submitted:
  - Require system focus for gamepad user gesture (by nondebug)
    https://github.com/w3c/gamepad/pull/207 
  - Add missing steps in getGamepads (by nondebug)
    https://github.com/w3c/gamepad/pull/205 

  4 pull requests received 9 new comments:
  - #202 Add vendorId, productId, name attributes (3 by marcoscaceres, saschanaz)
    https://github.com/w3c/gamepad/pull/202 
  - #198 Fold touchEvents from extensions.html into index.html (1 by marcoscaceres)
    https://github.com/w3c/gamepad/pull/198 [blocked] 
  - #196 Add extended buttons to support trackpad (#191) (2 by xingri)
    https://github.com/w3c/gamepad/pull/196 
  - #120 Require secure context for gamepad state and events (3 by BlobTheKat, zhangyx1998)
    https://github.com/w3c/gamepad/pull/120 

* w3c/manifest (+1/-0/💬1)
  1 pull requests submitted:
  - Chore: add Diego as editor, retire Aaron (by marcoscaceres)
    https://github.com/w3c/manifest/pull/1124 

  1 pull requests received 1 new comments:
  - #1122 Processing steps for id now removes the fragment (1 by marcoscaceres)
    https://github.com/w3c/manifest/pull/1122 

* w3c/pointerlock (+2/-1/💬1)
  2 pull requests submitted:
  - Tidied up document using tidy-html5 (by github-actions)
    https://github.com/w3c/pointerlock/pull/95 
  - Fix ReSpec error with ancestor browsing context. (by mustaqahmed)
    https://github.com/w3c/pointerlock/pull/89 

  1 pull requests received 1 new comments:
  - #95 Tidied up document using tidy-html5 (1 by w3cbot)
    https://github.com/w3c/pointerlock/pull/95 

  1 pull requests merged:
  - Editorial: Fix ReSpec error with ancestor browsing context
    https://github.com/w3c/pointerlock/pull/89 

* w3c/push-api (+1/-0/💬0)
  1 pull requests submitted:
  - Add bytes() method for reading bytes into a Uint8Array (by bakkot)
    https://github.com/w3c/push-api/pull/369 

* whatwg/dom (+0/-0/💬4)
  1 pull requests received 4 new comments:
  - #1268 Trusted types attributes (4 by annevk, lukewarlow)
    https://github.com/whatwg/dom/pull/1268 

* whatwg/webidl (+0/-0/💬2)
  1 pull requests received 2 new comments:
  - #1397 Add `async iterable<T>` type to WebIDL (2 by jasnell, lucacasonato)
    https://github.com/whatwg/webidl/pull/1397 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/html-aria
* https://github.com/w3c/badging
* https://github.com/w3c/contact-picker
* 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-locks
* 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, 13 May 2024 17:00:10 UTC