- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 13 Jun 2022 17:00:31 +0000
- To: public-html@w3.org
- Message-Id: <E1o0nQV-0004wb-ML@uranus.w3.org>
Issues ------ * whatwg/html (+8/-7/💬31) 8 issues created: - interop: Trailing whitespace in h1/h2/.. is removed in chrome, but not firefox (by untitaker) https://github.com/whatwg/html/issues/8003 - How to interpretate 5.1 step of the run steps after a timeout (by dSalieri) https://github.com/whatwg/html/issues/8002 - Lesson (by Heyyoweirdo) https://github.com/whatwg/html/issues/8001 - ea6604837d3bdf2d0b04af318cadab0aa05da451 (by huajie2020) https://github.com/whatwg/html/issues/8000 - Add support for WebAuthn's Conditional Mediation / Integration with autocomplete (by nsatragno) https://github.com/whatwg/html/issues/7999 - Editorial cleanups to fetching scripts (by domenic) https://github.com/whatwg/html/issues/7996 [clarification] [topic: script] - Proposal: Element.computedLang() (by nuxodin) https://github.com/whatwg/html/issues/7994 - focus-visible styles do not match browsers. (by emilio) https://github.com/whatwg/html/issues/7993 17 issues received 31 new comments: - #8003 interop: Trailing whitespace in h1/h2/.. is removed in chrome, but not firefox (1 by domenic) https://github.com/whatwg/html/issues/8003 - #7994 Proposal: Element.computedLang (1 by domenic) https://github.com/whatwg/html/issues/7994 - #7986 Declarative <script> behavior (4 by domenic, hiroshige-g, jeremyroman) https://github.com/whatwg/html/issues/7986 [topic: script] - #7976 Consider adding `blocking=render` for dynamic `import()` (2 by littledan, zcorpan) https://github.com/whatwg/html/issues/7976 [addition/proposal] - #7913 SharedWorker should be partitioned by StorageKey (1 by wanderview) https://github.com/whatwg/html/issues/7913 [topic: workers] - #7869 More semantic way to represent the computer language in `code` element (1 by gjvnq) https://github.com/whatwg/html/issues/7869 [addition/proposal] - #7867 Remove UA style for h1-h6 in section (et. al.) and hgroup (4 by lilles, zcorpan) https://github.com/whatwg/html/issues/7867 [topic: rendering] [needs compat analysis] - #7781 Is behavior of structuredClone() + SharedArrayBuffer + no transfer + no isolation intentional? (1 by smaug----) https://github.com/whatwg/html/issues/7781 - #7710 Initial focus placement for dialog element: terminology for first-focusable vs first-tabbable (2 by aleventhal, josepharhar) https://github.com/whatwg/html/issues/7710 [topic: dialog] - #5824 Should dynamic import()ed script loading delay Window load events? (1 by domenic) https://github.com/whatwg/html/issues/5824 [topic: script] [interop] - #5667 Enable support for<dialog> to be dismissed using the back button (2 by domenic, josepharhar) https://github.com/whatwg/html/issues/5667 [topic: dialog] - #5326 Programmatically setting focus navigation start point? (4 by Rich-Harris, nimahkh, patrickhlauke) https://github.com/whatwg/html/issues/5326 [addition/proposal] [accessibility] [topic: forms] [topic: focus] [topic: editing] - #4654 Add "auto sizes" for lazy-loaded images (1 by zcorpan) https://github.com/whatwg/html/issues/4654 [addition/proposal] [needs implementer interest] [topic: img] - #4477 Setting video.currentTime (seeking) should synchronously update the attribute's value (3 by domenic, estobbart) https://github.com/whatwg/html/issues/4477 [topic: media] - #3407 Canvas hit regions proposal (1 by andyearnshaw) https://github.com/whatwg/html/issues/3407 [addition/proposal] [needs implementer interest] [topic: canvas] [accessibility] - #2191 Disable custom protocols in sandboxed iframe (1 by spackmat) https://github.com/whatwg/html/issues/2191 [normative change] [addition/proposal] [security/privacy] [topic: custom protocols] - #2171 Should <dialog> actually create a "control group" for focus? (1 by josepharhar) https://github.com/whatwg/html/issues/2171 [addition/proposal] [needs implementer interest] [topic: focus] 7 issues closed: - interop: Trailing whitespace in h1/h2/.. is removed in chrome, but not firefox https://github.com/whatwg/html/issues/8003 - Lesson https://github.com/whatwg/html/issues/8001 - Add onbeforeinput to GlobalEventHandlers https://github.com/whatwg/html/issues/4526 - Export "set bitmap dimension" and "reset the rendering context to its default state" https://github.com/whatwg/html/issues/5045 [meta] - Proposal: Element.computedLang https://github.com/whatwg/html/issues/7994 - Should dynamic import()ed script loading delay Window load events? https://github.com/whatwg/html/issues/5824 [topic: script] [interop] - reportError(), undefined, and ErrorEvent https://github.com/whatwg/html/issues/7853 [topic: events] [interop] * whatwg/dom (+0/-0/💬8) 3 issues received 8 new comments: - #1084 Should event dispatch check that the event target is in a fully active realm? (1 by annevk) https://github.com/whatwg/dom/issues/1084 - #952 document.createEvent() should maybe not be conditional upon exposure (1 by zcorpan) https://github.com/whatwg/dom/issues/952 [interop] - #920 Consider adding AbortController.prototype.follow(signal) (6 by annevk, keithamus, vitalets) https://github.com/whatwg/dom/issues/920 [needs implementer interest] [addition/proposal] [topic: aborting] Pull requests ------------- * whatwg/html (+4/-4/💬32) 4 pull requests submitted: - Export `HTMLTemplateElement`'s `content`. (by mozfreddyb) https://github.com/whatwg/html/pull/7998 - Compare against storage key when creating a SharedWorker. (#7913) (by wanderview) https://github.com/whatwg/html/pull/7995 - Add a global event handler for beforeinput (by mfreed7) https://github.com/whatwg/html/pull/7992 - Allow more characters in custom element names (by domenic) https://github.com/whatwg/html/pull/7991 [normative change] [topic: custom elements] 10 pull requests received 32 new comments: - #7998 Export `HTMLTemplateElement`'s `content`. (3 by annevk, domenic, mozfreddyb) https://github.com/whatwg/html/pull/7998 - #7992 Add a global event handler for beforeinput (2 by mfreed7) https://github.com/whatwg/html/pull/7992 - #7991 Allow more characters in custom element names (2 by annevk, domenic) https://github.com/whatwg/html/pull/7991 [normative change] [topic: custom elements] - #7987 Add site 'same site' algorithm. (1 by wanderview) https://github.com/whatwg/html/pull/7987 - #7956 Editorial updates to attribute reflection and enumerated attributes (1 by domenic) https://github.com/whatwg/html/pull/7956 [clarification] - #7934 Add logic for reflecting IDREF attributes (2 by annevk, mrego) https://github.com/whatwg/html/pull/7934 - #6743 Add a global event handler for beforeinput (2 by domenic, mfreed7) https://github.com/whatwg/html/pull/6743 [topic: events] [impacts documentation] - #5572 Add import.meta.resolve() (5 by GeoffreyBooth, annevk, domenic, jasnell) https://github.com/whatwg/html/pull/5572 [addition/proposal] [needs tests] [topic: script] - #5339 JavaScript ShadowRealm proposal integration (13 by Ms2ger, bathos, koto, littledan, mhofman) https://github.com/whatwg/html/pull/5339 [do not merge yet] - #3917 Add logic for reflecting IDREF (single or FrozenArray) attributes (1 by mrego) https://github.com/whatwg/html/pull/3917 4 pull requests merged: - Add logic for reflecting IDREF attributes https://github.com/whatwg/html/pull/7934 - Add a global event handler for beforeinput https://github.com/whatwg/html/pull/7992 - Add site 'same site' algorithm. https://github.com/whatwg/html/pull/7987 - Remove ErrorEventInit's error default https://github.com/whatwg/html/pull/7983 [normative change] [topic: events] * whatwg/dom (+2/-1/💬7) 2 pull requests submitted: - Missing dot for `concept-node-remove`s first step. (by mozfreddyb) https://github.com/whatwg/dom/pull/1086 - Add a fully active check for EventTarget in event listener inner invoke (by shaseley) https://github.com/whatwg/dom/pull/1085 1 pull requests received 7 new comments: - #1079 Allow more characters in element/attribute names and prefixes (7 by annevk, domenic) https://github.com/whatwg/dom/pull/1079 1 pull requests merged: - Missing dot for `concept-node-remove`s first step. https://github.com/whatwg/dom/pull/1086 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, 13 June 2022 17:00:33 UTC