- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 06 Feb 2023 17:00:18 +0000
- To: public-html@w3.org
- Message-Id: <E1pP4qo-00DqBo-27@uranus.w3.org>
Issues
------
* w3c/html-aam (+1/-1/💬3)
1 issues created:
- ER: Hash link to a specific mapping could expand that disclosure details (by cookiecrook)
https://github.com/w3c/html-aam/issues/458
1 issues received 3 new comments:
- #455 Webkit likely should not map contenteditable attr to textbox (3 by cookiecrook)
https://github.com/w3c/html-aam/issues/455 [Agenda]
1 issues closed:
- Verify contenteditable mapping for AX API and fix AXtextArea typo https://github.com/w3c/html-aam/issues/455 [Agenda]
* w3c/html-aria (+1/-1/💬1)
1 issues created:
- Allow role=slider on button and input type=button elements (by scottaohara)
https://github.com/w3c/html-aria/issues/444 [Allowed roles]
1 issues received 1 new comments:
- #298 Allow gridcell and treeitem roles on button elements (1 by smhigley)
https://github.com/w3c/html-aria/issues/298 [Allowed roles]
1 issues closed:
- Create more informative conforming/failing examples https://github.com/w3c/html-aria/issues/259 [editorial] [Clarification needed]
* w3c/webcomponents (+0/-0/💬4)
1 issues received 4 new comments:
- #978 Spring 2023 "F2F" (4 by emilio, justinfagnani, rniwa, zcorpan)
https://github.com/WICG/webcomponents/issues/978
* whatwg/html (+11/-3/💬37)
11 issues created:
- Twitter (by Axaaa20)
https://github.com/whatwg/html/issues/8862
- Credit card details research (by Googlebo7j)
https://github.com/whatwg/html/issues/8861
- iframe resource timing: entry should only be created for frame-initiated navigation (by noamr)
https://github.com/whatwg/html/issues/8846
- html (by indodanapayl)
https://github.com/whatwg/html/issues/8827
- A (by matheus596)
https://github.com/whatwg/html/issues/8815
- Form Elements Missing From Developer Page? (by ronnieroyston)
https://github.com/whatwg/html/issues/8810
- allow input customization (by royeradames)
https://github.com/whatwg/html/issues/8809
- HTML5 (by Toast063)
https://github.com/whatwg/html/issues/8808
- window.onpopstate = (event) => { alert(`location: ${document.location}, state: ${JSON.stringify(event.state)}`) } history.pushState({page: 1}, "title 1", "?page=1") history.pushState({page: 2}, "title 2", "?page=2") history.replaceState({page: 3}, "title 3", "?page=3") history.back() // alerts "location: http://example.com/example.html?page=1, state: {"page":1}" history.back() // alerts "location: http://example.com/example.html, state: null" history.go(2) // alerts "location: http://example.com/example.html?page=3, state: {"page":3}" (by alibi272)
https://github.com/whatwg/html/issues/8807
- Me (by momeyman)
https://github.com/whatwg/html/issues/8806
- cookie (by Lover2023)
https://github.com/whatwg/html/issues/8805
18 issues received 37 new comments:
- #8862 Twitter (2 by Axaaa20, Jaya-sys)
https://github.com/whatwg/html/issues/8862
- #8810 Form Elements Missing From Developer Page? (2 by JoelJaison394, Riyazul555)
https://github.com/whatwg/html/issues/8810
- #8809 allow input customization (1 by Aryan1718)
https://github.com/whatwg/html/issues/8809
- #8792 Web IDL validation errors (1 by annevk)
https://github.com/whatwg/html/issues/8792
- #8693 Proposal: Elements for a more sematic web (1 by brennanyoung)
https://github.com/whatwg/html/issues/8693
- #8682 Support for rel attribute on iframe (1 by brennanyoung)
https://github.com/whatwg/html/issues/8682
- #7920 Custom Handler integration with the Permission API (1 by javifernandez)
https://github.com/whatwg/html/issues/7920
- #7383 Images should NOT refetch upon insertion even if the document's base URL has changed (6 by domfarolino, emilio)
https://github.com/whatwg/html/issues/7383 [topic: img]
- #7094 Exposing back/forward cache blocking reasons to sites (2 by rubberyuzu, smaug----)
https://github.com/whatwg/html/issues/7094 [addition/proposal] [needs implementer interest] [topic: history]
- #6840 [meta] Put IDs on all definitions, particularly those in headings (1 by annevk)
https://github.com/whatwg/html/issues/6840 [spec tooling]
- #6501 A new mode for iframes where they don't add to the joint session history? (1 by brandonmcconnell)
https://github.com/whatwg/html/issues/6501 [addition/proposal] [topic: navigation] [topic: history]
- #5886 Event bubbling on disabled form elements (3 by peterthomassen, saschanaz)
https://github.com/whatwg/html/issues/5886 [topic: forms] [topic: events] [interop]
- #4986 autocomplete attribute for street-address details (3 by battre, momdo, r12a)
https://github.com/whatwg/html/issues/4986 [addition/proposal] [needs implementer interest] [accessibility] [topic: forms] [i18n-tracker]
- #4770 Unclear why Local Date and Time input type does not support valueAsDate (1 by pnewman8)
https://github.com/whatwg/html/issues/4770 [topic: forms]
- #4148 Download API (1 by Zipdox2)
https://github.com/whatwg/html/issues/4148 [addition/proposal] [needs implementer interest] [topic: navigation]
- #1246 Machine-readable indicies data? (4 by annevk, foolip, tidoust)
https://github.com/whatwg/html/issues/1246 [spec tooling]
- #1059 Source formatting script (1 by annevk)
https://github.com/whatwg/html/issues/1059 [spec tooling]
- #617 A setTimeout that returns a promise that resolves after specified time. (5 by Kaiido, annevk, jasnell, josephrocca)
https://github.com/whatwg/html/issues/617 [addition/proposal] [needs implementer interest]
3 issues closed:
- Web IDL validation errors https://github.com/whatwg/html/issues/8792
- Custom Handler integration with the Permission API https://github.com/whatwg/html/issues/7920
- A https://github.com/whatwg/html/issues/8815
* whatwg/dom (+1/-2/💬9)
1 issues created:
- Broken references in DOM Standard (by dontcallmedom-bot)
https://github.com/whatwg/dom/issues/1149
3 issues received 9 new comments:
- #891 Proposal: New method to reorder child nodes (1 by annevk)
https://github.com/whatwg/dom/issues/891
- #586 Add convenient, ergonomic, performant API for sorting siblings (7 by Bobris, WebReflection, annevk, chrishtr)
https://github.com/whatwg/dom/issues/586 [needs implementer interest] [addition/proposal]
- #583 Allow custom "get the parent" algorithms for EventTargets (1 by annevk)
https://github.com/whatwg/dom/issues/583 [needs implementer interest] [topic: events] [addition/proposal]
2 issues closed:
- Broken references in DOM Standard https://github.com/whatwg/dom/issues/1149
- Proposal: New method to reorder child nodes https://github.com/whatwg/dom/issues/891
Pull requests
-------------
* w3c/html-aam (+1/-2/💬3)
1 pull requests submitted:
- m. typo correction. AXtextArea -> AXTextArea (by cookiecrook)
https://github.com/w3c/html-aam/pull/459
1 pull requests received 3 new comments:
- #454 Define concept of minimum role (3 by cookiecrook, scottaohara)
https://github.com/w3c/html-aam/pull/454 [deep-dive]
2 pull requests merged:
- m. typo correction. AXtextArea -> AXTextArea
https://github.com/w3c/html-aam/pull/459
- Remove references to "sectioning root"
https://github.com/w3c/html-aam/pull/456
* w3c/html-aria (+2/-2/💬2)
2 pull requests submitted:
- Update button and input button allowances (by scottaohara)
https://github.com/w3c/html-aria/pull/446 [needs implementation commitment] [needs changelog entry]
- elemenets -> elements (by daniel-montalvo)
https://github.com/w3c/html-aria/pull/445
2 pull requests received 2 new comments:
- #445 elemenets -> elements (1 by w3cbot)
https://github.com/w3c/html-aria/pull/445
- #405 refactored button type rules (1 by scottaohara)
https://github.com/w3c/html-aria/pull/405 [needs implementation commitment] [needs changelog entry]
2 pull requests merged:
- elemenets -> elements
https://github.com/w3c/html-aria/pull/445
- Editorial: update and expand section 3
https://github.com/w3c/html-aria/pull/441
* whatwg/html (+1/-1/💬13)
1 pull requests submitted:
- Editorial: correct popover IDL (by annevk)
https://github.com/whatwg/html/pull/8860
7 pull requests received 13 new comments:
- #8643 Report fallback resource timing for no-TAO iframes (1 by polarpsy94)
https://github.com/whatwg/html/pull/8643
- #8609 Adds 'Consume User Activation of Window' via WebDriver (2 by foolip, mustaqahmed)
https://github.com/whatwg/html/pull/8609
- #8470 Add the Priority Hints changes to the html spec (2 by domfarolino, pmeenan)
https://github.com/whatwg/html/pull/8470
- #8122 initial pass at updating inert content (1 by alice)
https://github.com/whatwg/html/pull/8122
- #7908 Use `v` flag instead of `u` for `pattern` RegExps (4 by annevk, mathiasbynens)
https://github.com/whatwg/html/pull/7908
- #5465 Add declarative Shadow DOM features (1 by annevk)
https://github.com/whatwg/html/pull/5465 [needs implementer interest] [topic: shadow] [impacts documentation]
- #5339 JavaScript ShadowRealm proposal integration (2 by andreubotella, caridy)
https://github.com/whatwg/html/pull/5339 [do not merge yet]
1 pull requests merged:
- Editorial: correct popover IDL
https://github.com/whatwg/html/pull/8860
* whatwg/dom (+1/-1/💬0)
1 pull requests submitted:
- Editorial: remove reference to time origin (by annevk)
https://github.com/whatwg/dom/pull/1151
1 pull requests merged:
- Editorial: remove reference to time origin
https://github.com/whatwg/dom/pull/1151
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, 6 February 2023 17:00:20 UTC