- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 26 Feb 2024 17:00:15 +0000
- To: public-html@w3.org
- Message-Id: <E1reeKt-00C1E5-Eg@uranus.w3.org>
Issues
------
* w3c/webcomponents (+0/-0/๐ฌ11)
3 issues received 11 new comments:
- #1035 DOM parts use outside of <template> seems unlikely (6 by EisenbergEffect, bahrus, matthewp, sashafirsov)
https://github.com/WICG/webcomponents/issues/1035
- #909 "open-stylable" Shadow Roots (3 by bkardell, rniwa, sashafirsov)
https://github.com/WICG/webcomponents/issues/909
- #658 Why do we really need hyphens? (2 by blueforesticarus, brandondrew)
https://github.com/WICG/webcomponents/issues/658 [custom-elements]
* whatwg/html (+13/-5/๐ฌ68)
13 issues created:
- textarea: attribute for content type (by vanillajonathan)
https://github.com/whatwg/html/issues/10161 [addition/proposal] [needs implementer interest]
- Clarification for nested `kbd` elements (by j9t)
https://github.com/whatwg/html/issues/10160
- Clarify context of ยง4.12.2 the `<noscript>` element (by doriantaylor)
https://github.com/whatwg/html/issues/10159
- Add a way to automatically get script license and unminified code (if available) (by Orisphera)
https://github.com/whatwg/html/issues/10158 [addition/proposal] [needs implementer interest]
- Upcoming WHATNOT meeting on 3/7/2024 (by past)
https://github.com/whatwg/html/issues/10156 [agenda+]
- It's not clear how constraint validation works for FACE if the 'validation anchor' is null (by EdgarChen)
https://github.com/whatwg/html/issues/10155
- Nested comment tags. (by RokeJulianLockhart)
https://github.com/whatwg/html/issues/10153 [addition/proposal] [needs implementer interest]
- Different parsing behavior for "</script>" and "</div>" strings (by mbrodesser-Igalia)
https://github.com/whatwg/html/issues/10151
- Clarification on Element reflected IDL attribute steps (by josepharhar)
https://github.com/whatwg/html/issues/10150
- "Align descendants" believes used margins are altered in overconstrained cases, but that's no longer the case (by Loirooriol)
https://github.com/whatwg/html/issues/10149
- align="justify" should align to start, not to left (by Loirooriol)
https://github.com/whatwg/html/issues/10148
- UI Element Attribute (by MrMatthewLayton)
https://github.com/whatwg/html/issues/10146 [addition/proposal] [needs implementer interest]
- Render-blocking: the definition of "created by its node document's parser" is a little bit vague (by cathiechen)
https://github.com/whatwg/html/issues/10145
25 issues received 68 new comments:
- #10159 Clarify context of ยง4.12.2 the `<noscript>` element (1 by Kaiido)
https://github.com/whatwg/html/issues/10159
- #10156 Upcoming WHATNOT meeting on 3/7/2024 (1 by mikeriley131)
https://github.com/whatwg/html/issues/10156 [agenda+]
- #10155 It's not clear how constraint validation works for FACE if the 'validation anchor' is null (2 by annevk, jeripeierSBB)
https://github.com/whatwg/html/issues/10155 [topic: custom elements] [topic: forms]
- #10151 Different parsing behavior for "</script>" and "</div>" strings (1 by domenic)
https://github.com/whatwg/html/issues/10151
- #10150 Clarification on Element reflected IDL attribute steps (9 by annevk, emilio, josepharhar, smaug----)
https://github.com/whatwg/html/issues/10150 [topic: reflect]
- #10149 "Align descendants" believes used margins are altered in overconstrained cases, but that's no longer the case (2 by Loirooriol, annevk)
https://github.com/whatwg/html/issues/10149 [topic: rendering]
- #10148 align="justify" should align to start, not to left (4 by Loirooriol, annevk)
https://github.com/whatwg/html/issues/10148 [topic: rendering]
- #10145 Render-blocking: the definition of "created by its node document's parser" is a little bit vague (5 by cathiechen, emilio, xiaochengh)
https://github.com/whatwg/html/issues/10145 [topic: parser] [agenda+]
- #10143 Improve DX of element reference attributes by allowing relative references instead of only ids (2 by dginev, jimmyfrasche)
https://github.com/whatwg/html/issues/10143 [addition/proposal] [needs implementer interest]
- #10128 Upcoming WHATNOT meeting on 2/22/2024 (1 by past)
https://github.com/whatwg/html/issues/10128 [agenda+]
- #10079 img sizes="auto" skewing images using object-fit: contain (3 by fvwanja, tcaptan-cr)
https://github.com/whatwg/html/issues/10079 [compat] [topic: rendering] [topic: img] [needs tests]
- #10078 Ergonomic way to move data between workers (1 by ggoodman)
https://github.com/whatwg/html/issues/10078 [addition/proposal] [needs implementer interest] [topic: workers]
- #9776 popover=hint (2 by chrishtr, mfreed7)
https://github.com/whatwg/html/issues/9776 [topic: popover]
- #9639 Define :user-invalid / :user-valid for form-associated custom elements (1 by josepharhar)
https://github.com/whatwg/html/issues/9639 [addition/proposal] [needs implementer interest] [topic: custom elements] [topic: forms]
- #9373 Add light dismiss functionality to `<dialog>` (7 by lukewarlow, mfreed7)
https://github.com/whatwg/html/issues/9373 [addition/proposal] [needs implementer interest] [topic: dialog] [agenda+]
- #9332 [View Transitions] Extend render-blocking to support Document (2 by khushalsagar, noamr)
https://github.com/whatwg/html/issues/9332 [addition/proposal] [topic: rendering]
- #9046 Timing of `<dialog>` 'close' event, popover 'toggle' event, `<details>` 'toggle' event (2 by chrishtr, jakearchibald)
https://github.com/whatwg/html/issues/9046 [topic: dialog] [topic: popover]
- #8867 Add `getInnerHTML()` that optionally serializes declarative Shadow DOM (3 by domenic, mfreed7, zcorpan)
https://github.com/whatwg/html/issues/8867 [addition/proposal] [topic: shadow] [topic: parser]
- #7540 Allow authors to apply new css features (like cascade layers) while linking stylesheets (6 by noamr, romainmenke, zcorpan)
https://github.com/whatwg/html/issues/7540 [addition/proposal] [needs implementer interest] [topic: style]
- #4611 Spec for iframe removal from the document doesn't match browser behavior (3 by domfarolino, smaug----)
https://github.com/whatwg/html/issues/4611 [topic: document.open()] [topic: document lifecycle]
- #4508 Reinstate <style scoped> (3 by mattatobin, wolfbeast)
https://github.com/whatwg/html/issues/4508 [addition/proposal] [needs implementer interest] [topic: style]
- #2692 "being rendered" requirement around `<object>` loading is pretty odd (1 by Kaiido)
https://github.com/whatwg/html/issues/2692 [topic: embed and object]
- #2177 Setting headers for EventSource (3 by annevk, ezekielokoduwa)
https://github.com/whatwg/html/issues/2177 [addition/proposal] [needs implementer interest] [topic: fetch] [topic: eventsource]
- #1766 Add onclose event to MessagePort (2 by fergald, robertknight)
https://github.com/whatwg/html/issues/1766 [addition/proposal] [needs implementer interest] [topic: events]
- #639 Define that push/replaceState don't affect to :target handling (1 by Nintron27)
https://github.com/whatwg/html/issues/639 [topic: history]
5 issues closed:
- Upcoming WHATNOT meeting on 2/22/2024 https://github.com/whatwg/html/issues/10128 [agenda+]
- Should dir=auto with no strong characters inherit directionality from parent or be ltr? https://github.com/whatwg/html/issues/10097 [i18n-tracker] [i18n-alreq] [i18n-hlreq]
- Clarification on Element reflected IDL attribute steps https://github.com/whatwg/html/issues/10150 [topic: reflect]
- Clarification on Element reflected IDL attribute steps https://github.com/whatwg/html/issues/10150 [topic: reflect]
- Different parsing behavior for "</script>" and "</div>" strings https://github.com/whatwg/html/issues/10151
* whatwg/dom (+0/-0/๐ฌ1)
1 issues received 1 new comments:
- #808 Side effects due to tree insertion or removal (script, iframe) (1 by domfarolino)
https://github.com/whatwg/dom/issues/808 [web reality]
Pull requests
-------------
* whatwg/html (+4/-3/๐ฌ16)
4 pull requests submitted:
- WIP dialog closedby attribute spec (by lukewarlow)
https://github.com/whatwg/html/pull/10157
- Add may-block reasons to NotRestoredReasons (by rubberyuzu)
https://github.com/whatwg/html/pull/10154
- Create code.txt (by owaislodhi01)
https://github.com/whatwg/html/pull/10152
- Allow WebDriver BiDi access original opener (by OrKoN)
https://github.com/whatwg/html/pull/10147
8 pull requests received 16 new comments:
- #10157 WIP dialog closedby attribute spec (1 by lukewarlow)
https://github.com/whatwg/html/pull/10157
- #10140 Change dir=auto to fall back to ltr rather than inheriting (3 by emilio, smaug----)
https://github.com/whatwg/html/pull/10140
- #10126 Add the :open and :closed pseudo-selectors (5 by annevk, domenic, josepharhar, lukewarlow)
https://github.com/whatwg/html/pull/10126
- #10124 Close dialog elements when the open attribute is removed (1 by lukewarlow)
https://github.com/whatwg/html/pull/10124 [normative change] [topic: dialog]
- #10048 Don't always consume user activation for close watchers (1 by domenic)
https://github.com/whatwg/html/pull/10048 [do not merge yet]
- #10018 Add a new attribute called `writingsuggestions` to control UA-provided writing assistance (3 by annevk, dandclark)
https://github.com/whatwg/html/pull/10018
- #5749 Expand JS error serialization (1 by jasnell)
https://github.com/whatwg/html/pull/5749 [needs tests] [topic: serialize and transfer]
- #4223 Added a duplicate attribute present member to element create call (1 by zcorpan)
https://github.com/whatwg/html/pull/4223 [normative change] [needs implementer interest] [needs tests]
3 pull requests merged:
- Change dir=auto to fall back to ltr rather than inheriting
https://github.com/whatwg/html/pull/10140
- Meta: Dark mode fixes
https://github.com/whatwg/html/pull/10144
- Add back/forward cache NotRestoredReasons
https://github.com/whatwg/html/pull/9360 [addition/proposal] [topic: navigation]
* whatwg/dom (+1/-1/๐ฌ7)
1 pull requests submitted:
- Integration with trusted types inside of node conversion (by lukewarlow)
https://github.com/whatwg/dom/pull/1258
3 pull requests received 7 new comments:
- #1258 Integration with trusted types inside of node conversion (3 by lukewarlow, mbrodesser-Igalia)
https://github.com/whatwg/dom/pull/1258
- #1254 createEvent("textevent") creates a TextEvent (1 by zcorpan)
https://github.com/whatwg/dom/pull/1254 [topic: events]
- #1247 Draft integration with Trusted Types, take 2. (3 by koto, lukewarlow, mbrodesser-Igalia)
https://github.com/whatwg/dom/pull/1247
1 pull requests merged:
- createEvent("textevent") creates a TextEvent
https://github.com/whatwg/dom/pull/1254 [topic: events]
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, 26 February 2024 17:00:16 UTC