Weekly github digest (HTML specs)

Issues
------
* w3c/htmlwg (+0/-0/πŸ’¬2)
  1 issues received 2 new comments:
  - #14 Wide Review for the DOM Standard June 2020 (2 by LJWatson, siusin)
    https://github.com/w3c/htmlwg/issues/14 

* w3c/webcomponents (+2/-0/πŸ’¬11)
  2 issues created:
  - CustomEvents Add Event Handler in Html (by MichaelPeter)
    https://github.com/WICG/webcomponents/issues/908 
  - Scoped Custom Element Registry: Moving elements with shadow roots between documents (by caridy)
    https://github.com/WICG/webcomponents/issues/907 

  2 issues received 11 new comments:
  - #908 CustomEvents Add Event Handler in Html (9 by MichaelPeter, annevk, domenic, emilio, justinfagnani)
    https://github.com/WICG/webcomponents/issues/908 
  - #907 Scoped Custom Element Registry: Moving elements with shadow roots between documents (2 by annevk, caridy)
    https://github.com/WICG/webcomponents/issues/907 

* whatwg/html (+9/-6/πŸ’¬33)
  9 issues created:
  - Include a div/textarea "keywords" property! (by Seagat2011)
    https://github.com/whatwg/html/issues/6152 
  - https://github.com/Anorboyev707 (by Anorboyev707)
    https://github.com/whatwg/html/issues/6148 
  - Preloading gzip archives (by morris)
    https://github.com/whatwg/html/issues/6147 
  - "create a new browsing context" creates settingsObject but doesn (by ytausky)
    https://github.com/whatwg/html/issues/6146 
  - Add a new `<a target="_browser">` browsing context keyword (by tomayac)
    https://github.com/whatwg/html/issues/6143 
  - Element.matches(selectors) seeming typo / missing step (by danburzo)
    https://github.com/whatwg/html/issues/6142 
  - Directionality of input element whose type attribute is in the Telephone state (by MyidShin)
    https://github.com/whatwg/html/issues/6140 
  - Standardize on no beforeunload dialog for windows without sticky activation? (by domenic)
    https://github.com/whatwg/html/issues/6139 [interop] [topic: navigation] 
  - Make loading of link rel="stylesheet" optional (by vincentbernat)
    https://github.com/whatwg/html/issues/6138 

  12 issues received 33 new comments:
  - #6152 Include a div/textarea "keywords" property! (3 by Seagat2011, domenic)
    https://github.com/whatwg/html/issues/6152 
  - #6147 Preloading gzip archives (3 by domenic, jyasskin, morris)
    https://github.com/whatwg/html/issues/6147 
  - #6146 "create a new browsing context" creates settingsObject but doesn't do anything with it (3 by annevk, domenic)
    https://github.com/whatwg/html/issues/6146 [good first issue] 
  - #6143 Add a new `<a target="_browser">` browsing context keyword (2 by annevk, tomayac)
    https://github.com/whatwg/html/issues/6143 
  - #6140 Directionality of input element whose type attribute is in the Telephone state (3 by amire80, annevk, aphillips)
    https://github.com/whatwg/html/issues/6140 [i18n-alreq] [i18n-hlreq] [i18n-tracker] [interop] [topic: forms] 
  - #6139 Standardize on no beforeunload dialog for windows without sticky activation? (2 by annevk, smaug----)
    https://github.com/whatwg/html/issues/6139 [interop] [topic: navigation] 
  - #6138 Make loading of link rel="stylesheet" optional (2 by domenic, vincentbernat)
    https://github.com/whatwg/html/issues/6138 
  - #5879 Back-forward cache: Specifying ineligibility? (1 by rakina)
    https://github.com/whatwg/html/issues/5879 [topic: history] 
  - #5761 "Web Content Accessibility Guidelines (WCAG) 2.0..." (4 by OlushesiToheeb, annevk)
    https://github.com/whatwg/html/issues/5761 [accessibility] [good first issue] 
  - #5345 createPattern specification references unknown "result" variable (4 by 145recordings, alrra)
    https://github.com/whatwg/html/issues/5345 [good first issue] [topic: canvas] 
  - #4547 Need to specify <style> only works on browsing-context-having documents (5 by annevk, domenic, erickzhao)
    https://github.com/whatwg/html/issues/4547 [topic: browsing context] [topic: style] 
  - #411 Allow workers & shared workers to be created within a service worker (1 by eklem)
    https://github.com/whatwg/html/issues/411 [needs implementer interest] [topic: workers] 

  6 issues closed:
  - createPattern specification references unknown "result" variable https://github.com/whatwg/html/issues/5345 [good first issue] [topic: canvas] 
  - https://github.com/Anorboyev707 https://github.com/whatwg/html/issues/6148 
  - https://github.com/Anorboyev707 https://github.com/whatwg/html/issues/6148 
  - https://github.com/Anorboyev707 https://github.com/whatwg/html/issues/6148 
  - A tiny mistake https://github.com/whatwg/html/issues/6130 [good first issue] 
  - Make loading of link rel="stylesheet" optional https://github.com/whatwg/html/issues/6138 

* whatwg/dom (+4/-1/πŸ’¬53)
  4 issues created:
  - concept-range-bp-set should compare root nodes before bp relative position (by edg2s)
    https://github.com/whatwg/dom/issues/924 
  - When cloning a custom element, `element.outerHTML !== element.cloneNode().outerHTML` appears (by mantou132)
    https://github.com/whatwg/dom/issues/922 
  - Element.matches(selectors) seeming typo / missing step (by danburzo)
    https://github.com/whatwg/dom/issues/921 
  - AbortController, AbortSignal, and garbage collection (by annevk)
    https://github.com/whatwg/dom/issues/920 

  8 issues received 53 new comments:
  - #922 When cloning a custom element, `element.outerHTML !== element.cloneNode().outerHTML` appears (3 by annevk, mantou132)
    https://github.com/whatwg/dom/issues/922 
  - #921 Element.matches(selectors) seeming typo / missing step (2 by annevk, danburzo)
    https://github.com/whatwg/dom/issues/921 
  - #920 Consider adding AbortController.prototype.follow(signal) (28 by MattiasBuelens, annevk, benjamingr, bterlson, domenic, jakearchibald, noseratio, rbuckton, wanderview)
    https://github.com/whatwg/dom/issues/920 [addition/proposal] [needs implementer interest] [topic: aborting] 
  - #913 What is the "security policy" for adding new events and elements to the Web Platform? (1 by annevk)
    https://github.com/whatwg/dom/issues/913 
  - #912 [Declarative Shadow DOM] How should we build the "opt-in" for fragment parsing of declarative Shadow DOM? (5 by annevk, domenic, koto, mfreed7)
    https://github.com/whatwg/dom/issues/912 [topic: shadow] 
  - #911 Support `AbortSignal`s in `addEventListener`s options to unsubscribe from events? (8 by benjamingr, josepharhar, mfreed7)
    https://github.com/whatwg/dom/issues/911 [addition/proposal] [needs implementer interest] [topic: aborting] [topic: events] 
  - #895 Add NodeList.setAttributes (2 by LeaVerou, michaschwab)
    https://github.com/whatwg/dom/issues/895 [addition/proposal] [needs implementer interest] 
  - #831 Declarative Shadow DOM (4 by annevk, mfreed7, smaug----)
    https://github.com/whatwg/dom/issues/831 [addition/proposal] [needs implementer interest] [topic: shadow] 

  1 issues closed:
  - When cloning a custom element, `element.outerHTML !== element.cloneNode().outerHTML` appears https://github.com/whatwg/dom/issues/922 



Pull requests
-------------
* whatwg/html (+4/-3/πŸ’¬23)
  4 pull requests submitted:
  - Editorial: remove unneeded loop in focus algorithm (by annevk)
    https://github.com/whatwg/html/pull/6151 
  - createPattern specification now references "usability" variable (by 145recordings)
    https://github.com/whatwg/html/pull/6150 
  - Fix typo (by OlushesiToheeb)
    https://github.com/whatwg/html/pull/6149 
  - Editorial: Have the multipart/form-data encoding algorithm use "encode" (by andreubotella)
    https://github.com/whatwg/html/pull/6141 

  10 pull requests received 23 new comments:
  - #6150 createPattern specification now references "usability" variable (3 by 145recordings, annevk)
    https://github.com/whatwg/html/pull/6150 
  - #6098 Make COOP+COEP do not imply crossOriginIsolated. (2 by ArthurSonzogni, yutakahirano)
    https://github.com/whatwg/html/pull/6098 
  - #6086 Set withEnvironment of event handler scopes correctly (3 by ExE-Boss, annevk)
    https://github.com/whatwg/html/pull/6086 [integration] 
  - #6032 Remove specification of intrinsic aspect-ratio, and instead map width… (1 by domenic)
    https://github.com/whatwg/html/pull/6032 [topic: rendering] 
  - #5883 Import assertions integration (1 by dandclark)
    https://github.com/whatwg/html/pull/5883 [topic: script] 
  - #5658 Add import assertions integration and reland JSON modules (5 by annevk, dandclark, littledan)
    https://github.com/whatwg/html/pull/5658 
  - #5518 Cross origin opener policy reporting (1 by annevk)
    https://github.com/whatwg/html/pull/5518 [topic: cross-origin-opener-policy] 
  - #5339 [WIP] JavaScript Realm proposal integration (1 by littledan)
    https://github.com/whatwg/html/pull/5339 [do not merge yet] 
  - #5279 Prevent top-level navigation of data URLs (2 by Aleksey-D-F, bzbarsky)
    https://github.com/whatwg/html/pull/5279 [topic: navigation] 
  - #3047 Add a timezonechange event to Window/WorkerGlobalScope (4 by annevk, asankah)
    https://github.com/whatwg/html/pull/3047 [addition/proposal] [i18n-tracker] [impacts documentation] [needs implementer interest] [needs tests] [privacy-tracker] 

  3 pull requests merged:
  - createPattern specification now references "usability" variable
    https://github.com/whatwg/html/pull/6150 
  - Editorial: Have the multipart/form-data encoding algorithm use "encode"
    https://github.com/whatwg/html/pull/6141 
  - Add missing words
    https://github.com/whatwg/html/pull/6132 

* whatwg/dom (+2/-0/πŸ’¬11)
  2 pull requests submitted:
  - Correct step in matches() (by annevk)
    https://github.com/whatwg/dom/pull/923 
  - add signal to addEventListener (by benjamingr)
    https://github.com/whatwg/dom/pull/919 

  1 pull requests received 11 new comments:
  - #919 add signal to addEventListener (11 by annevk, benjamingr, domenic)
    https://github.com/whatwg/dom/pull/919 [topic: aborting] 


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