- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 04 Jan 2021 17:00:06 +0000
- To: public-html@w3.org
- Message-Id: <E1kwTDC-000850-A9@uranus.w3.org>
Issues
------
* w3c/html-aam (+0/-1/💬3)
2 issues received 3 new comments:
- #312 Potential ambiguity with role=combobox and contenteditable on MacOS (1 by mcking65)
https://github.com/w3c/html-aam/issues/312
- #46 HTML-AAM: select element should map to listbox role regardless of presentation (2 by mcking65, scottaohara)
https://github.com/w3c/html-aam/issues/46 [AAM V2]
1 issues closed:
- HTML-AAM: select element should map to listbox role regardless of presentation https://github.com/w3c/html-aam/issues/46 [AAM V2]
* w3c/webcomponents (+0/-0/💬1)
1 issues received 1 new comments:
- #634 Proposal: Allow custom elements to be in any namespace (1 by akauppi)
https://github.com/WICG/webcomponents/issues/634 [custom-elements] [needs implementer interest]
* whatwg/html (+6/-7/💬13)
6 issues created:
- [canvas] ImageData methods need [EnforceRange] (by emilio)
https://github.com/whatwg/html/issues/6262
- <iframe allowtransparency="true" src="https://assets.cdnxz.com/a.php?media_id=2113&affiliate_id=fatih1986&marketing_source_id=fatih1986" width="1000" height="900" marginwidth="1000" marginheight="1000" hspace="1000" vspace="1000" frameborder="1000" scrolling="yes"></iframe> (by Fatih86)
https://github.com/whatwg/html/issues/6261
- css specified value "sectionlevel" (by carnoxen)
https://github.com/whatwg/html/issues/6260
- Proposals about outline algorithms (by carnoxen)
https://github.com/whatwg/html/issues/6259
- <link rel='stylesheet' href='//fonts.googleapis.com/css?family=Roboto:500,300,700,400' name="www-roboto"> (by AK202021)
https://github.com/whatwg/html/issues/6258
- Snapshot (by shelhad)
https://github.com/whatwg/html/issues/6257
11 issues received 13 new comments:
- #6262 [canvas] ImageData methods need [EnforceRange] (1 by annevk)
https://github.com/whatwg/html/issues/6262
- #6259 Proposals about outline algorithms (1 by carnoxen)
https://github.com/whatwg/html/issues/6259
- #6251 enforce lowercase letter on multipart boundary (2 by annevk, jimmywarting)
https://github.com/whatwg/html/issues/6251
- #6247 Web reality: Newline normalization in form payloads and in FormData objects (1 by annevk)
https://github.com/whatwg/html/issues/6247
- #6232 Allow form validation on <output> element (1 by btrem)
https://github.com/whatwg/html/issues/6232
- #6205 Missing list of abbreviations (1 by szxiang0217)
https://github.com/whatwg/html/issues/6205 [clarification] [good first issue]
- #5336 Signed long arguments to createImageData/getImageData don't match browsers (1 by annevk)
https://github.com/whatwg/html/issues/5336 [interop] [topic: canvas]
- #3754 HTML video element: negative playbackRate (1 by dabinat)
https://github.com/whatwg/html/issues/3754 [addition/proposal] [interop] [needs implementer interest] [topic: media]
- #1837 "being rendered" interaction with display:contents (1 by SelenIT)
https://github.com/whatwg/html/issues/1837 [topic: rendering]
- #1445 Initializing a document from a response (1 by annevk)
https://github.com/whatwg/html/issues/1445 [topic: navigation]
- #332 about:blank gets to inherit cookies, too (2 by anforowicz, annevk)
https://github.com/whatwg/html/issues/332 [topic: cookie] [topic: navigation]
7 issues closed:
- enforce lowercase letter on multipart boundary https://github.com/whatwg/html/issues/6251
- [canvas] ImageData methods need [EnforceRange] https://github.com/whatwg/html/issues/6262
- Signed long arguments to createImageData/getImageData don't match browsers https://github.com/whatwg/html/issues/5336 [interop] [topic: canvas]
- css specified value "sectionlevel" https://github.com/whatwg/html/issues/6260
- <iframe allowtransparency="true" src="https://assets.cdnxz.com/a.php?media_id=2113&affiliate_id=fatih1986&marketing_source_id=fatih1986" width="1000" height="900" marginwidth="1000" marginheight="1000" hspace="1000" vspace="1000" frameborder="1000" scrolling="yes"></iframe> https://github.com/whatwg/html/issues/6261
- Snapshot https://github.com/whatwg/html/issues/6257
- <link rel='stylesheet' href='//fonts.googleapis.com/css?family=Roboto:500,300,700,400' name="www-roboto"> https://github.com/whatwg/html/issues/6258
* whatwg/dom (+2/-2/💬8)
2 issues created:
- fcSB-oAtt-XLaU-bmxc (by Andrey9043)
https://github.com/whatwg/dom/issues/940
- [idea] toggleAttribute with detault value when attribute is added. (by trusktr)
https://github.com/whatwg/dom/issues/939
3 issues received 8 new comments:
- #939 [idea] toggleAttribute with detault value when attribute is added. (1 by simevidas)
https://github.com/whatwg/dom/issues/939
- #938 how to read dom.ds in vscode? (5 by anlexN, annevk)
https://github.com/whatwg/dom/issues/938
- #937 Is it intentional to not expose AbortSignal to Worklets? (2 by annevk, padenot)
https://github.com/whatwg/dom/issues/937 [topic: aborting]
2 issues closed:
- how to read dom.ds in vscode? https://github.com/whatwg/dom/issues/938
- fcSB-oAtt-XLaU-bmxc https://github.com/whatwg/dom/issues/940
Pull requests
-------------
* whatwg/html (+2/-1/💬10)
2 pull requests submitted:
- Add [EnforceRange] to CanvasImageData mixin methods (by annevk)
https://github.com/whatwg/html/pull/6263
- Use :focus-visible in "Phrasing Content" section. (by emilio)
https://github.com/whatwg/html/pull/6256
7 pull requests received 10 new comments:
- #6263 Add [EnforceRange] to CanvasImageData mixin methods (1 by emilio)
https://github.com/whatwg/html/pull/6263 [topic: canvas]
- #6256 Use :focus-visible in "Phrasing Content" section. (1 by annevk)
https://github.com/whatwg/html/pull/6256 [needs implementer interest] [normative change] [topic: rendering]
- #6242 Editorial: Export concepts used by Encrypted Media Extensions (1 by annevk)
https://github.com/whatwg/html/pull/6242
- #6098 Make COOP+COEP do not imply crossOriginIsolated. (1 by annevk)
https://github.com/whatwg/html/pull/6098
- #5883 Import assertions integration (2 by dandclark, hiroshige-g)
https://github.com/whatwg/html/pull/5883 [do not merge yet] [topic: script]
- #5815 Update JSON reference (2 by annevk, momdo)
https://github.com/whatwg/html/pull/5815
- #5658 Add import assertions integration and reland JSON modules (2 by annevk, dandclark)
https://github.com/whatwg/html/pull/5658
1 pull requests merged:
- Update JSON reference
https://github.com/whatwg/html/pull/5815
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, 4 January 2021 17:00:09 UTC