Weekly github digest (HTML specs)

Issues
------
* w3c/html-aria (+3/-1/💬0)
  3 issues created:
  - Wrong role for Header in "Rules of ARIA attribute usage by HTML element" table (by giacomo-petri)
    https://github.com/w3c/html-aria/issues/501 
  - Editorial - Removed "or" at the beginning of the list of allowed roles for "form" element (by giacomo-petri)
    https://github.com/w3c/html-aria/issues/499 
  - Improve understandability of Figure in "Rules of ARIA attribute usage by HTML element" table  (by giacomo-petri)
    https://github.com/w3c/html-aria/issues/497 

  1 issues closed:
  - Wrong role for Header in "Rules of ARIA attribute usage by HTML element" table https://github.com/w3c/html-aria/issues/501 

* w3c/webcomponents (+2/-0/💬12)
  2 issues created:
  - making a SlotChangeObserver similar to MutationObserver childList (by trusktr)
    https://github.com/WICG/webcomponents/issues/1042 
  - [Proposal] Stylesheet Observer (by bahrus)
    https://github.com/WICG/webcomponents/issues/1041 

  3 issues received 12 new comments:
  - #1031 Quarterly Face to Face Scheduling (4 by Westbrook, rniwa)
    https://github.com/WICG/webcomponents/issues/1031 
  - #1029 Proposal: Custom attributes for all elements, enhancements for more complex use cases (1 by zcorpan)
    https://github.com/WICG/webcomponents/issues/1029 
  - #909 "open-stylable" Shadow Roots (7 by calebdwilliams, mariohamann, matthewp, natemoo-re, otabek-git, rniwa)
    https://github.com/WICG/webcomponents/issues/909 

* whatwg/html (+9/-6/💬35)
  9 issues created:
  - Port streams (by dead-claudia)
    https://github.com/whatwg/html/issues/10020 [addition/proposal] [needs implementer interest] 
  - Callback steps in "start intersection-observing a lazy loading element" may return too early (by awesomekling)
    https://github.com/whatwg/html/issues/10019 
  - Remove the requirement to NOT include the charset within the Content-Type (by agowa)
    https://github.com/whatwg/html/issues/10016 
  - User interacted flag gets set when change events are set, but tests disagree (by emilio)
    https://github.com/whatwg/html/issues/10013 
  - User interacted flag gets set when change events are set, but tests disagree (by emilio)
    https://github.com/whatwg/html/issues/10012 
  - Textarea user interacted flag doesn't seem to be set to true unless by form submission. (by emilio)
    https://github.com/whatwg/html/issues/10011 
  - New feature: <button type="action"> for performing a specified action on a specified element (by oscarrdy)
    https://github.com/whatwg/html/issues/10010 [addition/proposal] [needs implementer interest] 
  - `window.log/warn/error` as native toast notification (by GermanJablo)
    https://github.com/whatwg/html/issues/10008 [addition/proposal] [needs implementer interest] 
  - Normative definition for Top level traversible (by hamishwillee)
    https://github.com/whatwg/html/issues/10006 

  17 issues received 35 new comments:
  - #10013 User interacted flag gets set when change events are set, but tests disagree (1 by emilio)
    https://github.com/whatwg/html/issues/10013 [topic: selectors] 
  - #10011 Textarea user interacted flag doesn't seem to be set to true unless by form submission. (3 by emilio, nt1m)
    https://github.com/whatwg/html/issues/10011 [topic: selectors] 
  - #10010 New feature: <button type="action"> for performing a specified action on a specified element (2 by YummyBacon5, oscarrdy)
    https://github.com/whatwg/html/issues/10010 [addition/proposal] [needs implementer interest] 
  - #10006 Normative definition for Top level traversable (2 by domenic, hamishwillee)
    https://github.com/whatwg/html/issues/10006 
  - #9997 Allow CSS Custom Property in mask-icon's color attribute (1 by zcorpan)
    https://github.com/whatwg/html/issues/9997 [addition/proposal] [needs implementer interest] 
  - #9991 select.showPicker() in content-visibility: hidden subtree (7 by josepharhar, vmpstr)
    https://github.com/whatwg/html/issues/9991 
  - #9899 Clarify details documentation for a11y and usage (1 by aardrian)
    https://github.com/whatwg/html/issues/9899 [accessibility] [a11y-tracker] 
  - #9824 Event loop: update the rendering step mismatches implementations in subtle ways (1 by noamr)
    https://github.com/whatwg/html/issues/9824 [topic: event loop] 
  - #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] 
  - #9638 Make cloneNode() copy files of <input type=file> (1 by yoyo837)
    https://github.com/whatwg/html/issues/9638 [topic: forms] 
  - #9332 [View Transitions] Extend render-blocking to support Document (7 by hsivonen, noamr, vmpstr, zcorpan)
    https://github.com/whatwg/html/issues/9332 [addition/proposal] [topic: rendering] 
  - #8228 Should <button> have `user-select: none;` by default? (1 by josepharhar)
    https://github.com/whatwg/html/issues/8228 [topic: forms] [interop] [topic: style] 
  - #7896 Behavior of `blocking` attribute on a `preload` link (1 by bakura10)
    https://github.com/whatwg/html/issues/7896 [topic: resource hints (inc. preload)] 
  - #7540 Allow authors to apply new css features (like cascade layers) while linking stylesheets (1 by mirisuzanne)
    https://github.com/whatwg/html/issues/7540 [addition/proposal] [needs implementer interest] [topic: style] 
  - #6450 <link> media="", type="", etc. changes are underspecified and contradictory (1 by jeremyroman)
    https://github.com/whatwg/html/issues/6450 [topic: link] 
  - #2358 A use case for cursor control for number inputs (1 by Ballpin)
    https://github.com/whatwg/html/issues/2358 [topic: forms] 
  - #2271 Make custom attribute rules consistent with custom element name rules (3 by alexpetros, bkardell)
    https://github.com/whatwg/html/issues/2271 [addition/proposal] [needs implementer interest] [topic: custom elements] 

  6 issues closed:
  - User interacted flag gets set when change events are set, but tests disagree https://github.com/whatwg/html/issues/10012 
  - Web Socket Link is Gone https://github.com/whatwg/html/issues/9871 
  - consider whether we should have implementation or authoring requirements for nested <details name=...> https://github.com/whatwg/html/issues/9968 
  - New feature: <button type="action"> for performing a specified action on a specified element https://github.com/whatwg/html/issues/10010 [addition/proposal] [needs implementer interest] 
  - Normative definition for Top level traversable https://github.com/whatwg/html/issues/10006 
  - [forms] Make <input type=button> magic clip not magic https://github.com/whatwg/html/issues/9976 [topic: rendering] [topic: forms] 

* whatwg/dom (+1/-0/💬4)
  1 issues created:
  - CONTACTLOEI (by nolimit042)
    https://github.com/whatwg/dom/issues/1243 

  2 issues received 4 new comments:
  - #1243 CONTACTLOEI (1 by nolimit042)
    https://github.com/whatwg/dom/issues/1243 
  - #1111 `childList` records across multiple `MutationObserver`s are observed in fundamentally incorrect order (3 by ox-harris, trusktr)
    https://github.com/whatwg/dom/issues/1111 



Pull requests
-------------
* w3c/html-aria (+3/-1/💬1)
  3 pull requests submitted:
  - Replaced "role=contentinfo" with "role=banner" in "Rules of ARIA attribute usage by HTML element" table (header element) (by giacomo-petri)
    https://github.com/w3c/html-aria/pull/502 
  - Editorial - Removed "or" at the beginning of the list of allowed roles for "form" element (by giacomo-petri)
    https://github.com/w3c/html-aria/pull/500 
  - Editorial - Improve understandability of "Figure" in "Rules of ARIA attribute usage by HTML element" table (by giacomo-petri)
    https://github.com/w3c/html-aria/pull/498 

  1 pull requests received 1 new comments:
  - #502 Replaced "role=contentinfo" with "role=banner" in "Rules of ARIA attribute usage by HTML element" table (header element) (1 by w3cbot)
    https://github.com/w3c/html-aria/pull/502 

  1 pull requests merged:
  - Replaced "role=contentinfo" with "role=banner" in "Rules of ARIA attribute usage by HTML element" table (header element)
    https://github.com/w3c/html-aria/pull/502 

* whatwg/html (+9/-3/💬31)
  9 pull requests submitted:
  - Add a new attribute called `writingsuggestions` to control UA-provided writing assistance (by sanketj)
    https://github.com/whatwg/html/pull/10018 
  - Darkmode (by tabatkins)
    https://github.com/whatwg/html/pull/10017 
  - Hide all popovers when beforetoggle shows a popover (by josepharhar)
    https://github.com/whatwg/html/pull/10015 
  - Update 404.html (by 21priti)
    https://github.com/whatwg/html/pull/10014 
  - WIP render as task (by noamr)
    https://github.com/whatwg/html/pull/10007 
  - Fix case where the directionality of a <bdi> could be null. (by dbaron)
    https://github.com/whatwg/html/pull/10005 
  - Forbid documents from nesting <details> in the same exclusive accordion. (by dbaron)
    https://github.com/whatwg/html/pull/10004 
  - Add note about tradeoffs for authors of exclusive accordions. (by dbaron)
    https://github.com/whatwg/html/pull/10003 
  - WIP: Pageconceal (by noamr)
    https://github.com/whatwg/html/pull/10002 

  12 pull requests received 31 new comments:
  - #10007 Refactor event-loop processing model to perform rendering as a task (6 by Kaiido, noamr, smaug----)
    https://github.com/whatwg/html/pull/10007 
  - #10004 Forbid documents from nesting <details> in the same exclusive accordion. (1 by sideshowbarker)
    https://github.com/whatwg/html/pull/10004 
  - #10003 Add note about tradeoffs for authors of exclusive accordions. (2 by aardrian, dbaron)
    https://github.com/whatwg/html/pull/10003 
  - #10001 Add missing reference to `onpagereveal` as a content attribute (1 by noamr)
    https://github.com/whatwg/html/pull/10001 
  - #9994 Use UA styles rather than prose to define <input> clip. (1 by zcorpan)
    https://github.com/whatwg/html/pull/9994 [topic: rendering] 
  - #9903 Rendering: field-sizing support for some elements (1 by tkent-google)
    https://github.com/whatwg/html/pull/9903 
  - #9546 Add switch attribute to the input element to allow for a two-state switch control. (12 by cookiecrook, hober, jacobrask, jyasskin, lukewarlow, mfreed7, nt1m, yisibl)
    https://github.com/whatwg/html/pull/9546 [addition/proposal] [needs implementer interest] [topic: forms] 
  - #9400 Add name attribute for grouping details elements into an exclusive accordion (1 by vaiil)
    https://github.com/whatwg/html/pull/9400 [addition/proposal] [needs implementer interest] 
  - #9360 Add back/forward cache NotRestoredReasons (2 by rubberyuzu, smaug----)
    https://github.com/whatwg/html/pull/9360 [addition/proposal] [topic: navigation] [needs tests] 
  - #8467 Add custom state pseudo class (2 by annevk, lukewarlow)
    https://github.com/whatwg/html/pull/8467 
  - #4585 Feature Policy: `focus-without-user-activation` (1 by clelland)
    https://github.com/whatwg/html/pull/4585 [needs implementer interest] [do not merge yet] [needs tests] 
  - #1936 Add document.{parsed,contentLoaded,loaded} promises (1 by dead-claudia)
    https://github.com/whatwg/html/pull/1936 [addition/proposal] 

  3 pull requests merged:
  - Add custom state pseudo class
    https://github.com/whatwg/html/pull/8467 
  - Forbid documents from nesting <details> in the same exclusive accordion.
    https://github.com/whatwg/html/pull/10004 [document conformance] 
  - Use UA styles rather than prose to define <input> clip.
    https://github.com/whatwg/html/pull/9994 [topic: rendering] 


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, 25 December 2023 17:00:20 UTC