- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 09 Nov 2020 17:00:10 +0000
- To: public-html@w3.org
- Message-Id: <E1kcAWY-00060w-7t@uranus.w3.org>
Issues
------
* w3c/html-aria (+0/-0/π¬1)
1 issues received 1 new comments:
- #241 other aria-* attributes which should not be allowed on HTML elements (1 by mitchellevan)
https://github.com/w3c/html-aria/issues/241
* w3c/htmlwg (+1/-0/π¬0)
1 issues created:
- Wide Review for the DOM Standard June 2020 (by siusin)
https://github.com/w3c/htmlwg/issues/14
* whatwg/html (+9/-5/π¬45)
9 issues created:
- Support multiple items of the same type in DataTransfer API for drag and drop (by devongovett)
https://github.com/whatwg/html/issues/6136
- Joining bonus (by mrirejon11)
https://github.com/whatwg/html/issues/6135
- π (by lehuuhieu7777)
https://github.com/whatwg/html/issues/6134
- Ψ§Ψ³Ω
Ω (by safiah222)
https://github.com/whatwg/html/issues/6133
- Clarify how execution of async scripts blocks parsing (by jddxf)
https://github.com/whatwg/html/issues/6131
- A tiny mistake (by jddxf)
https://github.com/whatwg/html/issues/6130
- Stack of open elements with misnested form in table (by TRowbotham)
https://github.com/whatwg/html/issues/6128
- Clarify "types of agent clusters" (by domenic)
https://github.com/whatwg/html/issues/6127 [clarification] [topic: agent]
- Gn (by NewBBWLover)
https://github.com/whatwg/html/issues/6125
11 issues received 45 new comments:
- #6136 Support multiple items of the same type in DataTransfer API for drag and drop (1 by annevk)
https://github.com/whatwg/html/issues/6136 [addition/proposal] [topic: drag and drop]
- #6131 Clarify how execution of async scripts blocks parsing (12 by domenic, jddxf)
https://github.com/whatwg/html/issues/6131
- #6130 A tiny mistake (2 by domenic, jddxf)
https://github.com/whatwg/html/issues/6130 [good first issue]
- #6128 Stack of open elements with misnested form in table (1 by yishengjiang99)
https://github.com/whatwg/html/issues/6128 [topic: parser]
- #6127 Clarify "types of agent clusters" (4 by annevk, domenic, domfarolino)
https://github.com/whatwg/html/issues/6127 [clarification] [topic: agent]
- #6093 The <main> and <section> element relations are unclear (2 by Alohci, belfie13)
https://github.com/whatwg/html/issues/6093
- #6077 Add option to Element.focus() to specify async application (6 by bgirard, chrishtr, emilio)
https://github.com/whatwg/html/issues/6077
- #5312 Form Submission: Fix the "Double Submit problem" at the spec level (1 by bramus)
https://github.com/whatwg/html/issues/5312 [addition/proposal] [needs implementer interest] [topic: forms]
- #5297 Add TextTrackCue end time representing end of media (1 by rjksmith)
https://github.com/whatwg/html/issues/5297 [addition/proposal] [topic: media]
- #4043 custom name of a customized built-in element is unreachable (3 by annevk, gullerya, mfreed7)
https://github.com/whatwg/html/issues/4043 [addition/proposal] [topic: custom elements]
- #3062 Websocket - support for custom headers for handshake (12 by Daniel-Khodabakhsh, benaadams, davidfowl, randomstuff, ricea)
https://github.com/whatwg/html/issues/3062 [addition/proposal] [needs implementer interest] [topic: websocket]
5 issues closed:
- Joining bonus https://github.com/whatwg/html/issues/6135
- π https://github.com/whatwg/html/issues/6134
- Ψ§Ψ³Ω
Ω https://github.com/whatwg/html/issues/6133
- Clarify how execution of async scripts blocks parsing https://github.com/whatwg/html/issues/6131
- Gn https://github.com/whatwg/html/issues/6125
* whatwg/dom (+4/-2/π¬32)
4 issues created:
- Why does `preventDefault()` in pointer events break mouse events? (by trusktr)
https://github.com/whatwg/dom/issues/917
- Should event.stopPropagation() during capturing prevent the bubbling phase? (by domenic)
https://github.com/whatwg/dom/issues/916 [interop] [topic: events]
- U (by nmonmontmon)
https://github.com/whatwg/dom/issues/915
- Ueue (by nmonmontmon)
https://github.com/whatwg/dom/issues/914
9 issues received 32 new comments:
- #917 Why does `preventDefault()` in `pointer` events break `mouse` events? (1 by annevk)
https://github.com/whatwg/dom/issues/917
- #916 Should event.stopPropagation() during capturing prevent the bubbling phase? (6 by WebReflection, alexreardon, annevk)
https://github.com/whatwg/dom/issues/916 [interop] [topic: events]
- #915 U (1 by nmonmontmon)
https://github.com/whatwg/dom/issues/915
- #913 What is the "security policy" for adding new events and elements to the Web Platform? (1 by mfreed7)
https://github.com/whatwg/dom/issues/913
- #912 [Declarative Shadow DOM] How should we build the "opt-in" for fragment parsing of declarative Shadow DOM? (14 by annevk, clelland, domenic, mfreed7, nmonmontmon)
https://github.com/whatwg/dom/issues/912 [topic: shadow]
- #911 Support `AbortSignal`s in `addEventListener`s options to unsubscribe from events? (1 by mfreed7)
https://github.com/whatwg/dom/issues/911 [addition/proposal] [needs implementer interest] [topic: events]
- #907 NodeIterator's pre-removing steps does not match browsers (6 by TRowbotham, annevk)
https://github.com/whatwg/dom/issues/907
- #903 Proposal - Update XPath to (at least) v2.0 (1 by namedgraph)
https://github.com/whatwg/dom/issues/903 [addition/proposal] [needs implementer interest]
- #208 Removing event listeners through an identifier (1 by benjamingr)
https://github.com/whatwg/dom/issues/208 [addition/proposal] [needs implementer interest] [topic: events]
2 issues closed:
- Why does `preventDefault()` in `pointer` events break `mouse` events? https://github.com/whatwg/dom/issues/917
- U https://github.com/whatwg/dom/issues/915
Pull requests
-------------
* whatwg/html (+4/-3/π¬17)
4 pull requests submitted:
- [WIP] JavaScript Realm proposal integration (by littledan)
https://github.com/whatwg/html/pull/6137
- Add missing words (by jddxf)
https://github.com/whatwg/html/pull/6132
- A new Robot.html file is added (by ankitkumar5358)
https://github.com/whatwg/html/pull/6129
- HTMLElement.click() fires PointerEvent (by liviutinta)
https://github.com/whatwg/html/pull/6126
9 pull requests received 17 new comments:
- #6032 Remove specification of intrinsic aspect-ratio, and instead map width⦠(1 by domenic)
https://github.com/whatwg/html/pull/6032 [topic: rendering]
- #5936 Change dialog to position:fixed, and remove dialog alignment modes. (2 by bfgeek, emilio)
https://github.com/whatwg/html/pull/5936 [normative change] [topic: dialog] [topic: rendering]
- #5805 Allow mutating <input disabled type=checkbox/radio> (2 by cdumez)
https://github.com/whatwg/html/pull/5805 [topic: forms]
- #5518 Cross origin opener policy reporting (1 by camillelamy)
https://github.com/whatwg/html/pull/5518 [topic: cross-origin-opener-policy]
- #5483 Add Imperative Slot API (1 by rniwa)
https://github.com/whatwg/html/pull/5483 [topic: shadow]
- #5339 [WIP] JavaScript Realm proposal integration (4 by bzbarsky, leobalter, littledan, syg)
https://github.com/whatwg/html/pull/5339 [do not merge yet]
- #5324 Change click and contextmenu event types to PointerEvent (1 by domenic)
https://github.com/whatwg/html/pull/5324 [do not merge yet]
- #4352 Top-level await integration (4 by annevk, camillobruni, codehag, domenic)
https://github.com/whatwg/html/pull/4352 [addition/proposal] [integration]
- #3047 Add a timezonechange event to Window/WorkerGlobalScope (1 by FrankYFTang)
https://github.com/whatwg/html/pull/3047 [addition/proposal] [i18n-tracker] [impacts documentation] [needs implementer interest] [needs tests] [privacy-tracker]
3 pull requests merged:
- HTMLElement.click() fires PointerEvent
https://github.com/whatwg/html/pull/6126 [impacts documentation] [normative change] [topic: events]
- Change click and contextmenu event types to PointerEvent
https://github.com/whatwg/html/pull/5324 [do not merge yet]
- Stop passing CSP algorithms unused parameters
https://github.com/whatwg/html/pull/6123 [integration] [security/privacy]
* whatwg/dom (+1/-2/π¬5)
1 pull requests submitted:
- Remove Goals and Historical sections (by annevk)
https://github.com/whatwg/dom/pull/918
4 pull requests received 5 new comments:
- #918 Remove Goals and Historical sections (1 by annevk)
https://github.com/whatwg/dom/pull/918
- #889 Need to catch exceptions to report them (1 by annevk)
https://github.com/whatwg/dom/pull/889
- #860 Add Imperative Slot API (1 by rniwa)
https://github.com/whatwg/dom/pull/860
- #819 Adoption and DocumentFragment, part two (2 by annevk, mfreed7)
https://github.com/whatwg/dom/pull/819
2 pull requests merged:
- Need to catch exceptions to report them
https://github.com/whatwg/dom/pull/889
- Remove Goals and Historical sections
https://github.com/whatwg/dom/pull/918
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, 9 November 2020 17:00:12 UTC