public-webapps-github@w3.org from July 2022 by subject

[w3c/clipboard-apis] Arbitrary clipboard types (Issue #165)

[w3c/clipboard-apis] Async clipboard read and race conditions. (Issue #180)

[w3c/clipboard-apis] Mark up definition of events following bikeshed conventions (PR #181)

[w3c/clipboard-apis] Missing event handler IDL attributes (#74)

[w3c/clipboard-apis] Should reading the clipboard throw DataError or empty clipboard items? (Issue #179)

[w3c/clipboard-apis] The MIME type checking should ignore the "web " prefix (Issue #178)

[w3c/DOM-Parsing] "XML serialization of the attributes" appears to be missing "If" at the start of step 3.5.2.4 (Issue #72)

[w3c/editing] Add July Minutes (PR #404)

[w3c/editing] clarifications for the pickling design proposal (Issue #393)

[w3c/editing] Detecting if a virtual keyboard will open if an element gets focus (Issue #402)

[w3c/editing] TPAC 2022 (Issue #400)

[w3c/editing] Track: Selection API for Shadow DOM (Issue #403)

[w3c/FileAPI] TPAC 2022 status report (Issue #178)

[w3c/gamepad] Enhance Gamepad interface description for Touch (PR #168)

[w3c/gamepad] gamepad*connected handlers are only needed on Window (Issue #166)

[w3c/gamepad] Please don't restrict to a secure context (#145)

[w3c/gamepad] TPAC 2022 status report (Issue #169)

[w3c/gamepad] Update subsections "Receiving inputs" and "Constructing a Gamepad" of Gamepad Interface for touch inputs. (Issue #167)

[w3c/IndexedDB] Define Indexed DB as a storage endpoint, use hooks (#334)

[w3c/IndexedDB] Fix internal links to events (PR #388)

[w3c/IndexedDB] Initial sketch of manual commit flag for transactions (#331)

[w3c/IndexedDB] Normalize negative zero (PR #386)

[w3c/IndexedDB] TPAC 2022 status report (Issue #389)

[w3c/manifest] Add optional `translations` member (#676)

[w3c/manifest] Add scope conflict section about same-origin and nested scopes (PR #1034)

[w3c/manifest] Add support for defining a theme color for both light & dark modes (prefers color scheme) (#975)

[w3c/manifest] Adding file_handlers and launch consumer (#1005)

[w3c/manifest] Allow setting an HTTP request for server side PWA detection (#954)

[w3c/manifest] Allowing only site-triggered install prompt (#627)

[w3c/manifest] Clarify shortcut_items should be within scope of scope (PR #1033)

[w3c/manifest] Feature request: add option to disable built-in navigation gestures (Issue #1041)

[w3c/manifest] related_applications needs more settings (Issue #1047)

[w3c/manifest] Rename .pr-preview.json to -preview.json (PR #1044)

[w3c/manifest] TPAC 2022 status report (Issue #1046)

[w3c/manifest] Use ordered map JSON in id processing (PR #1040)

[w3c/manifest] Web Manifest Overrides (Issue #1045)

[w3c/permissions] Add an introduction section? (#274)

[w3c/permissions] Chore: Tidied up document using tidy-html5 (PR #382)

[w3c/permissions] Editorial: add an introduction (PR #381)

[w3c/permissions] Tidied up document using tidy-html5 (PR #382)

[w3c/pointerlock] Tidied up document using tidy-html5 (PR #77)

[w3c/pointerlock] TPAC 2022 status report (Issue #80)

[w3c/pointerlock] Use respec conventions for event definitions (PR #79)

[w3c/push-api] A javascript api for sending push notifications to others (#303)

[w3c/push-api] Documentation: It's not clear how to specify the push service (Issue #355)

[w3c/push-api] Push notifications for logged In user (#297)

[w3c/push-api] Question: what about shared device (Issue #353)

[w3c/push-api] TPAC 2022 status report (Issue #354)

[w3c/screen-orientation] TPAC 2022 status report (Issue #208)

[w3c/selection-api] `selectstart` event handler needs to be exposed on `Text` (Issue #159)

[w3c/selection-api] Add getComposedRange to Selection (#98)

[w3c/selection-api] add privacy considerations section (#133)

[w3c/selection-api] Add security and privacy considerations. (PR #154)

[w3c/selection-api] add security considerations section (#132)

[w3c/selection-api] Align description of events with DOM suggested phrasing (PR #148)

[w3c/selection-api] Associate repo with Web Editing WG (#145)

[w3c/selection-api] Bahavior without browsing context (#82)

[w3c/selection-api] Changing the selection creates a Range object (#103)

[w3c/selection-api] Clarify that the direction of selection is preserved when scripts mutates its range. (PR #153)

[w3c/selection-api] Clarify that the user interaction task source is used for selectionchange event (PR #155)

[w3c/selection-api] Closes the issue 126. (PR #151)

[w3c/selection-api] containsNode could return true for a node that doesn't intersect the selection at all (#116)

[w3c/selection-api] Define "editing hosts cannot have a selection" (#1)

[w3c/selection-api] Define getSelection on DocumentOrShadowRoot instead of Document (#114)

[w3c/selection-api] Define Selection.prototype.modify (PR #157)

[w3c/selection-api] edge 中selection.focusOffset计算错误 (#97)

[w3c/selection-api] Editorial: fix the issues reported by HTML Tidy (PR #158)

[w3c/selection-api] Fix the definition of containsNode() method when allowPartialContainment is true. (PR #152)

[w3c/selection-api] Include information about where the selection is ending (#93)

[w3c/selection-api] Remove outdated note about getSelection() (#128)

[w3c/selection-api] Remove the outdated note to address the issue #128. (PR #150)

[w3c/selection-api] Remove the stray sentence that editing hosts outside a document cannot have a selection (PR #156)

[w3c/selection-api] Selection should detach associated Range when Range move to another root. (#79)

[w3c/selection-api] Specification status report for TPAC 2019 (#111)

[w3c/selection-api] Specify Selection.modify()? (#37)

[w3c/selection-api] Specify the selection behavior when selecting text in textarea or input (#78)

[w3c/selection-api] Text says "below" when talking about text that is "above" (#126)

[w3c/selection-api] What happens to direction when the range associated with the selection is modified? (#127)

[w3c/selection-api] What task source do we queue events on? (#117)

[w3c/selection-api] Why does getRangeAt must return a reference to (not a copy of) the range? (#40)

[w3c/ServiceWorker] cache.add will block the main thread, such as network bandwidth? (Issue #1650)

[w3c/ServiceWorker] Can HTTPS traffic without origin header be intercepted by Service Worker (Issue #1654)

[w3c/ServiceWorker] Create Service Worker from Blob/String that does not persist and auto claims for testing (Issue #1642)

[w3c/ServiceWorker] HTTPS request without origin header are not intercepted by Service Worker (Issue #1653)

[w3c/ServiceWorker] Is there a security issue justifying no `Set-Cookie` setting in SW? (Issue #1649)

[w3c/ServiceWorker] Remove foreign fetch (#1188)

[w3c/ServiceWorker] The Service Worker spec should specify how to compute the site for cookies. (Issue #1651)

[w3c/ServiceWorker] TPAC 2022 (Issue #1652)

[w3c/uievents] Expose 'direction-inversion' in wheel events (#57)

[w3c/uievents] TPAC 2022 status reports (Issue #333)

[w3c/uievents] Use <thead> for table headers (PR #332)

[w3ctag/design-reviews] <search> HTML element (Issue #714)

[w3ctag/design-reviews] AbortSignal.timeout() (Issue #711)

[w3ctag/design-reviews] COEP reflection (Issue #742)

[w3ctag/design-reviews] Collection of Screensharing-related UX Hints (Issue #744)

[w3ctag/design-reviews] ContentVisibilityAutoStateChanged event (Issue #756)

[w3ctag/design-reviews] COOP: restrict-properties early review (Issue #760)

[w3ctag/design-reviews] CSS property object-view-box review (Issue #740)

[w3ctag/design-reviews] Deprecating `document.domain` setter. (#564)

[w3ctag/design-reviews] Design review: AbortSignal.any() (Issue #737)

[w3ctag/design-reviews] Design Review: Speculation Rules (Prefetch) (Issue #721)

[w3ctag/design-reviews] Early design review for the Topics API (Issue #726)

[w3ctag/design-reviews] Early design review of the **updated** Multi-Screen Window Placement API (#602)

[w3ctag/design-reviews] Early design review: Back/forward cache NotRestoredReasons API (Issue #739)

[w3ctag/design-reviews] Early design review: CSS Toggles (Issue #730)

[w3ctag/design-reviews] early design review: Permissions-Policy: unload (Issue #738)

[w3ctag/design-reviews] EditContext API (#416)

[w3ctag/design-reviews] Element.isVisible review (Issue #734)

[w3ctag/design-reviews] FedCM (was WebID) (Issue #718)

[w3ctag/design-reviews] Fetch streaming upload (Issue #754)

[w3ctag/design-reviews] File Handling (#371)

[w3ctag/design-reviews] Font Table Access API (#400)

[w3ctag/design-reviews] FYI review of Writable directory prompts for the File System Access API (Issue #749)

[w3ctag/design-reviews] HTMLMediaElement controlsList (#643)

[w3ctag/design-reviews] I18N String-Meta and WebIDL (Issue #716)

[w3ctag/design-reviews] import.meta.resolve() (Issue #746)

[w3ctag/design-reviews] MiniApp Manifest (Issue #752)

[w3ctag/design-reviews] Navigation API (formerly app history API) (Issue #717)

[w3ctag/design-reviews] Private Network Access (aka CORS-RFC1918) permission to relax mixed content (Issue #751)

[w3ctag/design-reviews] Response.json() (Issue #741)

[w3ctag/design-reviews] review HTML event loop and how things fit into it (#489)

[w3ctag/design-reviews] Review Request for Attribution Reporting API (Issue #724)

[w3ctag/design-reviews] Review Request for CSS Subgrid (Issue #712)

[w3ctag/design-reviews] Review request for Fenced Frames (Issue #735)

[w3ctag/design-reviews] Review request for HTTP Status Code in Resource Timing (Issue #757)

[w3ctag/design-reviews] Review request for TURTLEDOVE (Issue #723)

[w3ctag/design-reviews] Review request on Render Blocking Status in Resource Timing (Issue #753)

[w3ctag/design-reviews] Review the HTML spec's treatment of focus (#468)

[w3ctag/design-reviews] SameParty cookie attribute (#595)

[w3ctag/design-reviews] Site-initiated mirroring (Issue #745)

[w3ctag/design-reviews] TAG review of Data Catalog Vocabulary (DCAT) - Version 3 (Issue #758)

[w3ctag/design-reviews] Web Machine Learning Model Loader API (Issue #759)

[w3ctag/design-reviews] Web of Things (WoT) Architecture 1.1 (Issue #736)

[w3ctag/design-reviews] Web of Things (WoT) Discovery (Issue #733)

[w3ctag/design-reviews] WebXR Raw Camera Access API (#652)

[whatwg/dom] 192.168.1.1 (Issue #1096)

[whatwg/dom] Abood (Issue #1099)

[whatwg/dom] Add a fully active check for EventTarget in event listener inner invoke (PR #1085)

[whatwg/dom] Add a way to identify Abort errors originating from controllers (Issue #1033)

[whatwg/dom] Add onabort definition and add onslotchange (#785)

[whatwg/dom] Adoption and DocumentFragment, part two (#819)

[whatwg/dom] document.createEvent() should maybe not be conditional upon exposure (#952)

[whatwg/dom] Document.defaultCharset (#58)

[whatwg/dom] Does `attributeFilter` accept itorators? (Issue #1092)

[whatwg/dom] Does `MutationObserver` `attributeFilter` accept itorators? (Issue #1092)

[whatwg/dom] Expose `signal.reason` as `error.cause` for `AbortError` (Issue #1090)

[whatwg/dom] MediaElement and SyntheticMediaElement (Issue #1098)

[whatwg/dom] Run adopt as part of insert (c825cea)

[whatwg/dom] Timeout AbortSignal (or AbortController) that gets input from the operation (Issue #1082)

[whatwg/dom] Which interfaces should have event handler attributes? (Issue #1097)

[whatwg/fetch] Add abort reason to abort fetch (PR #1343)

[whatwg/fetch] Add render-blocking boolean to fetch timing info (PR #1449)

[whatwg/fetch] Add response status to response body info (PR #1468)

[whatwg/fetch] Add special handling of `set-cookie` to Headers (PR #1346)

[whatwg/fetch] Add support for parsing a suffix byte range spec (PR #1454)

[whatwg/fetch] Always send Origin header for (non HEAD/GET) CORS requests (PR #1463)

[whatwg/fetch] blob: fetch of slice() without valid content type yields unexpected results (Issue #1464)

[whatwg/fetch] Editorial: Add 103 to note about null body Response (PR #1465)

[whatwg/fetch] Editorial: Move initiator type to other side of note (PR #1467)

[whatwg/fetch] Editorial: Use controller for navigation redirect (PR #1469)

[whatwg/fetch] Editorial: Use controller for redirect navigation (PR #1469)

[whatwg/fetch] Expose decoded/encoded size for constructed responses (PR #1456)

[whatwg/fetch] Feature detecting streaming requests (Issue #1470)

[whatwg/fetch] Fetch body streams are not full duplex (#1254)

[whatwg/fetch] How to parse BigInt using Response.json() function ? (Issue #1473)

[whatwg/fetch] HTTP 101 response NOT for websockets (Issue #1397)

[whatwg/fetch] Introduce RequestInit.duplex (PR #1457)

[whatwg/fetch] Pass in response status to mark resource timing (PR #1468)

[whatwg/fetch] Proposal: CORS means TAO by default (Issue #1414)

[whatwg/fetch] Provide opt-in for Expect = "100-continue" (#41)

[whatwg/fetch] Streaming upload (Issue #1438)

[whatwg/fetch] Update Note on Request Destination / CSP directive (Issue #1466)

[whatwg/fetch] Why doesn't `fetch` reject if 400 ≤ status < 600? (#18)

[whatwg/fullscreen] Impossible to customize the style of a dialog's ::backdrop residing inside a Shadow DOM. (#124)

[whatwg/streams] Proposal: ReadableStream tee() backpressure (Issue #1235)

[whatwg/streams] Proposal: ReadableStreamBodyReader (Issue #1238)

[whatwg/streams] ReadableStream should be an async iterable (#778)

[whatwg/streams] ReadableStream.from(asyncIterable) (#1083)

[whatwg/streams] Request review MDN readable byte streams docs (Issue #1237)

[whatwg/url] aasasas (Issue #698)

[whatwg/url] Addressing HTTP servers over Unix domain sockets (#577)

[whatwg/url] Goal: Getting a fixed document release (#222)

[whatwg/url] Proposal: URL.parseIPv4() URL.parseIPv6() (Issue #696)

[whatwg/url] size (or length) for URLSearchParams (#163)

[whatwg/url] Unofficial draft (Issue #697)

[whatwg/url] URLSearchParams delete all vs delete one (#335)

[whatwg/webidl] 'this' and nested steps (Issue #1175)

[whatwg/webidl] .. (Issue #1171)

[whatwg/webidl] 2.9. Enumerations - Incorrect wording (#972)

[whatwg/webidl] Editorial: fix uses of `?` with `IfAbruptRejectPromise` (PR #1165)

[whatwg/webidl] Fix incorrect wording in `2.9. Enumerations` (PR #1173)

[whatwg/webidl] Inconsistent enumerability on keys/values/entries and friends (#738)

[whatwg/webidl] Make setlike/maplike generated properties enumerable (PR #1166)

[whatwg/webidl] Mark DOMException as serializable (#732)

[whatwg/webidl] New error name: OptOutError (Issue #1168)

[whatwg/webidl] Porfavor me ajude (Issue #1163)

[whatwg/webidl] Vv (Issue #1170)

[whatwg/webidl] webidl (Issue #1167)

[whatwg/webidl] 醒 (Issue #1169)

[whatwg/xhr] Allow to send body within GET http requests (Issue #351)

[whatwg/xhr] réouverture transit (Issue #352)

[WICG/webcomponents] [custom-elements] Why is `attributeChangedCallback` synchronous? (Issue #963)

[WICG/webcomponents] [element-internals] (Issue #962)

[WICG/webcomponents] [element-internals] How to get internals in base class and subclass, without leaking it to public (Issue #962)

[WICG/webcomponents] [scoped-registries] Interaction with declarative shadow DOM (#914)

[WICG/webcomponents] [scoped-registries] reduce pain by preventing logic from ever touching non-upgraded custom elements (Issue #960)

[WICG/webcomponents] [Template Instantiation] Layering and additional use cases (#747)

[WICG/webcomponents] [templates] Ensure that template instantiation actually improves the platform (#704)

[WICG/webcomponents] `customElements.upgrade` does not upgrade node subtrees cloned from `template` contents via `cloneNode` (Issue #946)

[WICG/webcomponents] `distributionchange` events, and `distributedNodes()` / `distributedElements()` APIs? (#940)

[WICG/webcomponents] Allowing CSS combinators postfixed to the ::slotted() or :host selectors (#889)

[WICG/webcomponents] Cleaning up (undefining) custom elements? (#754)

[WICG/webcomponents] CSS selector to style slots with slotted elements (#936)

[WICG/webcomponents] Declarative CSS Module Scripts (#939)

[WICG/webcomponents] HTML Modules: JavaScript Scoping of ShadowDom Children (Issue #959)

[WICG/webcomponents] Observable Properties (Issue #951)

[WICG/webcomponents] Please, PLEASE, do not allow custom elements to be upgraded in scoped `ShadowRoot` registries. (Issue #960)

[WICG/webcomponents] Scoped Custom Element Registries (#716)

[WICG/webcomponents] Selection APIs for Shadow DOM (#79)

[WICG/webcomponents] Selector for children of the named slot (Issue #961)

[WICG/webcomponents] Template/part proposals - Naming for DOM Parts API (#902)

[WICG/webcomponents] The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (#509)

Last message date: Sunday, 31 July 2022 08:29:28 UTC