Weekly github digest (HTML specs)

Issues
------
* w3c/html-aria (+3/-2/💬6)
  3 issues created:
  - Mapping unnamed <section> element to role=generic (by jlp-craigmorten)
    https://github.com/w3c/html-aria/issues/474 
  - a with href should allow row, cell, and gridcell roles (by devongovett)
    https://github.com/w3c/html-aria/issues/473 
  - Temperature check: moving roles to HTML proper? (by marcoscaceres)
    https://github.com/w3c/html-aria/issues/472 

  3 issues received 6 new comments:
  - #474 Mapping unnamed <section> element to role=generic (1 by jlp-craigmorten)
    https://github.com/w3c/html-aria/issues/474 
  - #472 Temperature check: moving roles to HTML proper? (4 by LJWatson, marcoscaceres, scottaohara, stevefaulkner)
    https://github.com/w3c/html-aria/issues/472 
  - #407 Review ruby elements more closely (1 by scottaohara)
    https://github.com/w3c/html-aria/issues/407 [Allowed roles] [Allowed aria-* attributes] 

  2 issues closed:
  - Mapping unnamed <section> element to role=generic https://github.com/w3c/html-aria/issues/474 
  - Temperature check: moving roles to HTML proper? https://github.com/w3c/html-aria/issues/472 

* w3c/webcomponents (+0/-0/💬1)
  1 issues received 1 new comments:
  - #645 HTML Modules (1 by jfbrennan)
    https://github.com/WICG/webcomponents/issues/645 [needs concrete proposal] [modules] 

* whatwg/html (+9/-6/💬55)
  9 issues created:
  - Bacon (by Brosec5484)
    https://github.com/whatwg/html/issues/9455 
  - `longpress` DOM event (by jpzwarte)
    https://github.com/whatwg/html/issues/9454 
  - The canvas fontStretch attribute should accept percentage values as well as keywords (by jfkthame)
    https://github.com/whatwg/html/issues/9453 
  - Possible performance optimizations of structured clone algorithm against ArrayBufferView? (by shuhaowu)
    https://github.com/whatwg/html/issues/9450 
  - auto-sizes concrete object size ignoring natural dimensions is not implementable (by zcorpan)
    https://github.com/whatwg/html/issues/9448 [topic: img] 
  - Love pixel test (by Jss-pt1)
    https://github.com/whatwg/html/issues/9447 
  - HTML Video Element: Proposal For Support for Srcset and Sizes attributes on source elements (by scottjehl)
    https://github.com/whatwg/html/issues/9446 
  - Spec clarification: Are values in fontVariant & fontKerning case sensitive? (by yiyix)
    https://github.com/whatwg/html/issues/9445 
  - Import with type text, bytes, and URL (by kriskowal)
    https://github.com/whatwg/html/issues/9444 

  18 issues received 55 new comments:
  - #9454 `longpress` DOM event (1 by smaug----)
    https://github.com/whatwg/html/issues/9454 
  - #9450 Possible performance optimizations of structured clone algorithm against ArrayBufferView? (6 by annevk, domenic, kenrussell, shuhaowu)
    https://github.com/whatwg/html/issues/9450 [topic: serialize and transfer] 
  - #9448 auto-sizes concrete object size ignoring natural dimensions is not implementable (18 by bfgeek, eeeps, emilio, progers, yoavweiss, zcorpan)
    https://github.com/whatwg/html/issues/9448 [topic: img] 
  - #9445 Spec clarification: Are values in fontVariant & fontKerning case sensitive? (1 by domenic)
    https://github.com/whatwg/html/issues/9445 
  - #9444 Import with type text, bytes, and URL (5 by annevk, bathos, kriskowal, littledan)
    https://github.com/whatwg/html/issues/9444 [addition/proposal] [needs implementer interest] [topic: script] 
  - #9420 Making checkboxes behave like radio buttons (2 by sovetski, tabatkins)
    https://github.com/whatwg/html/issues/9420 [addition/proposal] [topic: forms] 
  - #9383 Should "show popover" assert the element's popover invoker is null? (4 by josepharhar, mbrodesser-Igalia, nt1m)
    https://github.com/whatwg/html/issues/9383 [clarification] [topic: popover] 
  - #9346 <img>.complete should take <source> elements into account (1 by johannesodland)
    https://github.com/whatwg/html/issues/9346 [topic: img] 
  - #9334 Proposal: Meta Tag for AI Consent Management (1 by saschanaz)
    https://github.com/whatwg/html/issues/9334 [addition/proposal] [needs implementer interest] 
  - #9158 Consider a different process for standardizing registerProtocolHandler schemes (1 by zcorpan)
    https://github.com/whatwg/html/issues/9158 [meta] [topic: custom protocols] 
  - #9102 <textarea> should support the [pattern] attribute like the <input> element (3 by RobinWitt, zcorpan)
    https://github.com/whatwg/html/issues/9102 [addition/proposal] [needs implementer interest] [topic: forms] [needs compat analysis] 
  - #8999 togglePopover() algorithm does not check popover validity when force == false and when the popover visibility state is hidden (1 by josepharhar)
    https://github.com/whatwg/html/issues/8999 [topic: popover] 
  - #8707 Selecting text in the <summary> tag activates the details/summary (opens/closes the details tag) (3 by dbaron, zcorpan)
    https://github.com/whatwg/html/issues/8707 [topic: events] [integration] [topic: user activation] 
  - #8178 The missing property values of width/height attributes on source elements (3 by annevk, emilio)
    https://github.com/whatwg/html/issues/8178 [topic: rendering] [topic: img] 
  - #7540 Allow authors to apply new css features (like cascade layers) while linking stylesheets (2 by bramus, mirisuzanne)
    https://github.com/whatwg/html/issues/7540 [addition/proposal] [needs implementer interest] [topic: style] 
  - #7390 Element request: `<h>` to reconcile heading levels, outlines, and components (1 by lukewarlow)
    https://github.com/whatwg/html/issues/7390 
  - #6363 HTML Video Element: Proposal For Reintroduction of Media in Source Elements (1 by scottjehl)
    https://github.com/whatwg/html/issues/6363 [addition/proposal] [topic: media] 
  - #5886 Event bubbling on disabled form elements (1 by josepharhar)
    https://github.com/whatwg/html/issues/5886 [topic: forms] [topic: events] [interop] 

  6 issues closed:
  - Redundant call to "nearest inclusive open popover" algorithm? https://github.com/whatwg/html/issues/9263 [topic: popover] 
  - `longpress` DOM event https://github.com/whatwg/html/issues/9454 
  - Love pixel test https://github.com/whatwg/html/issues/9447 
  - ACCION OPEN FOR DIRECTOR GENERAL GITHUB https://github.com/whatwg/html/issues/9280 
  - Should togglePopover() return a boolean? https://github.com/whatwg/html/issues/9043 [addition/proposal] [topic: popover] 
  - Spec clarification: Are values in fontVariant & fontKerning case sensitive? https://github.com/whatwg/html/issues/9445 

* whatwg/dom (+1/-0/💬2)
  1 issues created:
  - Proposal for built-in method to synchronize elements with virtual DOM representation (by irony)
    https://github.com/whatwg/dom/issues/1213 

  2 issues received 2 new comments:
  - #1189 Should TreeWalker be expanded to support shadow roots in support of the selection API? (1 by zcorpan)
    https://github.com/whatwg/dom/issues/1189 [topic: shadow] [needs implementer interest] [needs concrete proposal] [topic: nodes] 
  - #948 Allow postMessage-ing AbortSignal (1 by uasan)
    https://github.com/whatwg/dom/issues/948 [needs implementer interest] [addition/proposal] [topic: aborting] 



Pull requests
-------------
* w3c/html-aria (+1/-1/💬0)
  1 pull requests submitted:
  - Update unnamed section mapping (by scottaohara)
    https://github.com/w3c/html-aria/pull/475 

  1 pull requests merged:
  - Update unnamed section mapping
    https://github.com/w3c/html-aria/pull/475 

* w3c/webcomponents (+1/-0/💬0)
  1 pull requests submitted:
  - DOM Parts Proposal Additions (by tbondwilkinson)
    https://github.com/WICG/webcomponents/pull/1015 

* whatwg/html (+2/-6/💬33)
  2 pull requests submitted:
  - Editorial rework of directionality  (by bkardell)
    https://github.com/whatwg/html/pull/9452 
  - Make togglePopover throw more exceptions (by josepharhar)
    https://github.com/whatwg/html/pull/9451 

  16 pull requests received 33 new comments:
  - #9451 Make togglePopover throw more exceptions (1 by nt1m)
    https://github.com/whatwg/html/pull/9451 
  - #9407 Propagate fetch referrer in dynamic imports (2 by domfarolino)
    https://github.com/whatwg/html/pull/9407 [normative change] [topic: script] 
  - #9393 Make togglePopover return a boolean (1 by josepharhar)
    https://github.com/whatwg/html/pull/9393 [topic: popover] 
  - #9387 Fix ::backdrop user-agent rule for popovers (1 by josepharhar)
    https://github.com/whatwg/html/pull/9387 [topic: popover] 
  - #9360 Add back/forward cache NotRestoredReasons (7 by domenic, rubberyuzu)
    https://github.com/whatwg/html/pull/9360 
  - #9267 Remove redundant call to nearest open popover (2 by annevk, josepharhar)
    https://github.com/whatwg/html/pull/9267 [topic: popover] 
  - #9210 Use module referrer policy for descendant fetches (3 by annevk, domfarolino, hiroshige-g)
    https://github.com/whatwg/html/pull/9210 [do not merge yet] [needs tests] [topic: script] 
  - #9195 Add customElements.getName(constructor) (1 by keithamus)
    https://github.com/whatwg/html/pull/9195 
  - #9166 Update the :dir / directionality to include shadow dom (3 by annevk, fantasai)
    https://github.com/whatwg/html/pull/9166 [topic: shadow] [topic: selectors] 
  - #9144 Add anchor attribute (1 by josepharhar)
    https://github.com/whatwg/html/pull/9144 
  - #9142 Don't throw when popover/dialog is in requested state (1 by mbrodesser-Igalia)
    https://github.com/whatwg/html/pull/9142 [needs tests] [topic: dialog] [topic: popover] 
  - #8801 Define eligibility for autofill (1 by schwering)
    https://github.com/whatwg/html/pull/8801 [addition/proposal] [needs implementer interest] [topic: forms] 
  - #8502 Add the navigation API (2 by domenic, zcorpan)
    https://github.com/whatwg/html/pull/8502 [addition/proposal] [topic: navigation] [topic: history] 
  - #8028 Add new UA style rules for overflow changes; see w3c/csswg-drafts#7144 (5 by annevk, domenic, zcorpan)
    https://github.com/whatwg/html/pull/8028 [topic: rendering] [integration] 
  - #7908 Use `v` flag instead of `u` for `pattern` RegExps (1 by Kovalchik8)
    https://github.com/whatwg/html/pull/7908 [addition/proposal] [topic: forms] [needs compat analysis] 
  - #4450 Generalize the description of aborting downloads (1 by VIRAT9358)
    https://github.com/whatwg/html/pull/4450 [normative change] [topic: navigation] 

  6 pull requests merged:
  - Add the navigation API
    https://github.com/whatwg/html/pull/8502 [addition/proposal] [topic: navigation] [topic: history] 
  - Remove redundant call to nearest open popover
    https://github.com/whatwg/html/pull/9267 [topic: popover] 
  - Add Atomics.waitAsync host hook
    https://github.com/whatwg/html/pull/4613 [topic: script] 
  - Use CSS spec for top layer
    https://github.com/whatwg/html/pull/9093 [topic: rendering] [integration] 
  - Make togglePopover return a boolean
    https://github.com/whatwg/html/pull/9393 [topic: popover] 
  - Editorial: remove plugin language from media elements
    https://github.com/whatwg/html/pull/9440 


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 June 2023 17:00:19 UTC