- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 15 Jan 2024 17:00:14 +0000
- To: public-webapps@w3.org
- Message-Id: <E1rPQJq-009InI-15@uranus.w3.org>
Issues ------ * w3c/gamepad (+0/-0/💬1) 1 issues received 1 new comments: - #37 Make gamepads accessible by web worker (1 by marcoscaceres) https://github.com/w3c/gamepad/issues/37 [v2] * w3c/manifest (+0/-1/💬4) 4 issues received 4 new comments: - #1108 Reword ‘member’ to ‘field’ (1 by marcoscaceres) https://github.com/w3c/manifest/issues/1108 - #1025 Feature request: access to menu bar and context menus (1 by hybridherbst) https://github.com/w3c/manifest/issues/1025 [Feature Request] [Defer] - #989 Provide a way to not open a link in the PWA, in the moment (1 by monstermac77) https://github.com/w3c/manifest/issues/989 [Editorial clarification] - #850 Procedure for moving manifests and Apps (1 by mgiuca) https://github.com/w3c/manifest/issues/850 [Feature Request] [Defer] 1 issues closed: - Reword ‘member’ to ‘field’ https://github.com/w3c/manifest/issues/1108 * w3c/pointerlock (+0/-0/💬3) 1 issues received 3 new comments: - #42 movementX/Y coordinate space (3 by neonfuz, trusktr) https://github.com/w3c/pointerlock/issues/42 * w3c/uievents (+1/-0/💬7) 1 issues created: - Require support for legacy events (by zcorpan) https://github.com/w3c/uievents/issues/366 6 issues received 7 new comments: - #361 Cancelable/default action for keydown, composition*, beforeinput, textInput, input (1 by zcorpan) https://github.com/w3c/uievents/issues/361 - #311 Define groups of events by the interaction that caused them (2 by masayuki-nakano, zcorpan) https://github.com/w3c/uievents/issues/311 - #289 A way to determine what the value of an input will be if `beforeinput` is not prevented (1 by masayuki-nakano) https://github.com/w3c/uievents/issues/289 - #284 Browsers do not fire select event with UIEvent (1 by zcorpan) https://github.com/w3c/uievents/issues/284 - #270 Define events directly caused by user interaction (1 by zcorpan) https://github.com/w3c/uievents/issues/270 - #266 Redefine when `keypress` event should be fired (1 by zcorpan) https://github.com/w3c/uievents/issues/266 [KeyboardEvent] * w3c/web-share (+0/-0/💬2) 2 issues received 2 new comments: - #280 Feature request: Send geo intents to native devices for selecting navigation apps (1 by marcoscaceres) https://github.com/w3c/web-share/issues/280 - #279 Web Share API fails to share a fully loaded data object/partial data object with file (1 by marcoscaceres) https://github.com/w3c/web-share/issues/279 * whatwg/dom (+0/-1/💬5) 2 issues received 5 new comments: - #1235 Should attachShadow throw or override when an existing declarative shadow root doesn't match? (4 by annevk, mfreed7, rniwa) https://github.com/whatwg/dom/issues/1235 - #533 Make it possible to observe connected-ness of a node (1 by jfbrennan) https://github.com/whatwg/dom/issues/533 [addition/proposal] 1 issues closed: - Element.attachShadow should set the declarative flag to false of an existing declarative shadow dom. https://github.com/whatwg/dom/issues/1234 * whatwg/webidl (+0/-1/💬2) 2 issues received 2 new comments: - #1267 `record<>` should allow the keytype to be a typedef that resolves to one of the allowed string types (1 by Karebear1000) https://github.com/whatwg/webidl/issues/1267 - #1191 Allow dictionaries and callbacks to be distinguishable (1 by jakearchibald) https://github.com/whatwg/webidl/issues/1191 1 issues closed: - Allow dictionaries and callbacks to be distinguishable https://github.com/whatwg/webidl/issues/1191 Pull requests ------------- * w3c/gamepad (+0/-0/💬6) 5 pull requests received 6 new comments: - #190 Add vibrationActuator to the main spec (1 by marcoscaceres) https://github.com/w3c/gamepad/pull/190 [blocked] - #158 Add -1 to the set of allowed indices (1 by marcoscaceres) https://github.com/w3c/gamepad/pull/158 - #120 Require secure context for gamepad state and events (1 by marcoscaceres) https://github.com/w3c/gamepad/pull/120 - #107 Define user activation and added references in getGamepads and gamepa… (2 by marcoscaceres) https://github.com/w3c/gamepad/pull/107 - #15 spec `gamepadbuttondown` and `gamepadbuttonup` events (issue #4) (1 by marcoscaceres) https://github.com/w3c/gamepad/pull/15 * w3c/uievents (+0/-0/💬1) 1 pull requests received 1 new comments: - #362 Specify the textInput event (1 by zcorpan) https://github.com/w3c/uievents/pull/362 * whatwg/dom (+2/-1/💬9) 2 pull requests submitted: - Reset declarative to false when calling attachShadow (by mfreed7) https://github.com/whatwg/dom/pull/1245 - Prevent AbortSignal.any() from causing duplicates in source signals (by vinhill) https://github.com/whatwg/dom/pull/1244 2 pull requests received 9 new comments: - #1244 Prevent AbortSignal.any() from causing duplicates in source signals (4 by annevk, shaseley, vinhill) https://github.com/whatwg/dom/pull/1244 - #809 Add attribute validate steps. (5 by annevk, domenic, koto, lukewarlow) https://github.com/whatwg/dom/pull/809 [needs tests] 1 pull requests merged: - Reset declarative to false when calling attachShadow https://github.com/whatwg/dom/pull/1245 * whatwg/infra (+2/-2/💬0) 2 pull requests submitted: - Review Draft Publication: January 2024 (by annevk) https://github.com/whatwg/infra/pull/630 - Italicize the variable name 'target' in the second occurrence (by rami-daoud) https://github.com/whatwg/infra/pull/629 2 pull requests merged: - Review Draft Publication: January 2024 https://github.com/whatwg/infra/pull/630 - Italicize the variable name 'target' in the second occurrence https://github.com/whatwg/infra/pull/629 * whatwg/webidl (+0/-2/💬8) 2 pull requests received 8 new comments: - #1381 Allow for global objects with a mutable prototype chain (4 by Ms2ger, Ruben-VandeVelde, annevk, domenic) https://github.com/whatwg/webidl/pull/1381 - #1353 Add distinguishable state for cb and dictionary-like (4 by annevk, keithamus, lukewarlow) https://github.com/whatwg/webidl/pull/1353 2 pull requests merged: - Add distinguishable state for cb and dictionary-like https://github.com/whatwg/webidl/pull/1353 - Allow for global objects with a mutable prototype chain https://github.com/whatwg/webidl/pull/1381 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, 15 January 2024 17:00:17 UTC