Weekly github digest (WebApps WG specs)

Issues
------
* w3c/gamepad (+0/-0/💬4)
  1 issues received 4 new comments:
  - #145 Please don't restrict to a secure context (4 by Brikwerk, marcoscaceres, reillyeon)
    https://github.com/w3c/gamepad/issues/145 

* w3c/IntersectionObserver (+2/-0/💬2)
  2 issues created:
  - Different native and polyfill (by this-spring)
    https://github.com/w3c/IntersectionObserver/issues/481 
  - Intersection Observer delay when i scroll very fast (by Flourad)
    https://github.com/w3c/IntersectionObserver/issues/480 

  1 issues received 2 new comments:
  - #428 Allow dynamically changing rootMargin (2 by asakusuma, zcorpan)
    https://github.com/w3c/IntersectionObserver/issues/428 [enhancement] 

* w3c/manifest (+1/-1/💬6)
  1 issues created:
  - Specify how to handle Relative Paths (by BubbaJoe)
    https://github.com/w3c/manifest/issues/1009 

  4 issues received 6 new comments:
  - #1004 Processing icons uses manifest_url when it should probably use start_url (1 by marcoscaceres)
    https://github.com/w3c/manifest/issues/1004 
  - #1003 Shortcut_items uses manifest_url when it should use start_url (1 by marcoscaceres)
    https://github.com/w3c/manifest/issues/1003 [Editorial clarification] 
  - #1002 Use URLPattern for scope member (1 by jcayzac)
    https://github.com/w3c/manifest/issues/1002 
  - #905 badge purpose "monochrome" is only supported by Firefox (3 by dmurph, loyso, marcoscaceres)
    https://github.com/w3c/manifest/issues/905 

  1 issues closed:
  - Processing icons uses manifest_url when it should probably use start_url https://github.com/w3c/manifest/issues/1004 

* whatwg/dom (+3/-2/💬7)
  3 issues created:
  - [proposal]: getClientRects / getBoundingClientRect for pseudo elements (by WilcoFiers)
    https://github.com/whatwg/dom/issues/1020 
  - [Proposal] Avoid the need of the MutationObserver callback (by Lcfvs)
    https://github.com/whatwg/dom/issues/1019 
  - Allow `detail` argument for HTMLElement.click() (by MichaelAllenWarner)
    https://github.com/whatwg/dom/issues/1018 

  4 issues received 7 new comments:
  - #1020 [proposal]: getClientRects / getBoundingClientRect for pseudo elements (2 by WilcoFiers, annevk)
    https://github.com/whatwg/dom/issues/1020 
  - #1019 [Proposal] Avoid the need of the MutationObserver callback (2 by WebReflection, annevk)
    https://github.com/whatwg/dom/issues/1019 [needs implementer interest] [addition/proposal] 
  - #1016 Robust events (1 by Jamesernator)
    https://github.com/whatwg/dom/issues/1016 [needs implementer interest] [topic: events] [addition/proposal] [topic: aborting] 
  - #665 A faster way to find open shadow roots (or shadow hosts) (2 by WilcoFiers, annevk)
    https://github.com/whatwg/dom/issues/665 [topic: shadow] [needs implementer interest] [addition/proposal] 

  2 issues closed:
  - [proposal]: getClientRects / getBoundingClientRect for pseudo elements https://github.com/whatwg/dom/issues/1020 
  - A faster way to find open shadow roots (or shadow hosts) https://github.com/whatwg/dom/issues/665 [topic: shadow] [needs implementer interest] [addition/proposal] 

* whatwg/infra (+2/-1/💬2)
  2 issues created:
  - Change link re "for lists" (by jmdyck)
    https://github.com/whatwg/infra/issues/406 
  - Sad (by Sadboipoor)
    https://github.com/whatwg/infra/issues/405 

  1 issues received 2 new comments:
  - #406 Change link re "for lists" (2 by domenic, jmdyck)
    https://github.com/whatwg/infra/issues/406 

  1 issues closed:
  - Incorrect code unit/code point substring definitions https://github.com/whatwg/infra/issues/402 

* heycam/webidl (+1/-1/💬16)
  1 issues created:
  - https://github.com/heycam/webidl/issues/135#issuecomment-411109348 is pretty convincing to me. I don't really understand the intuition for using the relevant realm, even for lazily created objects. If you were writing this code in JavaScript in the normal way, closing over the class whose instance you're creating, you'd end up with an instance in the current realm (even if this comes through a callback/after an await). (by Jayman3248)
    https://github.com/heycam/webidl/issues/1026 

  4 issues received 16 new comments:
  - #1025 No "Localizable" type (1 by annevk)
    https://github.com/heycam/webidl/issues/1025 
  - #1024 Exceptions not localizable (12 by annevk, aphillips, bathos, domenic, marcoscaceres)
    https://github.com/heycam/webidl/issues/1024 
  - #1020 Allow functions to be used as promise inputs (2 by ExE-Boss, domenic)
    https://github.com/heycam/webidl/issues/1020 [topic: promise] 
  - #2 DOMTimeStamp confusion (1 by yoavweiss)
    https://github.com/heycam/webidl/issues/2 [enhancement] [⌛⌛⌛ duration:long] [☕☕ difficulty:medium] 

  1 issues closed:
  - https://github.com/heycam/webidl/issues/135#issuecomment-411109348 is pretty convincing to me. I don't really understand the intuition for using the relevant realm, even for lazily created objects. If you were writing this code in JavaScript in the normal way, closing over the class whose instance you're creating, you'd end up with an instance in the current realm (even if this comes through a callback/after an await). https://github.com/heycam/webidl/issues/1026 



Pull requests
-------------
* w3c/manifest (+0/-0/💬5)
  2 pull requests received 5 new comments:
  - #1005 [WIP] Adding file_handlers and launch consumer (2 by dmurph)
    https://github.com/w3c/manifest/pull/1005 
  - #988 Add id member to manifest (3 by marcoscaceres, philloooo)
    https://github.com/w3c/manifest/pull/988 [DON'T MERGE] 

* w3c/web-share (+0/-1/💬0)
  1 pull requests merged:
  - fix: canShare() return false if not allowed to use
    https://github.com/w3c/web-share/pull/220 

* whatwg/dom (+0/-0/💬2)
  1 pull requests received 2 new comments:
  - #885 Add new mutation observer init options elementByAttributeFilter and elementFilter (2 by AndrewRot, annevk)
    https://github.com/whatwg/dom/pull/885 

* whatwg/infra (+1/-1/💬0)
  1 pull requests submitted:
  - Change substring semantics to be about positions, not indices (by domenic)
    https://github.com/whatwg/infra/pull/404 

  1 pull requests merged:
  - Change substring semantics to be about positions, not indices
    https://github.com/whatwg/infra/pull/404 

* heycam/webidl (+0/-0/💬10)
  2 pull requests received 10 new comments:
  - #914 Normative: Match ECMA‑262 function property enumeration order (4 by shvaikalesh, verwaest, yuki3)
    https://github.com/heycam/webidl/pull/914 [needs tests] 
  - #526 Add [Exposed=*] to expose on all globals (6 by annevk, domenic, leobalter, littledan)
    https://github.com/heycam/webidl/pull/526 [jsidl] [do not merge yet] 


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, 27 September 2021 17:00:21 UTC