Weekly github digest (HTML specs)

Issues
------
* w3c/html-aam (+0/-0/💬6)
  1 issues received 6 new comments:
  - #323 `<header>` inside `role="region"` given role `banner` (6 by scottaohara, stevefaulkner)
    https://github.com/w3c/html-aam/issues/323 

* w3c/html-aria (+0/-1/💬6)
  1 issues received 6 new comments:
  - #338 aria-colspan / aria-rowspan on td  / th elements without colspan / rowspan (6 by patrickhlauke, scottaohara, stevefaulkner)
    https://github.com/w3c/html-aria/issues/338 [Allowed aria-* attributes] 

  1 issues closed:
  - aria-colspan / aria-rowspan on td  / th elements without colspan / rowspan https://github.com/w3c/html-aria/issues/338 [Allowed aria-* attributes] 

* w3c/webcomponents (+0/-0/💬2)
  1 issues received 2 new comments:
  - #939 Declarative CSS Module Scripts (2 by justinfagnani)
    https://github.com/WICG/webcomponents/issues/939 

* whatwg/html (+13/-10/💬46)
  13 issues created:
  - WebSocket options object (by timreichen)
    https://github.com/whatwg/html/issues/6981 
  - Html (by MilanoTM)
    https://github.com/whatwg/html/issues/6979 
  - Ocean (by iss2x)
    https://github.com/whatwg/html/issues/6978 
  - Define top layer behaviour with pointer-events: none; ancestors  (by nt1m)
    https://github.com/whatwg/html/issues/6976 
  - Monta16 (by Mint-6263)
    https://github.com/whatwg/html/issues/6975 
  - const url = new URL(relativeURL, location.href); url.protocol = 'wss'; const ws = new WebSocket(url); (by lilchris502)
    https://github.com/whatwg/html/issues/6974 
  - WebSocket is a distinct protocol that uses an HTTP handshake. It is not HTTP, and so should not use an HTTP URL. (by lilchris502)
    https://github.com/whatwg/html/issues/6973 
  - What does "`Location`-object navigate" navigate? (by yvt)
    https://github.com/whatwg/html/issues/6972 
  - Missing period in HTML tokenizer (by colejohnson66)
    https://github.com/whatwg/html/issues/6971 
  - "oncontextlost" & "oncontextrestored" should be added to list of event handler content attributes (by mtrootyy)
    https://github.com/whatwg/html/issues/6969 
  - [Idea] Make `ReadableStreamDefaultReader` async iterable? (by CarterLi)
    https://github.com/whatwg/html/issues/6968 
  - Browsers seem to synchronously disallow navigation to file: URLs (by domenic)
    https://github.com/whatwg/html/issues/6967 [topic: navigation] [interop] 
  - Likely mistake in the "determine creation sandboxing flags" algorithm (by cdumez)
    https://github.com/whatwg/html/issues/6965 

  16 issues received 46 new comments:
  - #6976 Define top layer behaviour with pointer-events: none; ancestors  (1 by nt1m)
    https://github.com/whatwg/html/issues/6976 
  - #6972 What does "`Location`-object navigate" navigate? (1 by domenic)
    https://github.com/whatwg/html/issues/6972 
  - #6971 Missing period in HTML tokenizer (3 by Adyyousf, Patil2099, ayeshasiddika9196)
    https://github.com/whatwg/html/issues/6971 [good first issue] 
  - #6969 "oncontextlost" & "oncontextrestored" should be added to list of event handler content attributes (2 by domenic, yiyix)
    https://github.com/whatwg/html/issues/6969 [topic: canvas] 
  - #6968 [Idea] Make `ReadableStreamDefaultReader` async iterable? (3 by CarterLi, myakura)
    https://github.com/whatwg/html/issues/6968 
  - #6965 Likely mistake in the "determine creation sandboxing flags" algorithm (4 by cdumez, domenic)
    https://github.com/whatwg/html/issues/6965 
  - #6962 Use the real tokenizer and tree builder for meta prescan (4 by hsivonen, zcorpan)
    https://github.com/whatwg/html/issues/6962 [topic: parser] 
  - #6960 [COOP] Unable to reconcile html/cross-origin-opener-policy/coop-same-origin-allow-popups-document-write.html with the specification (4 by ArthurSonzogni, camillelamy, domenic)
    https://github.com/whatwg/html/issues/6960 
  - #6959 WebSocket and relative URLs (8 by annevk, bathos, devsnek, domenic, ricea)
    https://github.com/whatwg/html/issues/6959 [addition/proposal] [needs implementer interest] [topic: websocket] 
  - #6957 Implement favicon.svg fallback (3 by Ashish4321-hub, domenic)
    https://github.com/whatwg/html/issues/6957 
  - #6936 Upcoming HTML standard issue triage meeting on 9/2/2021 (2 by past)
    https://github.com/whatwg/html/issues/6936 [agenda+] 
  - #6934 Defining {instantiator, initiator} browsing context (1 by domenic)
    https://github.com/whatwg/html/issues/6934 
  - #6927 What browsers do for overlapping navigations/history traversals (1 by domenic)
    https://github.com/whatwg/html/issues/6927 [topic: navigation] [topic: history] 
  - #6836 Newly created browsing contexts will almost always reject history.pushState/replaceState (5 by domenic, rakina)
    https://github.com/whatwg/html/issues/6836 [topic: history] [interop] [agenda+] 
  - #5617 CSS Text Modifiers for Canvas2D (1 by yiyix)
    https://github.com/whatwg/html/issues/5617 [addition/proposal] [topic: canvas] 
  - #2271 Make custom attribute rules consistent with custom element name rules (3 by RouninMedia, zcorpan)
    https://github.com/whatwg/html/issues/2271 [addition/proposal] [needs implementer interest] [topic: custom elements] 

  10 issues closed:
  - Html https://github.com/whatwg/html/issues/6979 
  - Define top layer behaviour with pointer-events: none; ancestors  https://github.com/whatwg/html/issues/6976 
  - const url = new URL(relativeURL, location.href); url.protocol = 'wss'; const ws = new WebSocket(url); https://github.com/whatwg/html/issues/6974 
  - Defining {instantiator, initiator} browsing context https://github.com/whatwg/html/issues/6934 
  - "oncontextlost" & "oncontextrestored" should be added to list of event handler content attributes https://github.com/whatwg/html/issues/6969 [topic: canvas] 
  - Make 2D contexts discardable with OffscreenCanvas https://github.com/whatwg/html/issues/2303 [normative change] [addition/proposal] [needs implementer interest] [topic: canvas] 
  - API for dealing with 2D context loss https://github.com/whatwg/html/issues/4809 [addition/proposal] [needs implementer interest] [topic: canvas] 
  - [Idea] Make `ReadableStreamDefaultReader` async iterable? https://github.com/whatwg/html/issues/6968 
  - Likely mistake in the "determine creation sandboxing flags" algorithm https://github.com/whatwg/html/issues/6965 
  - [COOP] Unable to reconcile html/cross-origin-opener-policy/coop-same-origin-allow-popups-document-write.html with the specification https://github.com/whatwg/html/issues/6960 

* whatwg/dom (+1/-0/💬0)
  1 issues created:
  - `customelement.blur()` should cancel all the focus in ShadowDOM? (by mantou132)
    https://github.com/whatwg/dom/issues/1008 



Pull requests
-------------
* w3c/html-aria (+2/-1/💬0)
  2 pull requests submitted:
  - Colspan rowspan update (by scottaohara)
    https://github.com/w3c/html-aria/pull/342 
  - cut down rowspan/colspan rules for now (by scottaohara)
    https://github.com/w3c/html-aria/pull/341 

  1 pull requests merged:
  - Colspan rowspan update
    https://github.com/w3c/html-aria/pull/342 

* whatwg/html (+6/-2/💬14)
  6 pull requests submitted:
  - Missing period in HTML tokenizer (by Patil2099)
    https://github.com/whatwg/html/pull/6980 
  - Editorial: "`Location`-object navigate" navigates the relevant global object's browsing context (by yvt)
    https://github.com/whatwg/html/pull/6977 
  - Add Contextlost events to event handler attributes (by yiyix)
    https://github.com/whatwg/html/pull/6970 
  - Editorial: use static class property syntax in examples (by domenic)
    https://github.com/whatwg/html/pull/6966 [topic: custom elements] 
  - Editorial: Changed "Emit that DOCTYPE token" to "Emit the current DOCTYPE token" (by philipbrembeck)
    https://github.com/whatwg/html/pull/6964 
  - Trivial: Added quotation marks to meta-generator example (by philipbrembeck)
    https://github.com/whatwg/html/pull/6963 

  10 pull requests received 14 new comments:
  - #6964 Editorial: Changed "Emit that DOCTYPE token" to "Emit the current DOCTYPE token" (1 by domenic)
    https://github.com/whatwg/html/pull/6964 
  - #6963 Editorial: Added quotation marks to meta-generator example (1 by domenic)
    https://github.com/whatwg/html/pull/6963 
  - #6763 CanvasFilter objects as input to CanvasRenderingContext2D.filter attribute (2 by Kaiido, mysteryDate)
    https://github.com/whatwg/html/pull/6763 [addition/proposal] [topic: canvas] 
  - #6743 Add a global event handler for beforeinput (1 by karlcow)
    https://github.com/whatwg/html/pull/6743 [impacts documentation] 
  - #6609 CSSColorValue as input for CanvasRenderingContext2D fill and stroke styles (1 by domenic)
    https://github.com/whatwg/html/pull/6609 [addition/proposal] [do not merge yet] [topic: canvas] 
  - #6584 Add FTP related protocols to the `registerProtocolHandler` safelist. (1 by domenic)
    https://github.com/whatwg/html/pull/6584 [addition/proposal] [topic: custom protocols] 
  - #6325 Export terms referenced from w3c/ServiceWorker#1545 (3 by ArthurSonzogni, domenic, yutakahirano)
    https://github.com/whatwg/html/pull/6325 
  - #5959 Define speculative HTML parsing (2 by hsivonen, zcorpan)
    https://github.com/whatwg/html/pull/5959 [topic: parser] 
  - #5874 Editorial: align with Encoding's changes to "streams" / "I/O queues" (1 by domenic)
    https://github.com/whatwg/html/pull/5874 
  - #5841 Add the autocorrect attribute to the HTML spec. (1 by domenic)
    https://github.com/whatwg/html/pull/5841 [i18n-tracker] 

  2 pull requests merged:
  - Add Contextlost events to event handler attributes
    https://github.com/whatwg/html/pull/6970 
  - Add support to Contextlost to Canvas 2d API
    https://github.com/whatwg/html/pull/6797 [addition/proposal] [topic: canvas] 


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, 23 August 2021 17:00:25 UTC