- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 21 Nov 2022 17:00:23 +0000
- To: public-html@w3.org
- Message-Id: <E1oxA9f-008oh8-T0@uranus.w3.org>
Issues ------ * w3c/webcomponents (+0/-1/💬10) 5 issues received 10 new comments: - #974 Can ElementInternals have ARIA properties pointing inside the shadow root? (2 by caridy, nolanlawson) https://github.com/WICG/webcomponents/issues/974 - #970 We need the ability to deregister or undefine custom elements. (5 by caridy, johngamble, rniwa, sashafirsov) https://github.com/WICG/webcomponents/issues/970 - #754 Cleaning up (undefining) custom elements? (1 by johngamble) https://github.com/WICG/webcomponents/issues/754 - #738 Custom pseudo-classes for host elements via shadow roots (:state) (1 by annevk) https://github.com/WICG/webcomponents/issues/738 [shadow-dom] [needs concrete proposal] - #551 connectedCallback timing when the document parser creates custom elements (1 by mangelozzi) https://github.com/WICG/webcomponents/issues/551 1 issues closed: - We need the ability to deregister or undefine custom elements. https://github.com/WICG/webcomponents/issues/970 * whatwg/html (+14/-5/💬78) 14 issues created: - Bogus assertion in "prepare the script element"? (by awesomekling) https://github.com/whatwg/html/issues/8534 - jacques (by CCPRAU) https://github.com/whatwg/html/issues/8530 - A means to extend the life of transient activation (by marcoscaceres) https://github.com/whatwg/html/issues/8529 - H (by carlosoncode) https://github.com/whatwg/html/issues/8527 - Jjn (by opkrhp1234) https://github.com/whatwg/html/issues/8526 - What should happen when the last valid <meta name="referrer" content="..."> tag is removed? (by a4sriniv) https://github.com/whatwg/html/issues/8525 - lazy loading attribute and dynamic insertion of src of a previously requested image outside the viewport (by karlcow) https://github.com/whatwg/html/issues/8524 - Bikeshed: Multiple possible 'environment' dfn refs. (by hober) https://github.com/whatwg/html/issues/8522 [meta] - Standardize the relation between the popup condition, BarProp.visible, and noopener/noreferrer (by arai-a) https://github.com/whatwg/html/issues/8520 - iframes can still be loaded with frame-src: none (by devsnek) https://github.com/whatwg/html/issues/8517 - "text/pdf" is not a valid MIME media type for PDF (by petervwyatt) https://github.com/whatwg/html/issues/8516 - Connect (by ZAHARAMAE) https://github.com/whatwg/html/issues/8514 - One-time `await`able event listeners (by josephrocca) https://github.com/whatwg/html/issues/8513 - sandboxFlags is never defined in "create navigation params by fetching" (by jeremyroman) https://github.com/whatwg/html/issues/8511 22 issues received 78 new comments: - #8525 What should happen when the last valid <meta name="referrer" content="..."> tag is removed? (2 by domenic, smaug----) https://github.com/whatwg/html/issues/8525 [topic: fetch] - #8524 lazy loading attribute and dynamic insertion of src of a previously requested image outside the viewport (2 by emilio, karlcow) https://github.com/whatwg/html/issues/8524 - #8522 Bikeshed: Multiple possible 'environment' dfn refs. (9 by annevk, domenic, hober, tabatkins) https://github.com/whatwg/html/issues/8522 [meta] - #8516 "text/pdf" is not a valid MIME media type for PDF (1 by domenic) https://github.com/whatwg/html/issues/8516 - #8513 One-time `await`able event listeners (2 by Kaiido, josephrocca) https://github.com/whatwg/html/issues/8513 - #8509 Open `<details>` and `<dialog>` if their content is targeted in the URL fragment (1 by Boldewyn) https://github.com/whatwg/html/issues/8509 - #8505 Could we make consume user activation return a boolean? (1 by marcoscaceres) https://github.com/whatwg/html/issues/8505 [topic: user activation] - #8499 `<form method="dialog">` should probably not check for `noopener` (4 by annevk, domenic, smaug----) https://github.com/whatwg/html/issues/8499 [topic: forms] [agenda+] - #8490 Screen orientation change events as a special kind of user activation (6 by domenic, michaelwasserman, mustaqahmed, smaug----) https://github.com/whatwg/html/issues/8490 - #8463 "target browsing context" should probably be target navigable (1 by domenic) https://github.com/whatwg/html/issues/8463 [topic: navigation] - #8451 Define :blank pseudo-class behavior (8 by annevk, brandonmcconnell, domenic, mfreed7, smaug----) https://github.com/whatwg/html/issues/8451 [topic: forms] [topic: selectors] - #8442 ElementInternals's ARIAMixin (1 by mrego) https://github.com/whatwg/html/issues/8442 [accessibility] [topic: custom elements] [a11y-tracker] - #8270 Default UA stylesheet for <select> as a listbox + optgroup + option (2 by mfreed7, zcorpan) https://github.com/whatwg/html/issues/8270 [topic: rendering] [topic: forms] - #8192 Shadow DOM innerHTML (3 by annevk, bathos, dylanb) https://github.com/whatwg/html/issues/8192 [addition/proposal] [topic: shadow] - #8121 Suggestion: You should be able to load module-scripts in the `file://` protocol. (4 by CalinZBaenen, mjkjr) https://github.com/whatwg/html/issues/8121 - #7833 Rendering of "bitmaprenderer"-backed canvas (4 by annevk, greggman) https://github.com/whatwg/html/issues/7833 [topic: canvas] [interop] - #7785 New feature proposal: Popup API (16 by annevk, domenic, flackr, jakearchibald, khushalsagar, mfreed7) https://github.com/whatwg/html/issues/7785 [addition/proposal] - #7571 Server-Sent Events (SSE) - add Keep-Alive Messages definition (2 by Tieske, gdamjan) https://github.com/whatwg/html/issues/7571 [addition/proposal] [needs implementer interest] [topic: eventsource] - #7094 Exposing back/forward cache blocking reasons to sites (1 by rubberyuzu) https://github.com/whatwg/html/issues/7094 [addition/proposal] [needs implementer interest] [topic: history] - #5886 Event bubbling on disabled form elements (4 by annevk, josepharhar, saschanaz) https://github.com/whatwg/html/issues/5886 [topic: forms] [topic: events] [interop] - #5363 Report runtime error in shared workers (3 by hiroshige-g, smaug----) https://github.com/whatwg/html/issues/5363 [topic: workers] - #4219 Syntax for <template> variables (1 by jurca) https://github.com/whatwg/html/issues/4219 5 issues closed: - Bikeshed: Multiple possible 'environment' dfn refs. https://github.com/whatwg/html/issues/8522 [meta] - Shadow DOM innerHTML https://github.com/whatwg/html/issues/8192 [addition/proposal] [topic: shadow] - sandboxFlags is never defined in "create navigation params by fetching" https://github.com/whatwg/html/issues/8511 - "text/pdf" is not a valid MIME media type for PDF https://github.com/whatwg/html/issues/8516 - Could we make consume user activation return a boolean? https://github.com/whatwg/html/issues/8505 [topic: user activation] Pull requests ------------- * w3c/html-aam (+0/-0/💬2) 1 pull requests received 2 new comments: - #444 further alignment with accName description updates (2 by accdc, scottaohara) https://github.com/w3c/html-aam/pull/444 * whatwg/html (+7/-6/💬10) 7 pull requests submitted: - Specify scroll restoration in more detail (by domenic) https://github.com/whatwg/html/pull/8528 [topic: history] - Minor fixes to COOP enforcement result processing (by domenic) https://github.com/whatwg/html/pull/8523 [topic: cross-origin-opener-policy] - Check if a URL's scheme is a fetch scheme, not if the URL itself is. (by jeremyroman) https://github.com/whatwg/html/pull/8521 - Add '...as defined below' when a definition follows its use. (by jeremyroman) https://github.com/whatwg/html/pull/8519 - Populate non-fetch scheme navigation params' initiator origin with an origin. (by jeremyroman) https://github.com/whatwg/html/pull/8518 - Meta: export navigable's active window (by domenic) https://github.com/whatwg/html/pull/8515 - Correct orphaned variable sandboxFlags to use targetSnapshotParams. (by jeremyroman) https://github.com/whatwg/html/pull/8512 7 pull requests received 10 new comments: - #8521 Check if a URL's scheme is a fetch scheme, not if the URL itself is. (1 by jeremyroman) https://github.com/whatwg/html/pull/8521 - #8519 Add '...as defined below' when a definition follows its use. (1 by jeremyroman) https://github.com/whatwg/html/pull/8519 - #8518 Populate non-fetch scheme navigation params' initiator origin with an origin. (1 by jeremyroman) https://github.com/whatwg/html/pull/8518 - #8512 Correct orphaned variable sandboxFlags to use targetSnapshotParams. (4 by domenic, jeremyroman) https://github.com/whatwg/html/pull/8512 - #8467 Add custom state pseudo class (1 by josepharhar) https://github.com/whatwg/html/pull/8467 - #7370 Add a navigation counter to Documents (1 by domenic) https://github.com/whatwg/html/pull/7370 - #5465 Add declarative Shadow DOM features (1 by mfreed7) https://github.com/whatwg/html/pull/5465 [needs implementer interest] [topic: shadow] [impacts documentation] 6 pull requests merged: - Minor fixes to COOP enforcement result processing https://github.com/whatwg/html/pull/8523 [topic: cross-origin-opener-policy] - Meta: export navigable's active window https://github.com/whatwg/html/pull/8515 - Check if a URL's scheme is a fetch scheme, not if the URL itself is. https://github.com/whatwg/html/pull/8521 - Correct orphaned variable sandboxFlags to use targetSnapshotParams. https://github.com/whatwg/html/pull/8512 - Add '...as defined below' when a definition follows its use. https://github.com/whatwg/html/pull/8519 - Populate non-fetch scheme navigation params' initiator origin with an origin. https://github.com/whatwg/html/pull/8518 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, 21 November 2022 17:00:26 UTC