Weekly github digest (HTML specs)

Issues
------
* w3c/html-aam (+0/-0/💬2)
  1 issues received 2 new comments:
  - #375 Define "scoped" or reuse another existing term? (2 by SaraSoueidan, scottaohara)
    https://github.com/w3c/html-aam/issues/375 

* whatwg/html (+8/-7/💬31)
  8 issues created:
  - Add color-interpolation-method support for canvas gradients (by weinig)
    https://github.com/whatwg/html/issues/7947 
  - Proposal: Allow authors to enforce "save as PDF" when printing a document (by BenjaminAster)
    https://github.com/whatwg/html/issues/7946 
  - Watch hot videos  (by sexyvid54)
    https://github.com/whatwg/html/issues/7945 
  - Folder and hyperlinks (by marc571b)
    https://github.com/whatwg/html/issues/7944 
  - Idk how tjiz qorks (by Marcieboyy)
    https://github.com/whatwg/html/issues/7943 
  - (Background) Tab Suspending (by johannhof)
    https://github.com/whatwg/html/issues/7942 
  - Throttling and clamping of setTimeout and setInterval (by johannhof)
    https://github.com/whatwg/html/issues/7941 
  - Make `<embed>` and `<object>` behave like `<iframe>` for image loading (by farre)
    https://github.com/whatwg/html/issues/7939 

  14 issues received 31 new comments:
  - #7947 Add color-interpolation-method support for canvas gradients (2 by Kaiido, domenic)
    https://github.com/whatwg/html/issues/7947 [addition/proposal] [topic: canvas] 
  - #7946 Proposal: Allow authors to enforce "save as PDF" when printing a document (2 by BenjaminAster, arya-vats)
    https://github.com/whatwg/html/issues/7946 
  - #7939 Make `<embed>` and `<object>` behave like `<iframe>` for image loading (3 by domenic, farre)
    https://github.com/whatwg/html/issues/7939 [normative change] [topic: navigation] [topic: embed and object] 
  - #7931 rAF Timestamp Relativeness Mismatch (3 by Fayti1703, domenic, noamr)
    https://github.com/whatwg/html/issues/7931 
  - #7924 Api to get prev/next focusable element (3 by deltragon, jimmyfrasche)
    https://github.com/whatwg/html/issues/7924 [addition/proposal] [needs implementer interest] [topic: focus] 
  - #7920 Custom Handler integration with the Permission API (1 by javifernandez)
    https://github.com/whatwg/html/issues/7920 
  - #7903 Diversity of Realms / Why do we need incumbent settings object for the callbacks (1 by bzbarsky)
    https://github.com/whatwg/html/issues/7903 [clarification] [topic: multiple globals] 
  - #7823 Early hints followup issues (4 by bashi, domenic, noamr)
    https://github.com/whatwg/html/issues/7823 
  - #7671 Editorial: move `ietf` links to `datatracker` (4 by annevk, domenic, sideshowbarker)
    https://github.com/whatwg/html/issues/7671 
  - #7329 Canvas2D Layers (1 by Kaiido)
    https://github.com/whatwg/html/issues/7329 [addition/proposal] [needs implementer interest] [topic: canvas] 
  - #7210 Clarify how ImageBitmap interacts with EXIF orientation and image-orientation property (1 by sandstrom)
    https://github.com/whatwg/html/issues/7210 [topic: canvas] 
  - #7050 Define rendering rules for all widgets in their native appearance and primitive appearance + pseudo-elements (1 by zcorpan)
    https://github.com/whatwg/html/issues/7050 [topic: rendering] 
  - #6698 Allow HTML web apps to force 24 hour time format in <input type=time> (4 by Stalfur, aphillips, dhaviaron)
    https://github.com/whatwg/html/issues/6698 [addition/proposal] [needs implementer interest] [topic: forms] [i18n-tracker] 
  - #3672 Proposal: a non-render-blocking way to load stylesheets (1 by septatrix)
    https://github.com/whatwg/html/issues/3672 [addition/proposal] [topic: style] 

  7 issues closed:
  - "the script is ready" doesn't really work https://github.com/whatwg/html/issues/5217 [topic: script] 
  - Should a preload with SRI and a main request without SRI be matched? https://github.com/whatwg/html/issues/7736 [security/privacy] [topic: fetch] [topic: resource hints (inc. preload)] 
  - "prepare a script" could be more precise about documents https://github.com/whatwg/html/issues/7589 [clarification] [topic: script] 
  - inert on an ancestor of modal dialog https://github.com/whatwg/html/issues/7808 [topic: dialog] 
  - Behavior of `blocking` attribute on a `preload` link https://github.com/whatwg/html/issues/7896 [topic: resource hints (inc. preload)] 
  - <link>.as says default is the empty string, but we don't normally call out default values https://github.com/whatwg/html/issues/3489 [clarification] [good first issue] [topic: link] [topic: resource hints (inc. preload)] 
  - The conditions when a `script` element is implicitly potentially render-blocking are wrong https://github.com/whatwg/html/issues/7893 

* whatwg/dom (+2/-0/💬7)
  2 issues created:
  - Timeout AbortSignal (or AbortController) that gets input from the operation (by annevk)
    https://github.com/whatwg/dom/issues/1082 [topic: aborting] 
  - Element.matches and :scope (by lifaon74)
    https://github.com/whatwg/dom/issues/1081 

  5 issues received 7 new comments:
  - #1082 Timeout AbortSignal (or AbortController) that gets input from the operation (1 by domenic)
    https://github.com/whatwg/dom/issues/1082 [topic: aborting] 
  - #1081 Element.matches and :scope (2 by annevk, lifaon74)
    https://github.com/whatwg/dom/issues/1081 [needs implementer interest] [addition/proposal] 
  - #1075 Unspecified behavior when NodeFilter#acceptNode returns null (2 by L77n)
    https://github.com/whatwg/dom/issues/1075 [needs tests] 
  - #891 Proposal: New method to reorder child nodes (1 by samuelmtimbo)
    https://github.com/whatwg/dom/issues/891 
  - #587 Property to distinguish whether listener is passive or no/event is preventable (1 by FRSgit)
    https://github.com/whatwg/dom/issues/587 [needs implementer interest] [topic: events] [addition/proposal] 



Pull requests
-------------
* w3c/html-aria (+2/-0/💬5)
  2 pull requests submitted:
  - Editorial: auto-generate changelog (by marcoscaceres)
    https://github.com/w3c/html-aria/pull/419 
  - chore: auto-publish Proposed Edited Recommendation (by marcoscaceres)
    https://github.com/w3c/html-aria/pull/418 

  1 pull requests received 5 new comments:
  - #419 Editorial: auto-generate changelog (5 by marcoscaceres, scottaohara)
    https://github.com/w3c/html-aria/pull/419 

* whatwg/html (+4/-10/💬33)
  4 pull requests submitted:
  - Add storage key to environment. (whatwg/storage#142) (by wanderview)
    https://github.com/whatwg/html/pull/7940 
  - Reference RFC 9239 instead of RFC 4329 (by mathiasbynens)
    https://github.com/whatwg/html/pull/7938 
  - heck like a hecker (by vismay8731)
    https://github.com/whatwg/html/pull/7937 
  - Remove `blocking=render` behavior from preload and modulepreload links (by xiaochengh)
    https://github.com/whatwg/html/pull/7935 

  12 pull requests received 33 new comments:
  - #7940 Add storage key to environment. (whatwg/storage#142) (5 by annevk, wanderview)
    https://github.com/whatwg/html/pull/7940 
  - #7935 Remove `blocking=render` behavior from preload and modulepreload links (1 by xiaochengh)
    https://github.com/whatwg/html/pull/7935 
  - #7934 Add logic for reflecting IDREF attributes (1 by mrego)
    https://github.com/whatwg/html/pull/7934 
  - #7926 Remove a confusing comment on `<link>.as` (1 by JohnTitor)
    https://github.com/whatwg/html/pull/7926 
  - #7905 Clarify that modal dialogs escape inertness of ancestors. (4 by domenic, emilio, nt1m)
    https://github.com/whatwg/html/pull/7905 [clarification] [topic: dialog] 
  - #7894 Fix when a `script` element is implicitly potentially render-blocking (2 by xiaochengh, zcorpan)
    https://github.com/whatwg/html/pull/7894 [topic: rendering] [topic: script] 
  - #7876 Clean up the script element processing model (2 by domenic, hiroshige-g)
    https://github.com/whatwg/html/pull/7876 [topic: script] 
  - #7866 Editorial: refactor link headers to be declared per-type (3 by domenic, noamr)
    https://github.com/whatwg/html/pull/7866 [topic: resource hints (inc. preload)] 
  - #7782 Range verification should not fail media responses (6 by annevk, noamr)
    https://github.com/whatwg/html/pull/7782 [topic: media] 
  - #7738 Amend preload integrity check to match implementations (4 by domfarolino, hiroshige-g, noamr)
    https://github.com/whatwg/html/pull/7738 [topic: link] [topic: resource hints (inc. preload)] 
  - #7260 Define behavior of <link rel=preload> in detail (1 by domfarolino)
    https://github.com/whatwg/html/pull/7260 [topic: resource hints (inc. preload)] 
  - #5339 JavaScript ShadowRealm proposal integration (3 by domenic, ljharb, mhofman)
    https://github.com/whatwg/html/pull/5339 [do not merge yet] 

  10 pull requests merged:
  - Reference RFC 9239 instead of RFC 4329
    https://github.com/whatwg/html/pull/7938 
  - Clean up the script element processing model
    https://github.com/whatwg/html/pull/7876 [topic: script] 
  - fix: correct case
    https://github.com/whatwg/html/pull/7927 
  - fix: correct number
    https://github.com/whatwg/html/pull/7928 
  - docs: add missing words
    https://github.com/whatwg/html/pull/7921 
  - Amend preload integrity check to match implementations
    https://github.com/whatwg/html/pull/7738 [topic: link] [topic: resource hints (inc. preload)] 
  - Clarify that modal dialogs escape inertness of ancestors.
    https://github.com/whatwg/html/pull/7905 [clarification] [topic: dialog] 
  - Remove `blocking=render` behavior from preload and modulepreload links
    https://github.com/whatwg/html/pull/7935 [topic: rendering] [topic: link] 
  - Remove a confusing comment on `<link>.as`
    https://github.com/whatwg/html/pull/7926 
  - Fix when a `script` element is implicitly potentially render-blocking
    https://github.com/whatwg/html/pull/7894 [topic: rendering] [topic: script] 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/html-aam
* https://github.com/w3c/html-aria
* https://github.com/w3c/html-extensions
* https://github.com/w3c/htmlwg
* https://github.com/w3c/webcomponents
* https://github.com/whatwg/html
* https://github.com/whatwg/dom


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

Received on Monday, 23 May 2022 17:00:22 UTC