Weekly github digest (WebApps WG specs)

Issues
------
* w3c/geolocation-api (+1/-0/💬0)
  1 issues created:
  - `GeolocationCoordinates.toJSON()` - Should the spec cover how to handle `NaN` headings? (by ezzatron)
    https://github.com/w3c/geolocation/issues/171 

* w3c/manifest (+0/-2/💬10)
  9 issues received 10 new comments:
  - #1088 Application name section might need localization support (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1088 [i18n-needs-resolution] 
  - #1087 shortcuts and localizability (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1087 [i18n-needs-resolution] 
  - #1086 "security sensitive" items interaction with localization (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1086 [i18n-needs-resolution] 
  - #1085 `name` and `short_name` (and other localizable member's) relationship to localization and accessibility (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1085 [i18n-needs-resolution] 
  - #1084 Use of `CanonicalizeUnicodeLocaleId` (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1084 [i18n-needs-resolution] 
  - #1080 "localizable members" should be defined separately? (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1080 [i18n-needs-resolution] 
  - #1078 No language/direction metadata for shortcuts? (2 by aphillips, christianliebel)
    https://github.com/w3c/manifest/issues/1078 [i18n-needs-resolution] 
  - #1077 No way to localize icons? (1 by christianliebel)
    https://github.com/w3c/manifest/issues/1077 [i18n-needs-resolution] 
  - #676 Add optional `translations` member (1 by christianliebel)
    https://github.com/w3c/manifest/issues/676 [Feature Request] [i18n-tracker] 

  2 issues closed:
  - HTML Tidy action broke https://github.com/w3c/manifest/issues/1130 
  - Don't re-specify aspects of the UBA https://github.com/w3c/manifest/issues/1081 [i18n-needs-resolution] 

* w3c/pointerlock (+0/-0/💬3)
  1 issues received 3 new comments:
  - #100 Unclear if `pointermove` should set `movementX/Y` (3 by daxpedda, mustaqahmed)
    https://github.com/w3c/pointerlock/issues/100 

* w3c/push-api (+5/-0/💬3)
  5 issues created:
  - unsubscribe() method interaction with event loop (by annevk)
    https://github.com/w3c/push-api/issues/378 
  - PushSubscription IDL links broken (by annevk)
    https://github.com/w3c/push-api/issues/377 
  - Security and privacy considerations should not contain requirements (by annevk)
    https://github.com/w3c/push-api/issues/376 
  -  oldSubscription is never null (by annevk)
    https://github.com/w3c/push-api/issues/375 
  - PushSubscription and underlying concept should be better separated (by annevk)
    https://github.com/w3c/push-api/issues/373 

  3 issues received 3 new comments:
  - #378 unsubscribe() method interaction with event loop (1 by saschanaz)
    https://github.com/w3c/push-api/issues/378 
  - #359 Best practices to dismiss web push notifications cross devices (1 by RealAlphabet)
    https://github.com/w3c/push-api/issues/359 
  - #345 Should push be a policy-controlled feature? (1 by annevk)
    https://github.com/w3c/push-api/issues/345 

* whatwg/dom (+0/-2/💬5)
  1 issues received 5 new comments:
  - #1294 Proposal: getCornerPoints() (5 by annevk, jogibear9988)
    https://github.com/whatwg/dom/issues/1294 [needs implementer interest] [addition/proposal] 

  2 issues closed:
  - Proposal: getCornerPoints() https://github.com/whatwg/dom/issues/1294 [needs implementer interest] [addition/proposal] 
  - Proposal: getCornerPoints() https://github.com/whatwg/dom/issues/1294 [needs implementer interest] [addition/proposal] 

* whatwg/webidl (+0/-2/💬0)
  2 issues closed:
  - Disallow FrozenArray<> in argument lists, and maybe dictionaries and return types https://github.com/whatwg/webidl/issues/1399 
  - Disallow FrozenArray<> in argument lists, and maybe dictionaries and return types https://github.com/whatwg/webidl/issues/1399 



Pull requests
-------------
* w3c/contact-picker (+1/-0/💬0)
  1 pull requests submitted:
  - Add create ContactAddress from user input (by marcoscaceres)
    https://github.com/w3c/contact-picker/pull/77 

* w3c/deviceorientation (+1/-0/💬0)
  1 pull requests submitted:
  - Add document fully active checks (by marcoscaceres)
    https://github.com/w3c/deviceorientation/pull/187 

* w3c/geolocation-api (+1/-0/💬1)
  1 pull requests submitted:
  - Add test automation support viar Web Driver (by marcoscaceres)
    https://github.com/w3c/geolocation/pull/170 

  1 pull requests received 1 new comments:
  - #170 Add test automation support via Web Driver (1 by marcoscaceres)
    https://github.com/w3c/geolocation/pull/170 

* w3c/manifest (+1/-2/💬14)
  1 pull requests submitted:
  - chore: Update tidy.yml (by marcoscaceres)
    https://github.com/w3c/manifest/pull/1137 

  2 pull requests received 14 new comments:
  - #1135 Less specific description for "dir"=auto (3 by christianliebel, marcoscaceres)
    https://github.com/w3c/manifest/pull/1135 
  - #1101 Add members for localization (11 by aphillips, calidion, christianliebel)
    https://github.com/w3c/manifest/pull/1101 

  2 pull requests merged:
  - chore: Update tidy.yml
    https://github.com/w3c/manifest/pull/1137 
  - Less specific description for "dir"=auto
    https://github.com/w3c/manifest/pull/1135 

* w3c/pointerlock (+1/-0/💬1)
  1 pull requests submitted:
  - Include `pointermove` when talking about `movementX/Y` (by daxpedda)
    https://github.com/w3c/pointerlock/pull/101 

  1 pull requests received 1 new comments:
  - #101 Include `pointermove` when talking about `movementX/Y` (1 by w3cbot)
    https://github.com/w3c/pointerlock/pull/101 

* w3c/push-api (+3/-2/💬0)
  3 pull requests submitted:
  - Tidied up document using tidy-html5 (by github-actions)
    https://github.com/w3c/push-api/pull/379 
  - Set subscription's endpoint to the push endpoint more clearly (by annevk)
    https://github.com/w3c/push-api/pull/374 
  - Editorial: address a few nits (missing "the" and extraneous "}") (by annevk)
    https://github.com/w3c/push-api/pull/372 

  2 pull requests merged:
  - Set subscription's endpoint to the push endpoint more clearly
    https://github.com/w3c/push-api/pull/374 
  - Editorial: address a few nits (missing "the" and extraneous "}")
    https://github.com/w3c/push-api/pull/372 

* whatwg/webidl (+1/-2/💬2)
  1 pull requests submitted:
  - Update `@@foo` symbol notation to `%Symbol.foo%` notation (by ljharb)
    https://github.com/whatwg/webidl/pull/1415 

  1 pull requests received 2 new comments:
  - #1415 Update `@@foo` symbol notation to `%Symbol.foo%` notation (2 by domenic, ljharb)
    https://github.com/whatwg/webidl/pull/1415 

  2 pull requests merged:
  - Update `@@foo` symbol notation to `%Symbol.foo%` notation
    https://github.com/whatwg/webidl/pull/1415 
  - Disallow non-attribute frozen arrays
    https://github.com/whatwg/webidl/pull/1413 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/badging
* https://github.com/w3c/contact-picker
* https://github.com/w3c/deviceorientation
* https://github.com/w3c/FileAPI
* https://github.com/w3c/gamepad
* https://github.com/w3c/geolocation-api
* https://github.com/w3c/image-resource
* https://github.com/w3c/IndexedDB
* 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/screen-wake-lock
* 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, 8 July 2024 17:00:13 UTC