- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 24 Jun 2024 17:00:15 +0000
- To: public-html@w3.org
- Message-Id: <E1sLn39-00DRpc-3C@janus.w3.internal>
Issues ------ * whatwg/html (+8/-6/💬53) 8 issues created: - Add AbortSignal for popover.showPopover() for initialize internal CloseWatcher (by Jxck) https://github.com/whatwg/html/issues/10428 [addition/proposal] [needs implementer interest] - Improving Enumerated Attributes in the HTML Standard (by adx04) https://github.com/whatwg/html/issues/10426 - Structured serialization does not allow [[PrivateElements]] or any other ES-internal internal slots (by hotsphink) https://github.com/whatwg/html/issues/10425 - RawJSON objects should be structured serializable/deserializable (by hotsphink) https://github.com/whatwg/html/issues/10424 [addition/proposal] [needs implementer interest] - Allow for named base URLs so that relative links can be used for multiple websites or subsites (by knowler) https://github.com/whatwg/html/issues/10423 [addition/proposal] [needs implementer interest] - Upcoming WHATNOT meeting on 6/27/2024 (by past) https://github.com/whatwg/html/issues/10422 [agenda+] - Warning for probably-buggy WebIDL conversions? (by benjamingr) https://github.com/whatwg/html/issues/10419 - window.close() incorrectly refers to incumbent global object's node navigable (by awesomekling) https://github.com/whatwg/html/issues/10418 20 issues received 53 new comments: - #10428 Add AbortSignal for popover.showPopover() for initialize internal CloseWatcher (6 by Jxck, keithamus) https://github.com/whatwg/html/issues/10428 [addition/proposal] [needs implementer interest] [topic: popover] - #10426 Improving Enumerated Attributes in the HTML Standard (1 by domenic) https://github.com/whatwg/html/issues/10426 - #10424 RawJSON objects should be structured serializable/deserializable (4 by Jamirais94, domenic, hotsphink) https://github.com/whatwg/html/issues/10424 [addition/proposal] [needs implementer interest] [topic: serialize and transfer] - #10419 Warning for probably-buggy WebIDL conversions? (3 by benjamingr, domenic, tabatkins) https://github.com/whatwg/html/issues/10419 - #10418 window.close() incorrectly refers to incumbent global object's node navigable (2 by domenic) https://github.com/whatwg/html/issues/10418 - #10411 Range search for localstorage and session storage (4 by anuragvohraec, domenic, smaug----) https://github.com/whatwg/html/issues/10411 [addition/proposal] [needs implementer interest] - #10408 Upcoming WHATNOT meeting on 6/20/2024 (1 by past) https://github.com/whatwg/html/issues/10408 [agenda+] - #10401 Meeting 3 for joint OpenUI-WHATWG/HTML-CSSWG task force on styleable form controls (1 by astearns) https://github.com/whatwg/html/issues/10401 [agenda+] - #10396 Use align-content for form control centering instead of html "magic" (3 by bfgeek, dholbert, emilio) https://github.com/whatwg/html/issues/10396 [topic: rendering] [topic: forms] - #10387 Bug in timer initialisation steps: the id's of cleared but still live timers can be reused (1 by domenic) https://github.com/whatwg/html/issues/10387 [topic: timing] - #10373 Severing a document's opener relationship regardless of origin (6 by annevk, smaug----, yoavweiss) https://github.com/whatwg/html/issues/10373 [addition/proposal] [needs implementer interest] - #10370 Feature Request: Top Layer Stack Management (3 by OliverJAsh, keithamus) https://github.com/whatwg/html/issues/10370 [addition/proposal] [needs implementer interest] - #9625 [Proposal] Invoker Buttons - allowing popover/dialog and more to be invoked without JS (6 by domenic, keithamus, lukewarlow, mfreed7, rektide) https://github.com/whatwg/html/issues/9625 [addition/proposal] [needs implementer interest] [accessibility] [topic: forms] [topic: events] [topic: dialog] [topic: popover] - #9373 Add light dismiss functionality to `<dialog>` (4 by keithamus, lukewarlow, mayank99) https://github.com/whatwg/html/issues/9373 [addition/proposal] [needs implementer interest] [topic: dialog] [topic: close watchers] - #9245 Focus delegate algorithm doesn't consider elements assigned to slot (1 by frank-topel-dbi) https://github.com/whatwg/html/issues/9245 [topic: shadow] [topic: focus] - #9181 Make <img> src attribute optional if srcset is present (1 by johannesodland) https://github.com/whatwg/html/issues/9181 [document conformance] [topic: img] - #9110 Support `popovertarget` on custom elements with `role="button"` (2 by annevk, smaug----) https://github.com/whatwg/html/issues/9110 [addition/proposal] [topic: custom elements] [topic: popover] - #7732 Consider preventing page scroll when modal dialog is visible (2 by simevidas, theres-waldo) https://github.com/whatwg/html/issues/7732 [topic: rendering] [accessibility] [a11y-tracker] [topic: dialog] - #6957 Implement favicon.svg fallback (1 by uuf6429) https://github.com/whatwg/html/issues/6957 - #958 Clarify "report an exception" (1 by domenic) https://github.com/whatwg/html/issues/958 [topic: multiple globals] 6 issues closed: - Improving Enumerated Attributes in the HTML Standard https://github.com/whatwg/html/issues/10426 - Upcoming WHATNOT meeting on 6/20/2024 https://github.com/whatwg/html/issues/10408 [agenda+] - Warning for probably-buggy WebIDL conversions? https://github.com/whatwg/html/issues/10419 - Issue with hashChange determination for NavigateEvent when dispatched through replaceState/pushState https://github.com/whatwg/html/issues/10389 - Range search for localstorage and session storage https://github.com/whatwg/html/issues/10411 [addition/proposal] [needs implementer interest] - Please assist https://github.com/whatwg/html/issues/10417 [addition/proposal] [needs implementer interest] [invalid] * whatwg/dom (+2/-0/💬6) 2 issues created: - Proposal: getCornerPoints() (by jogibear9988) https://github.com/whatwg/dom/issues/1294 [needs implementer interest] [addition/proposal] - AbortSignal.any() assertion failure (by vinhill) https://github.com/whatwg/dom/issues/1293 3 issues received 6 new comments: - #1293 AbortSignal.any() assertion failure (2 by shaseley, vinhill) https://github.com/whatwg/dom/issues/1293 - #1288 Request for mechanism to determine if children changed steps are called as a result of script or parser (2 by domfarolino, lukewarlow) https://github.com/whatwg/dom/issues/1288 [addition/proposal] [needs concrete proposal] [topic: nodes] - #478 Proposal: ParentNode.replaceAll() / ParentNode.replaceChildren() (2 by FergoTheGreat, dead-claudia) https://github.com/whatwg/dom/issues/478 [needs tests] [addition/proposal] [needs concrete proposal] Pull requests ------------- * w3c/webcomponents (+0/-0/💬2) 1 pull requests received 2 new comments: - #1060 Move Reference Target Explainer from AOM repository (2 by Westbrook, behowell) https://github.com/WICG/webcomponents/pull/1060 * whatwg/html (+3/-3/💬8) 3 pull requests submitted: - Delete demos directory (by Wes101652) https://github.com/whatwg/html/pull/10427 - Meta: update GitHub Actions (by domenic) https://github.com/whatwg/html/pull/10421 - Fix window.close() navigable reference (by domenic) https://github.com/whatwg/html/pull/10420 7 pull requests received 8 new comments: - #10421 Meta: update GitHub Actions (1 by domenic) https://github.com/whatwg/html/pull/10421 - #10393 Don't set hashChange to true for classic history API navigate events (1 by domenic) https://github.com/whatwg/html/pull/10393 - #10364 Add oncontentvisibilityautostatechange (1 by vmpstr) https://github.com/whatwg/html/pull/10364 - #10265 Specify the rendering of <details> in more detail. (1 by dbaron) https://github.com/whatwg/html/pull/10265 [normative change] [topic: rendering] - #10189 Support automatic user prompt handing in WebDriver BiDi (1 by jgraham) https://github.com/whatwg/html/pull/10189 - #10154 Add may-block reasons to NotRestoredReasons (1 by smaug----) https://github.com/whatwg/html/pull/10154 - #6284 [WIP] Temporal proposal HTML serialization support (2 by Ms2ger, domenic) https://github.com/whatwg/html/pull/6284 [addition/proposal] [needs tests] [topic: serialize and transfer] 3 pull requests merged: - Meta: update GitHub Actions https://github.com/whatwg/html/pull/10421 - Don't set hashChange to true for classic history API navigate events https://github.com/whatwg/html/pull/10393 - Add the HostSystemUTCEpochNanoseconds abstract operation https://github.com/whatwg/html/pull/9038 [integration] 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, 24 June 2024 17:00:16 UTC