Weekly github digest (HTML specs)

Issues
------
* w3c/html-aam (+0/-0/💬3)
  1 issues received 3 new comments:
  - #295 Inert subtrees mapping (3 by alice, asurkov, jcsteh)
    https://github.com/w3c/html-aam/issues/295 

* w3c/webcomponents (+1/-0/💬14)
  1 issues created:
  - [idea] shadowattach event (by trusktr)
    https://github.com/w3c/webcomponents/issues/893 

  7 issues received 14 new comments:
  - #893 [idea] shadowattach event (1 by rniwa)
    https://github.com/w3c/webcomponents/issues/893 
  - #892 CustomElementRegistry.prototype.define<bulk>() (4 by leobalter, rniwa, trusktr)
    https://github.com/w3c/webcomponents/issues/892 
  - #889 Allowing CSS combinators postfixed to the ::slotted() selector (1 by trusktr)
    https://github.com/w3c/webcomponents/issues/889 
  - #872 2020 Virtual F2F for Accessibility and Web Components (1 by jnurthen)
    https://github.com/w3c/webcomponents/issues/872 [custom-elements] [shadow-dom] 
  - #871 Expose shadowRoot on element internals (5 by domenic, mfreed7, trusktr)
    https://github.com/w3c/webcomponents/issues/871 [custom-elements] [needs implementer interest] [shadow-dom] 
  - #655 Support for pseudo elements with ::slotted() selectors (1 by xgqfrms)
    https://github.com/w3c/webcomponents/issues/655 
  - #418 :unresolved vs :not(:upgraded) (1 by trusktr)
    https://github.com/w3c/webcomponents/issues/418 [custom-elements] [needs consensus] [v1] 

* whatwg/html (+7/-2/💬69)
  7 issues created:
  - Srcset implementations do not take width as a fallback when sizes is not present (by yoavweiss)
    https://github.com/whatwg/html/issues/5893 
  - [tools] Generated list of elements in spec missing spaces & punctuation on copy & paste (by AmeliaBR)
    https://github.com/whatwg/html/issues/5892 
  - HTMLFormElement elements does not contain form-associated CustomElements when name attribute is shared (by coemans)
    https://github.com/whatwg/html/issues/5891 
  - Expose XMP information to the browser (and potentially JavaScript) (by lrosenthol)
    https://github.com/whatwg/html/issues/5890 
  - cross-origin-isolated permission tests (by annevk)
    https://github.com/whatwg/html/issues/5888 [needs tests] [topic: cross-origin-embedder-policy] [topic: cross-origin-opener-policy] 
  - Explicitly pass "perform the fetch" steps through dependent algorithms (by jugglinmike)
    https://github.com/whatwg/html/issues/5887 
  - Event bubbling on disabled form elements (by josepharhar)
    https://github.com/whatwg/html/issues/5886 

  20 issues received 69 new comments:
  - #5893 Srcset implementations do not take width as a fallback when sizes is not present (3 by zcorpan)
    https://github.com/whatwg/html/issues/5893 [topic: img] 
  - #5891 HTMLFormElement elements does not contain form-associated CustomElements when name attribute is shared (8 by annevk, coemans, domenic)
    https://github.com/whatwg/html/issues/5891 [topic: custom elements] 
  - #5890 Expose XMP information to the browser (and potentially JavaScript) (6 by eeeps, lrosenthol, noamr)
    https://github.com/whatwg/html/issues/5890 
  - #5887 Explicitly pass "perform the fetch" steps through dependent algorithms (1 by annevk)
    https://github.com/whatwg/html/issues/5887 
  - #5886 Event bubbling on disabled form elements (3 by annevk, domenic, josepharhar)
    https://github.com/whatwg/html/issues/5886 
  - #5879 Back-forward cache: Specifying ineligibility? (5 by domenic, rakina, rniwa)
    https://github.com/whatwg/html/issues/5879 [topic: history] 
  - #5878 Back-forward cache: Restoring focus (1 by domenic)
    https://github.com/whatwg/html/issues/5878 [topic: focus] [topic: history] 
  - #5877 Back-forward cache: browsing context change & "fully active" concept (5 by annevk, domenic, rakina)
    https://github.com/whatwg/html/issues/5877 [topic: history] 
  - #5872 Standardize a popup's condition and UI opened by window.open (3 by arai-a, michaelwasserman)
    https://github.com/whatwg/html/issues/5872 [interop] [topic: browsing context] 
  - #5863 contenteditabledisabled attribute to control browser editing UI (13 by domenic, gked, johanneswilm)
    https://github.com/whatwg/html/issues/5863 [addition/proposal] [topic: editing] 
  - #5803 BroadcastChannel needs partitioning (1 by rniwa)
    https://github.com/whatwg/html/issues/5803 [normative change] [security/privacy] [topic: serialize and transfer] [topic: storage] 
  - #5748 back-forward cache: specify interaction with unload & beforeunload (6 by annevk, domenic, rakina)
    https://github.com/whatwg/html/issues/5748 [topic: history] 
  - #5624 Specify speculative HTML parsing (preload scanner) (1 by zcorpan)
    https://github.com/whatwg/html/issues/5624 [needs implementer interest] [topic: fetch] [topic: parser] 
  - #5619 RoundRect for Canvas2D (1 by mysteryDate)
    https://github.com/whatwg/html/issues/5619 [addition/proposal] [topic: canvas] 
  - #5513 Consider allowing downloads by user interaction within a sandboxed iframe (1 by arjunanag)
    https://github.com/whatwg/html/issues/5513 [addition/proposal] [security-tracker] [security/privacy] [topic: sandbox] 
  - #5484 Reparenting iframes without reloading (3 by annevk, josepharhar)
    https://github.com/whatwg/html/issues/5484 [addition/proposal] [needs implementer interest] 
  - #4809 API for dealing with 2D context loss (2 by RafaelCintron, annevk)
    https://github.com/whatwg/html/issues/4809 [addition/proposal] [needs implementer interest] [topic: canvas] 
  - #4537 Proposal: Native solution for tooltips on the web platform (1 by noamr)
    https://github.com/whatwg/html/issues/4537 
  - #2621 Sort out interaction of promises with document unloading and browsing context teardown (1 by annevk)
    https://github.com/whatwg/html/issues/2621 [needs tests] [topic: event loop] [topic: multiple globals] [topic: script] 
  - #331 Remove `<iframe seamless>` (4 by Chawniseyler)
    https://github.com/whatwg/html/issues/331 [removal/deprecation] 

  2 issues closed:
  - HTMLFormElement elements does not contain form-associated CustomElements when name attribute is shared https://github.com/whatwg/html/issues/5891 
  - Supporting autocomplete="username" with type="email" https://github.com/whatwg/html/issues/5873 [topic: forms] 

* whatwg/dom (+1/-1/💬2)
  1 issues created:
  - "When an event is dispatched to an object that p..." (by kevinsung)
    https://github.com/whatwg/dom/issues/888 

  1 issues received 2 new comments:
  - #871 HTMLFieldsetElements::elements should probably be HTMLFormControlsCollection, too (2 by annevk, tkent-google)
    https://github.com/whatwg/dom/issues/871 

  1 issues closed:
  - HTMLFieldsetElements::elements should probably be HTMLFormControlsCollection, too https://github.com/whatwg/dom/issues/871 



Pull requests
-------------
* whatwg/html (+5/-3/💬37)
  5 pull requests submitted:
  - Add width and height attributes to source elements (by yoavweiss)
    https://github.com/whatwg/html/pull/5894 
  - Make beforeunload not affect 'salvageable' & firing unload event optional (by rakina)
    https://github.com/whatwg/html/pull/5889 
  - Allow user agent to unload nested browsing contexts (by johnivdel)
    https://github.com/whatwg/html/pull/5885 
  - Meta: update the HTML FAQ (by annevk)
    https://github.com/whatwg/html/pull/5884 
  - Import assertions integration (by dandclark)
    https://github.com/whatwg/html/pull/5883 

  10 pull requests received 37 new comments:
  - #5894 Add width and height attributes to source elements (1 by zcorpan)
    https://github.com/whatwg/html/pull/5894 
  - #5885 Allow user agent to unload nested browsing contexts (7 by annevk, domenic, johnivdel, rakina)
    https://github.com/whatwg/html/pull/5885 
  - #5882 Editorial: Rename "E-mail state" to "Email state" (4 by annevk, domenic, sideshowbarker)
    https://github.com/whatwg/html/pull/5882 
  - #5875 Override the "mode" of Service Worker requests (8 by annevk, domenic, jugglinmike, wanderview)
    https://github.com/whatwg/html/pull/5875 
  - #5833 Issue #5552 - Update `whenDefined` steps to resolve with the class (6 by WebReflection, annevk)
    https://github.com/whatwg/html/pull/5833 
  - #5694 Set dfn-type on definitions (3 by domenic, sideshowbarker)
    https://github.com/whatwg/html/pull/5694 
  - #5658 Add import assertions integration and reland JSON modules (2 by dandclark, littledan)
    https://github.com/whatwg/html/pull/5658 
  - #5574 Allow an image to indicate its own density and correct its intrinsic size (4 by lrosenthol, noamr)
    https://github.com/whatwg/html/pull/5574 [addition/proposal] [needs implementer interest] [topic: img] 
  - #4658 Allow setting default accessibility semantics for custom elements (1 by annevk)
    https://github.com/whatwg/html/pull/4658 [accessibility] [addition/proposal] [do not merge yet] [topic: custom elements] 
  - #4288 Re add inert (1 by asurkov)
    https://github.com/whatwg/html/pull/4288 

  3 pull requests merged:
  - Allow autocomplete="username" with input[type=email]
    https://github.com/whatwg/html/pull/5881 [normative change] [topic: forms] 
  - Editorial: Rename "E-mail state" to "Email state"
    https://github.com/whatwg/html/pull/5882 
  - Meta: update the HTML FAQ
    https://github.com/whatwg/html/pull/5884 

* whatwg/dom (+0/-1/💬1)
  1 pull requests received 1 new comments:
  - #887 Editorial: use Infra language for Aborting section (1 by yosunkayag)
    https://github.com/whatwg/dom/pull/887 

  1 pull requests merged:
  - Editorial: use Infra language for Aborting section
    https://github.com/whatwg/dom/pull/887 


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, 7 September 2020 17:00:12 UTC