- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 27 Nov 2023 17:00:18 +0000
- To: public-html@w3.org
- Message-Id: <E1r7ey2-001mBY-BM@uranus.w3.org>
Issues
------
* w3c/html-aam (+0/-0/💬3)
1 issues received 3 new comments:
- #511 Incorporate host-language unique `computedrole` string for reserved native elements with no direct ARIA equivalent (3 by scottaohara, spectranaut)
https://github.com/w3c/html-aam/issues/511
* w3c/webcomponents (+0/-0/💬3)
2 issues received 3 new comments:
- #1031 Quarterly Face to Face Scheduling (2 by Westbrook)
https://github.com/WICG/webcomponents/issues/1031
- #624 Custom 'void' or self-closing elements (HTML parser changes) (1 by alshdavid)
https://github.com/WICG/webcomponents/issues/624 [custom-elements] [needs implementer interest]
* whatwg/html (+5/-3/💬52)
5 issues created:
- Move `4.6.7 Link types` `<link rel>` table into `4.2.4 The link element` (by junaga)
https://github.com/whatwg/html/issues/9959
- Does setHTMLUnsafe() need [CEReactions]? (by annevk)
https://github.com/whatwg/html/issues/9957
- Compress images, videos or audio before upload (by mfbx9da4)
https://github.com/whatwg/html/issues/9950 [addition/proposal] [needs implementer interest]
- Change default sizes from 100vw to 100cqw (by jacobrask)
https://github.com/whatwg/html/issues/9948 [addition/proposal] [needs implementer interest]
- Positioning for showPicker() on non-rendered inputs (by lukewarlow)
https://github.com/whatwg/html/issues/9942
15 issues received 52 new comments:
- #9950 Compress images, videos or audio before upload (1 by domenic)
https://github.com/whatwg/html/issues/9950 [addition/proposal] [needs implementer interest]
- #9948 Change default img sizes from 100vw to 100cqw (1 by jacobrask)
https://github.com/whatwg/html/issues/9948 [addition/proposal] [needs implementer interest]
- #9942 Positioning for showPicker() on non-rendered inputs (1 by lukewarlow)
https://github.com/whatwg/html/issues/9942
- #9941 Tab-restore is somewhat observable but not specified (7 by domenic, noamr, tunetheweb)
https://github.com/whatwg/html/issues/9941
- #9940 "parse a CSS <color> value" should take into account that currentColor can be nested in color-mix() (6 by Loirooriol, annevk, tabatkins)
https://github.com/whatwg/html/issues/9940 [topic: canvas]
- #9884 autocomplete tokens for EID and IMEI (2 by battre, beverloo)
https://github.com/whatwg/html/issues/9884 [addition/proposal] [needs implementer interest] [topic: forms] [agenda+]
- #9702 [View Transition] Event on old Document to set transition state (8 by khushalsagar, noamr, smaug----)
https://github.com/whatwg/html/issues/9702
- #9373 Add light dismiss functionality to `<dialog>` (10 by bkardell, domenic, hidde, js-choi, keithamus, lukewarlow, mfreed7)
https://github.com/whatwg/html/issues/9373 [addition/proposal] [needs implementer interest] [topic: dialog]
- #8476 Canvas2D layers with filter support (1 by Kaiido)
https://github.com/whatwg/html/issues/8476 [addition/proposal] [needs implementer interest] [topic: canvas]
- #8339 Allow modal dialogs to trap focus, avoiding tabbing to the URL bar (2 by koddsson, matatk)
https://github.com/whatwg/html/issues/8339 [normative change] [needs implementer interest] [a11y-tracker] [topic: dialog]
- #8335 Date picker access in contenteditable elements (4 by OvidijusParsiunas, lukewarlow, saschanaz)
https://github.com/whatwg/html/issues/8335 [addition/proposal] [needs implementer interest]
- #7652 Create a link with a query to search on the user chosen default search engine (1 by prlbr)
https://github.com/whatwg/html/issues/7652 [addition/proposal] [needs implementer interest] [topic: navigation]
- #5501 Require effective media volume range to be logarithmic (2 by LeoWattenberg, gsuberland)
https://github.com/whatwg/html/issues/5501 [topic: media]
- #4180 <input type=checkbox switch> (1 by annevk)
https://github.com/whatwg/html/issues/4180 [addition/proposal] [topic: rendering] [accessibility] [topic: forms] [a11y-tracker]
- #2390 Standardize YouTube embed rewriting? (5 by RByers, gregorypappas, zcorpan)
https://github.com/whatwg/html/issues/2390 [compat] [topic: media] [interop] [topic: embed and object]
3 issues closed:
- Compress images, videos or audio before upload https://github.com/whatwg/html/issues/9950 [addition/proposal] [needs implementer interest]
- Change default img sizes from 100vw to 100cqw https://github.com/whatwg/html/issues/9948 [addition/proposal] [needs implementer interest]
- Allow modal dialogs to trap focus, avoiding tabbing to the URL bar https://github.com/whatwg/html/issues/8339 [normative change] [needs implementer interest] [a11y-tracker] [topic: dialog]
* whatwg/dom (+3/-0/💬1)
3 issues created:
- Corresponding attribute for clonable of ShadowRootInit? (by saschanaz)
https://github.com/whatwg/dom/issues/1236
- Should attachShadow throw or override when an existing declarative shadow root doesn't match (by emilio)
https://github.com/whatwg/dom/issues/1235
- Element.attachShadow should set the declarative flag to false of an existing declarative shadow dom. (by emilio)
https://github.com/whatwg/dom/issues/1234
1 issues received 1 new comments:
- #1234 Element.attachShadow should set the declarative flag to false of an existing declarative shadow dom. (1 by mfreed7)
https://github.com/whatwg/dom/issues/1234
Pull requests
-------------
* w3c/html-aam (+2/-0/💬1)
2 pull requests submitted:
- Computed role re-add (by scottaohara)
https://github.com/w3c/html-aam/pull/519
- Chore: cleanup document meta and 2 typos (by scottaohara)
https://github.com/w3c/html-aam/pull/518
1 pull requests received 1 new comments:
- #359 Change figure & figcaption accName computation (1 by scottaohara)
https://github.com/w3c/html-aam/pull/359
* w3c/webcomponents (+1/-0/💬0)
1 pull requests submitted:
- update to use import attributes syntax (by o-t-w)
https://github.com/WICG/webcomponents/pull/1039
* whatwg/html (+13/-9/💬7)
13 pull requests submitted:
- main (by junaga)
https://github.com/whatwg/html/pull/9958
- Editorial: remove commas between missing/invalid states in enumerated attributes (by keithamus)
https://github.com/whatwg/html/pull/9956
- Editorial: cleanup popover enumerated attribute table (by keithamus)
https://github.com/whatwg/html/pull/9955
- Editorial: add contenteditable enumerated attribute table (by keithamus)
https://github.com/whatwg/html/pull/9954
- Editorial: add textarea/wrap enumerated attribute table (by keithamus)
https://github.com/whatwg/html/pull/9953
- Editorial: add th/scope enumerated attribute table (by keithamus)
https://github.com/whatwg/html/pull/9952
- Editorial: add a table for the translate attribute (by keithamus)
https://github.com/whatwg/html/pull/9951
- Editorial: Remove unused "parent worker global scope" variable (by Kaiido)
https://github.com/whatwg/html/pull/9949
- Editorial: make enumerated attributes missing/invalid wording consistent (by keithamus)
https://github.com/whatwg/html/pull/9947
- Editorial: add referrer policy table (by keithamus)
https://github.com/whatwg/html/pull/9946
- Editorial: remove closing tags on the dir attribute table (by keithamus)
https://github.com/whatwg/html/pull/9945
- Editorial: clean up enumerated attribute preambles (by keithamus)
https://github.com/whatwg/html/pull/9944
- Editorial: make marquee behavior/direction tables consistent (by keithamus)
https://github.com/whatwg/html/pull/9943
5 pull requests received 7 new comments:
- #9956 Editorial: remove commas between missing/invalid states in enumerated attributes (1 by domenic)
https://github.com/whatwg/html/pull/9956
- #9946 Editorial: add referrer policy table (2 by domenic, keithamus)
https://github.com/whatwg/html/pull/9946
- #9944 Editorial: clean up enumerated attribute preambles (1 by keithamus)
https://github.com/whatwg/html/pull/9944
- #9933 MessagePort API:add a close event (2 by domenic, nononokam)
https://github.com/whatwg/html/pull/9933
- #9360 Add back/forward cache NotRestoredReasons (1 by rubberyuzu)
https://github.com/whatwg/html/pull/9360 [addition/proposal] [topic: navigation] [needs tests]
9 pull requests merged:
- Editorial: cleanup popover enumerated attribute table
https://github.com/whatwg/html/pull/9955
- Editorial: Remove unused "parent worker global scope" variable
https://github.com/whatwg/html/pull/9949
- Editorial: add th/scope enumerated attribute table
https://github.com/whatwg/html/pull/9952
- Editorial: clean up enumerated attribute preambles
https://github.com/whatwg/html/pull/9944
- Editorial: make marquee behavior/direction tables consistent
https://github.com/whatwg/html/pull/9943
- Editorial: make enumerated attributes missing/invalid wording consistent
https://github.com/whatwg/html/pull/9947
- Editorial: remove closing tags on the dir attribute table
https://github.com/whatwg/html/pull/9945
- Editorial: make http-equiv attributes table consistent
https://github.com/whatwg/html/pull/9850
- Editorial: make shape attributes table consistent
https://github.com/whatwg/html/pull/9851
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, 27 November 2023 17:00:20 UTC