- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 28 Oct 2024 17:00:14 +0000
- To: public-html@w3.org
- Message-Id: <E1t5T6E-004T36-1S@janus.w3.internal>
Issues
------
* w3c/webcomponents (+0/-0/💬2)
1 issues received 2 new comments:
- #1081 Preventing re-renders prior to first call to `connectedCallback()` (2 by br3nt, justinfagnani)
https://github.com/WICG/webcomponents/issues/1081
* whatwg/html (+10/-2/💬49)
10 issues created:
- `HTMLHyperlinkElementUtils`'s `href` should contain `TrustedScriptURL` (by mbrodesser-Igalia)
https://github.com/whatwg/html/issues/10727
- Insert position from insertAdjacentHTML seems wrong (by nielsdos)
https://github.com/whatwg/html/issues/10725
- Should `<input type=file>` fire a change event when the user chooses the same file twice? (by josepharhar)
https://github.com/whatwg/html/issues/10724
- A reduced `ElementInternals` for built-ins? (by LeaVerou)
https://github.com/whatwg/html/issues/10723 [addition/proposal] [needs implementer interest]
- Allow any element to be the child of a custom element, parser weirdness allowing (by LeaVerou)
https://github.com/whatwg/html/issues/10722 [addition/proposal] [needs implementer interest]
- Promises: Clarify the type of the objects in HostPromiseRejectionTracker and associated sets (by ADKaster)
https://github.com/whatwg/html/issues/10721
- Upcoming WHATNOT meeting on 2024-10-31 (by past)
https://github.com/whatwg/html/issues/10720 [agenda+]
- Should `<object data=...>` support `javascript:` URLs? (by mbrodesser-Igalia)
https://github.com/whatwg/html/issues/10719
- Deferring (same-origin) navigation commit (by noamr)
https://github.com/whatwg/html/issues/10716 [addition/proposal] [needs implementer interest]
- Proposal: getImageData api for all element,not limited to canvas (by anuoua)
https://github.com/whatwg/html/issues/10714 [addition/proposal] [needs implementer interest]
23 issues received 49 new comments:
- #10727 Trusted Types: `HTMLHyperlinkElementUtils`'s `href` should contain `TrustedScriptURL` (2 by mbrodesser-Igalia)
https://github.com/whatwg/html/issues/10727
- #10725 Insert position from insertAdjacentHTML seems wrong (2 by domenic, lukewarlow)
https://github.com/whatwg/html/issues/10725
- #10724 Should `<input type=file>` fire a change event when the user chooses the same file twice? (1 by Kaiido)
https://github.com/whatwg/html/issues/10724
- #10722 Allow any element to be the child of a custom element (parser weirdness permitting) (1 by domenic)
https://github.com/whatwg/html/issues/10722 [addition/proposal] [needs implementer interest] [topic: custom elements]
- #10721 Promises: Clarify the type of the objects in HostPromiseRejectionTracker and associated sets (3 by ADKaster, annevk, domenic)
https://github.com/whatwg/html/issues/10721
- #10719 Should `<object data=...>` support `javascript:` URLs? (3 by annevk, mbrodesser-Igalia)
https://github.com/whatwg/html/issues/10719 [interop] [topic: embed and object]
- #10714 Proposal: getImageData api for all element,not limited to canvas (1 by annevk)
https://github.com/whatwg/html/issues/10714 [addition/proposal] [needs implementer interest]
- #10711 Declarative CSS Modules - should they initiate a fetch? (1 by robglidden)
https://github.com/whatwg/html/issues/10711 [topic: script]
- #10710 Declarative CSS Modules - <script> vs <style> for defining modules (1 by robglidden)
https://github.com/whatwg/html/issues/10710 [topic: script] [topic: style]
- #10709 Upcoming WHATNOT meeting on 2024-10-24 (1 by past)
https://github.com/whatwg/html/issues/10709 [agenda+]
- #10694 Add an event for when a user attempts to submit (6 by KonnorRogers, annevk, keithamus, noamr)
https://github.com/whatwg/html/issues/10694 [addition/proposal] [needs implementer interest] [topic: forms] [topic: events]
- #10675 The declarative popover invoker feature needs to automatically establish an implicit anchor element (1 by mfreed7)
https://github.com/whatwg/html/issues/10675 [integration] [topic: popover]
- #10673 Declarative CSS Modules and Declarative Shadow DOM `adoptedstylesheets` attribute (11 by KurtCattiSchmidt, Westbrook, annevk, dandclark, domenic, justinfagnani, robglidden)
https://github.com/whatwg/html/issues/10673 [addition/proposal] [needs implementer interest] [topic: shadow] [topic: script] [stage: 1]
- #10671 [images] Lazy loading and out of band loads. (1 by emilio)
https://github.com/whatwg/html/issues/10671 [topic: img] [agenda+]
- #10642 tabindex vs reading-flow property (2 by dizhang168)
https://github.com/whatwg/html/issues/10642 [topic: focus]
- #10604 Is it ok for `appearance:base` `<select>` not to require user activation before `showPicker()`? (1 by josepharhar)
https://github.com/whatwg/html/issues/10604 [topic: forms] [topic: user activation]
- #10597 Adjust Scroll Restoration Behavior for Reloads (1 by csreis)
https://github.com/whatwg/html/issues/10597
- #10539 Discussing how to focus navigate absolute position elements that are focusable in CSS reading-flow (1 by dizhang168)
https://github.com/whatwg/html/issues/10539
- #10520 Timing of cloning for the `<selectedoption>` element (1 by sorvell)
https://github.com/whatwg/html/issues/10520
- #9639 Define :user-invalid / :user-valid for form-associated custom elements (2 by LeaVerou, claviska)
https://github.com/whatwg/html/issues/9639 [addition/proposal] [needs implementer interest] [topic: custom elements] [topic: forms]
- #9133 Navigation sourceDocument for browser-initiated navigations (3 by annevk, noamr)
https://github.com/whatwg/html/issues/9133 [topic: navigation]
- #7732 Consider preventing page scroll when modal dialog is visible (2 by stefanfisk, tkrotoff)
https://github.com/whatwg/html/issues/7732 [topic: rendering] [accessibility] [a11y-tracker] [topic: dialog]
- #2177 Setting headers for EventSource (1 by sagarpanchal)
https://github.com/whatwg/html/issues/2177 [addition/proposal] [needs implementer interest] [topic: fetch] [topic: eventsource]
2 issues closed:
- Upcoming WHATNOT meeting on 2024-10-24 https://github.com/whatwg/html/issues/10709 [agenda+]
- Proposal: getImageData api for all element,not limited to canvas https://github.com/whatwg/html/issues/10714 [addition/proposal] [needs implementer interest]
* whatwg/dom (+0/-0/💬2)
1 issues received 2 new comments:
- #1255 Atomic move operation for element reparenting & reordering (2 by aleventhal, cookiecrook)
https://github.com/whatwg/dom/issues/1255 [needs implementer interest] [addition/proposal] [a11y-tracker] [stage: 2]
Pull requests
-------------
* whatwg/html (+2/-2/💬25)
2 pull requests submitted:
- Editorial: fix typo in <input> show the picker's note (by Kaiido)
https://github.com/whatwg/html/pull/10726
- Meta: export terms for Notifications API (by annevk)
https://github.com/whatwg/html/pull/10715
9 pull requests received 25 new comments:
- #10718 Add expect-no-linked-resources Document-Policy to Speculative parsing (1 by smaug----)
https://github.com/whatwg/html/pull/10718 [addition/proposal] [needs implementer interest] [topic: parser] [agenda+]
- #10715 Meta: export terms for Notifications API (9 by annevk, domenic, saschanaz)
https://github.com/whatwg/html/pull/10715
- #10705 Guard showModal() and showPopover() with fully active checks (5 by annevk, maraisr)
https://github.com/whatwg/html/pull/10705 [normative change] [needs tests] [topic: dialog] [topic: popover]
- #10635 Editorial: replace uses of the Type macro with is-a tests (1 by michaelficarra)
https://github.com/whatwg/html/pull/10635
- #10587 Invoke WebDriver BiDi history updated (1 by OrKoN)
https://github.com/whatwg/html/pull/10587 [topic: navigation] [integration]
- #10586 Update content model for customizable select (3 by josepharhar, scottaohara)
https://github.com/whatwg/html/pull/10586
- #10548 Complete draft spec for customizable `<select>` (1 by mfreed7)
https://github.com/whatwg/html/pull/10548
- #10172 Remove SVG Blob support from createImageBitmap (1 by djahandarie)
https://github.com/whatwg/html/pull/10172 [removal/deprecation] [topic: canvas]
- #9778 Add popover=hint (3 by annevk, domenic, mfreed7)
https://github.com/whatwg/html/pull/9778 [topic: popover]
2 pull requests merged:
- Editorial: replace uses of the Type macro with is-a tests
https://github.com/whatwg/html/pull/10635
- Editorial: fix typo in <input> show the picker's note
https://github.com/whatwg/html/pull/10726
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, 28 October 2024 17:00:15 UTC