- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 11 Apr 2022 17:00:19 +0000
- To: public-html@w3.org
- Message-Id: <E1ndxOl-0000hs-7b@uranus.w3.org>
Issues ------ * w3c/html-aam (+1/-0/💬5) 1 issues created: - Screen reader announces "invalid data" for radio button when it's required and not checked on initial render on Chrome (by Benny-zliu) https://github.com/w3c/html-aam/issues/394 1 issues received 5 new comments: - #394 Screen reader announces "invalid data" for radio button when it's required and not checked on initial render on Chrome (5 by Benny-zliu, JAWS-test, stevefaulkner) https://github.com/w3c/html-aam/issues/394 * w3c/webcomponents (+0/-0/💬11) 4 issues received 11 new comments: - #936 CSS selector to style slots with slotted elements (1 by rniwa) https://github.com/WICG/webcomponents/issues/936 - #754 Cleaning up (undefining) custom elements? (8 by bathos, caridy, imdavidmin, leobalter, rniwa) https://github.com/WICG/webcomponents/issues/754 - #634 Proposal: Allow custom elements to be in any namespace (1 by justinfagnani) https://github.com/WICG/webcomponents/issues/634 [custom-elements] [needs implementer interest] - #551 connectedCallback timing when the document parser creates custom elements (1 by Offroaders123) https://github.com/WICG/webcomponents/issues/551 * whatwg/html (+19/-3/💬54) 19 issues created: - https://firebase.google.com/docs/web/setup?hl=en&authuser=0#register-app (by Bishhhh1717) https://github.com/whatwg/html/issues/7807 - "Fetch a classic worker-imported script" uses fetch's synchronous flag, which is no longer defined (by Lubrsi) https://github.com/whatwg/html/issues/7804 - " global object is not a Window object, or setti..." (by topdog14mail) https://github.com/whatwg/html/issues/7803 - Upcoming HTML standard issue triage meeting on 5/5/2022 (by past) https://github.com/whatwg/html/issues/7802 [agenda+] - Spec whateg (by Montyc1) https://github.com/whatwg/html/issues/7801 - mosa (by mosro) https://github.com/whatwg/html/issues/7800 - <canvas> width/height attributes can throw? (by annevk) https://github.com/whatwg/html/issues/7798 [topic: canvas] - Require user gestures to accept registerProtocolHandler request (by javifernandez) https://github.com/whatwg/html/issues/7797 - Inert subtree section does not spec that it should not be exposed to accessibility (by cookiecrook) https://github.com/whatwg/html/issues/7796 - Feature proposal: input[mask] (by Akxe) https://github.com/whatwg/html/issues/7794 - Cryptocurrencymininglegaltrade (by miningcryptocurrencys) https://github.com/whatwg/html/issues/7792 - EvenSource BOM definition (by johntalton) https://github.com/whatwg/html/issues/7791 - showPicker() doesn't allow detecting whether a picker can be shown (by emilio) https://github.com/whatwg/html/issues/7790 - That's awesome (by Nightowl5) https://github.com/whatwg/html/issues/7789 - Block (by JeffersonW13) https://github.com/whatwg/html/issues/7788 - <!doctype html> <p><label><input></label></p> <script> const input = document.querySelector('input'); const labels = input.labels; console.assert(labels.length === 1); input.type = 'hidden'; console.assert(labels.length === 0); // the input is no longer the label's labeled control console.assert(input.labels === null); input.type = 'checkbox'; console.assert(labels.length === 1); // the input is once again the label's labeled control console.assert(input.labels === labels); // same value as returned originally </script> (by xykhoz-6pybju-jefXob) https://github.com/whatwg/html/issues/7787 - hi (by xykhoz-6pybju-jefXob) https://github.com/whatwg/html/issues/7786 - New feature proposal: Popup API (by mfreed7) https://github.com/whatwg/html/issues/7785 - Instant (by saingsocheat) https://github.com/whatwg/html/issues/7784 24 issues received 54 new comments: - #7798 <canvas> width/height attributes can throw? (1 by Kaiido) https://github.com/whatwg/html/issues/7798 [topic: canvas] - #7797 Require user gestures to accept registerProtocolHandler request (7 by annevk, fred-wang, gijsk, javifernandez) https://github.com/whatwg/html/issues/7797 [topic: custom protocols] - #7796 Inert subtree section is missing requirement that it should NOT be exposed to accessibility (4 by Loirooriol, cookiecrook, nt1m) https://github.com/whatwg/html/issues/7796 - #7791 EvenSource BOM definition (1 by annevk) https://github.com/whatwg/html/issues/7791 - #7790 showPicker() doesn't allow detecting whether a picker can be shown (1 by domenic) https://github.com/whatwg/html/issues/7790 [topic: forms] - #7785 New feature proposal: Popup API (3 by annevk, mfreed7) https://github.com/whatwg/html/issues/7785 [addition/proposal] - #7781 Is behavior of structuredClone() + SharedArrayBuffer + no transfer + no isolation intentional? (1 by bathos) https://github.com/whatwg/html/issues/7781 - #7776 Event loop uses current high resolution time without a global object (3 by annevk, noamr) https://github.com/whatwg/html/issues/7776 [integration] - #7774 Translating the HTML standard into Spanish (3 by MasQueElite, annevk) https://github.com/whatwg/html/issues/7774 [meta] - #7748 Consider renaming <dialog>.close() to .hide() (3 by annevk, mfreed7) https://github.com/whatwg/html/issues/7748 [normative change] [needs implementer interest] [topic: dialog] - #7737 HTML syntax: omitting <body> should not be allowed if first child is <noscript> (1 by Loriasun) https://github.com/whatwg/html/issues/7737 [good first issue] [document conformance] - #7713 Allow Browsing Contexts to maintain opener member across Browsing Context Groups. (2 by annevk, hemeryar) https://github.com/whatwg/html/issues/7713 [addition/proposal] [topic: browsing context] [topic: cross-origin-opener-policy] - #7677 Upcoming HTML standard issue triage meeting on 4/7/2022 (1 by past) https://github.com/whatwg/html/issues/7677 [agenda+] - #7420 XML MIME types used for documents are not interoperable (2 by josepharhar, smaug----) https://github.com/whatwg/html/issues/7420 [topic: navigation] [interop] - #6807 Allow <textarea> to size to its contents like <div contenteditable> (1 by prlbr) https://github.com/whatwg/html/issues/6807 [addition/proposal] [topic: forms] [topic: editing] - #6468 Require CORS for HSL and DASH media formats (3 by annevk, sandersdan, willcassella) https://github.com/whatwg/html/issues/6468 [topic: media] [topic: fetch] - #6364 Allowing top-level communication for cross-origin isolated documents (3 by Mandojr1974, annevk, hemeryar) https://github.com/whatwg/html/issues/6364 [topic: cross-origin-opener-policy] [topic: cross-origin-embedder-policy] - #6349 New feature proposal: <popup> element (1 by mfreed7) https://github.com/whatwg/html/issues/6349 [addition/proposal] [needs implementer interest] - #3847 blur and change events fire for elements removed from DOM (1 by emilio) https://github.com/whatwg/html/issues/3847 [interop] [topic: focus] - #3567 Have some way of opening `<dialog>` elements without JavaScript (2 by scottaohara, willrowe) https://github.com/whatwg/html/issues/3567 [addition/proposal] [needs implementer interest] [accessibility] [topic: forms] [topic: dialog] - #2177 Setting headers for EventSource (1 by kuriel-trivu) https://github.com/whatwg/html/issues/2177 [addition/proposal] [needs implementer interest] [topic: fetch] [topic: eventsource] - #1142 Clean up <link>'s "obtain a resource" Fetch and Resource Hints integration (1 by hiroshige-g) https://github.com/whatwg/html/issues/1142 [clarification] [topic: fetch] [topic: link] - #387 `<object>` without "data" attribute probably needs to consider params to figure out its URL (1 by mfreed7) https://github.com/whatwg/html/issues/387 [normative change] [compat] [topic: embed and object] - #83 Suggest adding a warning about outline algorithm (7 by LJWatson, aardrian, domenic, patrickhlauke, sideshowbarker) https://github.com/whatwg/html/issues/83 [normative change] [removal/deprecation] [document conformance] [accessibility] 3 issues closed: - Upcoming HTML standard issue triage meeting on 4/7/2022 https://github.com/whatwg/html/issues/7677 [agenda+] - EvenSource BOM definition https://github.com/whatwg/html/issues/7791 [clarification] [topic: eventsource] - New feature proposal: <popup> element https://github.com/whatwg/html/issues/6349 [addition/proposal] [needs implementer interest] * whatwg/dom (+1/-0/💬2) 1 issues created: - `event.target` not cleared if event is not fired on `ShadowRoot` (by Dragiyski) https://github.com/whatwg/dom/issues/1072 1 issues received 2 new comments: - #849 Valid/Invalid characters in document.createElement() (2 by annevk, securityMB) https://github.com/whatwg/dom/issues/849 Pull requests ------------- * w3c/html-aam (+1/-0/💬0) 1 pull requests submitted: - add validity IDL (by stevefaulkner) https://github.com/w3c/html-aam/pull/395 * w3c/html-aria (+0/-0/💬1) 1 pull requests received 1 new comments: - #404 allow none and presentation on nav element (1 by scottaohara) https://github.com/w3c/html-aria/pull/404 [Allowed roles] [Meets 2 implementations req] * whatwg/html (+4/-1/💬22) 4 pull requests submitted: - Add note about additional operations when preloading (by noamr) https://github.com/whatwg/html/pull/7806 - Fire <link rel=preload> error events only for network errors (by hiroshige-g) https://github.com/whatwg/html/pull/7799 - Associate a global object to each call of `current high resolution time` (by noamr) https://github.com/whatwg/html/pull/7795 - Specify navigator.appVersion to match reality (by hsivonen) https://github.com/whatwg/html/pull/7793 8 pull requests received 22 new comments: - #7793 Specify navigator.appVersion to match reality (3 by cpeterso, hsivonen) https://github.com/whatwg/html/pull/7793 - #7783 Introduce COOP: Popups (2 by hemeryar) https://github.com/whatwg/html/pull/7783 - #7782 Range verification should not fail media responses (7 by domenic, jernoble, noamr, ntrrgc) https://github.com/whatwg/html/pull/7782 - #7779 Add <style>'s disabled IDL attribute (4 by domfarolino) https://github.com/whatwg/html/pull/7779 - #7738 Amend preload integrity check to match implementations (1 by noamr) https://github.com/whatwg/html/pull/7738 [topic: link] - #7720 Set timeOrigin to fetch startTime (2 by annevk, noamr) https://github.com/whatwg/html/pull/7720 - #7675 Process early hints (103 responses) (2 by annevk, noamr) https://github.com/whatwg/html/pull/7675 [addition/proposal] [topic: navigation] - #7205 Use the real tokenizer and tree builder for meta scan (1 by annevk) https://github.com/whatwg/html/pull/7205 1 pull requests merged: - Add <style>'s disabled IDL attribute https://github.com/whatwg/html/pull/7779 [addition/proposal] [topic: style] * whatwg/dom (+1/-0/💬2) 1 pull requests submitted: - Maybe throw NotSupportedError for createEvent('touchevent') (by zcorpan) https://github.com/whatwg/dom/pull/1071 1 pull requests received 2 new comments: - #892 Add declarative Shadow DOM features (2 by mfreed7, rniwa) https://github.com/whatwg/dom/pull/892 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, 11 April 2022 17:00:21 UTC