Weekly github digest (HTML specs)

Issues
------
* w3c/html-aria (+1/-2/💬2)
  1 issues created:
  - credit card number  (by Abohsllln)
    https://github.com/w3c/html-aria/issues/443 

  2 issues received 2 new comments:
  - #438 Auto-pub is broken (1 by siusin)
    https://github.com/w3c/html-aria/issues/438 [editorial] 
  - #400 Consider adding menubar and toolbar to fieldset (1 by scottaohara)
    https://github.com/w3c/html-aria/issues/400 [Allowed roles] 

  2 issues closed:
  - credit card number  https://github.com/w3c/html-aria/issues/443 
  - Auto-pub is broken https://github.com/w3c/html-aria/issues/438 [editorial] 

* whatwg/html (+12/-2/💬30)
  12 issues created:
  - Do `<td>` elements inside a `<thead>` get automagically promoted to `<th>` (by patrickhlauke)
    https://github.com/whatwg/html/issues/8650 
  - Consider integrating "scrolled by the user" with CSSOM (by domenic)
    https://github.com/whatwg/html/issues/8649 
  - Webkit error (by Endlessbridges)
    https://github.com/whatwg/html/issues/8648 
  - Web lot error (by Endlessbridges)
    https://github.com/whatwg/html/issues/8647 
  - Should HTML parsers created for fragment parsing (i.e. innerHTML) or DOMParser spin the event loop in "stop parsing"? (by Lubrsi)
    https://github.com/whatwg/html/issues/8646 
  - Jibri Richardson (by jibri15)
    https://github.com/whatwg/html/issues/8644 
  - Sudu  (by ruka250)
    https://github.com/whatwg/html/issues/8642 
  - Css (by Shafeekcp4)
    https://github.com/whatwg/html/issues/8639 
  - Block sema (by Dileksema26)
    https://github.com/whatwg/html/issues/8637 
  - Xvvcc (by rhodrimoore)
    https://github.com/whatwg/html/issues/8636 
  - A means to conceptually identify if an application is installed (by marcoscaceres)
    https://github.com/whatwg/html/issues/8635 
  - favicon description (by hacknorris-aka-penguin)
    https://github.com/whatwg/html/issues/8632 

  14 issues received 30 new comments:
  - #8648 Webkit error (1 by Endlessbridges)
    https://github.com/whatwg/html/issues/8648 
  - #8646 Should HTML parsers created for fragment parsing (i.e. innerHTML) or DOMParser spin the event loop in "stop parsing"? (5 by ADKaster, Mitesh2020, sideshowbarker)
    https://github.com/whatwg/html/issues/8646 
  - #8635 A means to conceptually identify if an application is installed (1 by domenic)
    https://github.com/whatwg/html/issues/8635 
  - #8632 favicon description (1 by abhijain2003)
    https://github.com/whatwg/html/issues/8632 
  - #8627 setHTML() and declarative shadow roots (2 by annevk, mozfreddyb)
    https://github.com/whatwg/html/issues/8627 [topic: shadow] [security/privacy] 
  - #8614 Upcoming HTML standard issue triage meeting on 12/22/2022 (2 by past)
    https://github.com/whatwg/html/issues/8614 [agenda+] 
  - #8597 autocomplete attribute for tel-country-code not working well for <select> elements (1 by Mitesh2020)
    https://github.com/whatwg/html/issues/8597 
  - #8507 It's time to reinvent the table element (1 by abhijain2003)
    https://github.com/whatwg/html/issues/8507 
  - #8481 COOP inheritance for popups from cross-origin iframes.  (2 by annevk, hemeryar)
    https://github.com/whatwg/html/issues/8481 [topic: cross-origin-opener-policy] 
  - #8451 Define :blank pseudo-class behavior (1 by tabatkins)
    https://github.com/whatwg/html/issues/8451 [topic: forms] [topic: selectors] 
  - #8444 Proposal: add `print` attribute to `<a>` tag (1 by abhijain2003)
    https://github.com/whatwg/html/issues/8444 [addition/proposal] [needs implementer interest] 
  - #7996 Editorial cleanups to fetching scripts (1 by domenic)
    https://github.com/whatwg/html/issues/7996 [clarification] [topic: script] 
  - #6636 Lazy loading video element poster attribute (6 by annevk, emilio, johannesodland, scottaohara, zcorpan)
    https://github.com/whatwg/html/issues/6636 [addition/proposal] [topic: media] 
  - #4986 autocomplete attribute for street-address details (5 by battre, romane-echino)
    https://github.com/whatwg/html/issues/4986 [addition/proposal] [needs implementer interest] [accessibility] [topic: forms] [i18n-tracker] 

  2 issues closed:
  - Specify scroll restoration in a bit more detail https://github.com/whatwg/html/issues/7517 [topic: history] 
  - Fold DocumentAndElementEventHandlers into GlobalEventHandlers? https://github.com/whatwg/html/issues/8053 [topic: events] 



Pull requests
-------------
* w3c/html-aria (+1/-0/💬2)
  1 pull requests submitted:
  - Addition: expand role allowances for fieldset element (by scottaohara)
    https://github.com/w3c/html-aria/pull/442 [Allowed roles] [needs implementation commitment] 

  1 pull requests received 2 new comments:
  - #442 Addition: expand role allowances for fieldset element (2 by smhigley, stevefaulkner)
    https://github.com/w3c/html-aria/pull/442 [Allowed roles] [needs implementation commitment] 

* whatwg/html (+2/-4/💬5)
  2 pull requests submitted:
  - WIP: Report fallback resource timing for no-TAO iframes (by noamr)
    https://github.com/whatwg/html/pull/8643 
  - Navigation fetch initiator should only be set for container-initiated navigations (by noamr)
    https://github.com/whatwg/html/pull/8638 

  5 pull requests received 5 new comments:
  - #8221 Add popover attribute (1 by annevk)
    https://github.com/whatwg/html/pull/8221 
  - #8111 Define link processing for prefetch (1 by noamr)
    https://github.com/whatwg/html/pull/8111 [topic: resource hints (inc. preload)] 
  - #8096 Move oncopy/oncut/onpaste to GlobalEventHandlers (1 by foolip)
    https://github.com/whatwg/html/pull/8096 [needs tests] [topic: events] 
  - #5465 Add declarative Shadow DOM features (1 by hsivonen)
    https://github.com/whatwg/html/pull/5465 [needs implementer interest] [topic: shadow] [impacts documentation] 
  - #2402 Remove the dropzone global attribute. (1 by cklim483)
    https://github.com/whatwg/html/pull/2402 [removal/deprecation] [needs tests] 

  4 pull requests merged:
  - Specify scroll restoration in more detail
    https://github.com/whatwg/html/pull/8528 [topic: history] 
  - [ECMA-262 layering] Refactor import-related host hooks
    https://github.com/whatwg/html/pull/8253 [topic: script] 
  - Navigation fetch initiator should only be set for container-initiated navigations
    https://github.com/whatwg/html/pull/8638 [topic: navigation] 
  - Move oncopy/oncut/onpaste to GlobalEventHandlers
    https://github.com/whatwg/html/pull/8096 [needs tests] [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 December 2022 17:00:20 UTC