public-webapps-github@w3.org from August 2016 by subject

[heycam/webidl] "get a copy of the bytes held by the buffer source" should not fail for detached buffers (#151)

[heycam/webidl] [Exposed] doesn't seem to work well with partial interfaces (#154)

[heycam/webidl] [SecureContext] restrictions on interface vs. interface member are confusing (#153)

[heycam/webidl] A non-optional dictionary argument makes sense at times. (#130)

[heycam/webidl] Add missing 'return's. (#150)

[heycam/webidl] Add namespaces (#121)

[heycam/webidl] Add some IDs to callback-invoking definitions (#146)

[heycam/webidl] Bikeshed Conversion (#147)

[heycam/webidl] Callback interface prototype should be Function.prototype, not Object… (#156)

[heycam/webidl] Check if NodeFilter.length is defined correctly. (#83)

[heycam/webidl] Conversion to sequence<T> need not throw on a RegExp object (#145)

[heycam/webidl] Defining a ByteString default value using a string literal with no explanation of how it's done makes no sense (#141)

[heycam/webidl] docs(README): contributing section (closes #136) (#143)

[heycam/webidl] is Step 5.5.1. of effective overload set construction really needed? (#140)

[heycam/webidl] Make globals and things they inherit from have immutable prototypes (#133)

[heycam/webidl] Named properties visibility algorithm leads to ES invariant violation (#152)

[heycam/webidl] Overload resolution algorithm: Steps 11.5. and 11.6. are identical (#138)

[heycam/webidl] Platform object [[Delete]] method is missing some "return" statements (#149)

[heycam/webidl] Provide a concise syntax to create IDL dictionaries from prose (#142)

[heycam/webidl] Remove final TYPEDARRAYS reference (#157)

[heycam/webidl] Remove mention of OMG IDL (#144)

[heycam/webidl] Remove the RegExp type (#148)

[heycam/webidl] Step 5.8 of effective overload set construction is a no-op? (#139)

[heycam/webidl] Update method creation for operations (#155)

[slightlyoff/ServiceWorker] "or its equivalent" (#953)

[slightlyoff/ServiceWorker] (duplicate) (#942)

[slightlyoff/ServiceWorker] Add cookie accessor/setter methods? (#707)

[slightlyoff/ServiceWorker] Add option to ignore case for cache querying (#956)

[slightlyoff/ServiceWorker] Allow respondWith() to be called asynchronously or allow some way to cancel the response. (#836)

[slightlyoff/ServiceWorker] Block 206s entering the cache (via put & addAll) (#937)

[slightlyoff/ServiceWorker] cache.match should create partial responses if given a range request (#913)

[slightlyoff/ServiceWorker] Change add(request) and addAll(requests) behavior (e2a6d18)

[slightlyoff/ServiceWorker] clarify behavior when fetch event handler throws (#896)

[slightlyoff/ServiceWorker] clarify secure context requirements in Handle Fetch (#890)

[slightlyoff/ServiceWorker] clarify that Clients.matchAll() only returns Window Client objects with active documents (#888)

[slightlyoff/ServiceWorker] Communicate with Native Apps (#960)

[slightlyoff/ServiceWorker] consider allowing multiple worker thread instances for a single registration (#756)

[slightlyoff/ServiceWorker] consider exposing self.clients on window and other worker globals (#955)

[slightlyoff/ServiceWorker] consider fetching service worker scripts with no-cache by default (#893)

[slightlyoff/ServiceWorker] consider firing a "clientcontrolled" event on ServiceWorkerGlobalScope (#886)

[slightlyoff/ServiceWorker] Create a new ReadableStream in FetchEvent.respondWith (#934)

[slightlyoff/ServiceWorker] Declarative `fetch` event (#949)

[slightlyoff/ServiceWorker] Declarative url filters in `fetch` event (#949)

[slightlyoff/ServiceWorker] Eliminating SW startup latency for common case (#920)

[slightlyoff/ServiceWorker] FetchEvent.respondWith does something weird with the body of a response (#850)

[slightlyoff/ServiceWorker] Firefox buggy (#948)

[slightlyoff/ServiceWorker] Foreign fetch and no-referrer Referrer Policy (#899)

[slightlyoff/ServiceWorker] Handle Fetch "shift+reload" (#952)

[slightlyoff/ServiceWorker] Handle Fetch creates JavaScript objects too early (and other feedback) (#951)

[slightlyoff/ServiceWorker] Handling race conditions - API for accessing pending requests? (#959)

[slightlyoff/ServiceWorker] How are unloaded tabs represented? (#626)

[slightlyoff/ServiceWorker] Inconsistencies due to when clients are created (#870)

[slightlyoff/ServiceWorker] Introduce `Service-Worker-Max-Age` header (#721)

[slightlyoff/ServiceWorker] Is it possible to serve service worker from CDN/remote origin? (#940)

[slightlyoff/ServiceWorker] Is it possible to serve service workers from CDN/remote origin? (#940)

[slightlyoff/ServiceWorker] Match Service Worker Registration has broken matching algorithm (#954)

[slightlyoff/ServiceWorker] More clarity around waiting for an active worker to finish (#916)

[slightlyoff/ServiceWorker] Move service worker spec into w3c (#881)

[slightlyoff/ServiceWorker] navigations that are not intercepted should still allow interception on further redirects (#793)

[slightlyoff/ServiceWorker] Never fail for navigation requests (#892)

[slightlyoff/ServiceWorker] notification of cancelled download? (#957)

[slightlyoff/ServiceWorker] OCSP fetches bypass service worker (#564)

[slightlyoff/ServiceWorker] potential http cache issues with importScripts() (#894)

[slightlyoff/ServiceWorker] Receivers of ranged responses must ensure all ranges come from the same underlying resource (#703)

[slightlyoff/ServiceWorker] Recovering from fetch failures (#939)

[slightlyoff/ServiceWorker] Reliable way to detect if a fetch is for a new page (#958)

[slightlyoff/ServiceWorker] Remove frameType, maybe add ancestorOrigins (#732)

[slightlyoff/ServiceWorker] Reporting URL for SW update failures (#877)

[slightlyoff/ServiceWorker] Send correct Accept header with fetch() request (#945)

[slightlyoff/ServiceWorker] Service worker updation doesn't work as expected (#946)

[slightlyoff/ServiceWorker] Should EventSource and WebSocket be exposed in service workers? (#947)

[slightlyoff/ServiceWorker] should FetchEvent.request.cache reflect non-fetch browser cache controls? (#875)

[slightlyoff/ServiceWorker] Should mixed content always be blocked? (#813)

[slightlyoff/ServiceWorker] should ServiceWorkerContainer.getRegistrations() check the uninstalling flag (#943)

[slightlyoff/ServiceWorker] Should waitUntil() fast fail if a single extension promise rejects? (#936)

[slightlyoff/ServiceWorker] spec exactly how to order non-window Client objects (#887)

[slightlyoff/ServiceWorker] spec should be more explicit about accessing internal body on opaque Responses (#710)

[slightlyoff/ServiceWorker] Take control over the very first page (#938)

[slightlyoff/ServiceWorker] Tidy up global object usage (#950)

[slightlyoff/ServiceWorker] Typo fixes (#944)

[slightlyoff/ServiceWorker] Unregister algorithm step 6.1 is no longer necessary (#855)

[slightlyoff/ServiceWorker] Why does CacheStorage have [SecureContext] but not Cache (#941)

[slightlyoff/ServiceWorker] Why does CacheStorage have [SecureContext] but not Cache? (#941)

[slightlyoff/ServiceWorker] Why does CacheStorage have [SecureContext] but not Cache? (#942)

[slightlyoff/ServiceWorker] why does Register algorithm step 5.3.1 check for an active worker? (#856)

[w3c/charter-html] Adjust FTEs (#134)

[w3c/charter-html] HTML AAM should remain a joint deliverable (#133)

[w3c/charter-html] Improved ARIA WG description (#132)

[w3c/charter-html] Removed CORS maintenance (#135)

[w3c/charter-html] update pointer lock and input events information (#136)

[w3c/editing] [beforeinput] Add InputType 'deleteByKill', 'insertFromYank' and 'transpose' (#148)

[w3c/editing] [beforeinput] InputType for MacOS Transpose (ctrl-t) (#148)

[w3c/editing] [beforeinput] PreventDefault() on InputType=cut differs from Clipboard API (#144)

[w3c/editing] [beforeinput] Rename drag&drop to deleteByDrag&insertFromDrop (#147)

[w3c/editing] [beforeinput] Should we allow canceling the committed text from IME? (#128)

[w3c/editing] Add a mechanism to opt-in/opt-out editing features (#93)

[w3c/editing] beforeInput/input events should be fired for any element with contentEditable enabled, input and textArea elements where input element and textArea will have targetRanges set to null. (#96)

[w3c/editing] Cancelable attribute should be removed from the spec because it already referenced in Event.idl (#100)

[w3c/editing] Change default paragraph separator from <p> to <div> (#146)

[w3c/editing] deleteContentForward/Backward doesn't specify behavior for deletion of non-collapsed selection (#143)

[w3c/editing] Determine what kind of object is exposed on beforeInput/input events (#92)

[w3c/editing] Do we need to spec device specific events? (#62)

[w3c/editing] How to combine data and transferData attributes? (#131)

[w3c/editing] inputType for Menu Bar>Edit>Delete (no obvious direction) (#130)

[w3c/editing] inputType should be tied to the command names and having that tied to a way of declaring what you support (#110)

[w3c/editing] July 29th F2F Agenda Item - Clipboard events (#135)

[w3c/editing] July 29th F2F Agenda Item - Data and dataTransfer attributes (#139)

[w3c/editing] July 29th F2F Agenda Item - Dragging and dropping (#134)

[w3c/editing] July 29th F2F Agenda Item - History handling (undo/redo) (#136)

[w3c/editing] July 29th F2F Agenda Item - Non-cancelable event 1of 2 (#137)

[w3c/editing] July 29th F2F Agenda Item - Non-cancelable event 2 of 2 (#140)

[w3c/editing] July 29th F2F Agenda Item - Opt-in/opt-out of editing features and menus (#141)

[w3c/editing] July 29th F2F Agenda Item - static ranges (#138)

[w3c/editing] New API: Selection#makeVisible() (#129)

[w3c/editing] RESOLUTION: have a relatedEvent to point to the UI event that caused a DI event to be fired (#82)

[w3c/editing] RESOLUTION: We will ask the accessibility people to look at IMEs and the problems we should have considered here but didn’t. (#83)

[w3c/editing] Sections on contenteditable and designmode have insufficient discussion of keyboard accessibility (#127)

[w3c/editing] Should contenteditable have break-word behavior by default? (#145)

[w3c/editing] Should Device-Specific Edit Events say what Device-Independent Edit Event they will cause? (#25)

[w3c/editing] Should we expose physical direction in Deletion commands? (for the case of RTL) (#133)

[w3c/editing] Track the source of Intentions (#19)

[w3c/FileAPI] Blob.close() has several problems (#10)

[w3c/FileAPI] Define WebKit's underlying file changes behavior (#47)

[w3c/FileAPI] Document BlobPropertyBag "endings", or keep pushing to remove? (#46)

[w3c/FileAPI] Don't use [EnsureUTF16] (gone from Web IDL) (#9)

[w3c/FileAPI] Improve readability of Blob-related statements (#42)

[w3c/FileAPI] Race condition in Introduction example (#48)

[w3c/FileAPI] Stop using DOMError (#11)

[w3c/FileAPI] Update editors info (#50)

[w3c/FileAPI] Update feedback info (#49)

[w3c/gamepad] 404 for standard_gamepad.svg on https://www.w3.org/TR/gamepad/standard_gamepad.svg (#20)

[w3c/gamepad] Add a Project Description and Project URL (#29)

[w3c/gamepad] add description and website on GitHub project page (#16)

[w3c/gamepad] Added GamepadPose (#25)

[w3c/gamepad] Consider changing API to match SDL2's (#24)

[w3c/gamepad] Handedness of controllers (#30)

[w3c/gamepad] IDL array[]s no longer exist (#28)

[w3c/gamepad] Should spec a buffering/refresh interval model of gamepad data? (#22)

[w3c/gamepad] Snapshot API as "Version 1" CR (#31)

[w3c/gamepad] Spec interaction of "gamepad for chrome navigation" with Gamepad API for content (#18)

[w3c/gamepad] Vibrate feature for Gamepad (#19)

[w3c/IndexedDB] CFC: Publish FPWD of IndexedDB 2.0 (#84)

[w3c/IndexedDB] DOMStringList has been removed from DOM (#28)

[w3c/IndexedDB] Error events from open/deleteDatabase requests - cancelable? bubbles? (#86)

[w3c/IndexedDB] Gather developer feedback on new spec additions (#65)

[w3c/IndexedDB] Integrate with window.onerror (#49)

[w3c/IndexedDB] Naming for "v2" ? (#82)

[w3c/IndexedDB] Specify timing of transaction deactivation more precisely (#87)

[w3c/IndexedDB] transaction should either take DOMStringList or DOMStringList needs to be iterable (#85)

[w3c/manifest] [Example] Make Racer 2k example from future (#487)

[w3c/manifest] Ability to claim web app (#476)

[w3c/manifest] Ability to define platform-specific icon/splash style (#361)

[w3c/manifest] Add optional Transition Screen member (#478)

[w3c/manifest] Add screenshots object (#477)

[w3c/manifest] Adding the webapp's badge to the manifest (#480)

[w3c/manifest] Additional property to define a webapp to be single instance (single-tab) (#479)

[w3c/manifest] Allow unique start_url for subdomains (#470)

[w3c/manifest] Define how the manifest is fetched (#481)

[w3c/manifest] deprecate gh-pages in favor of echidna (#494)

[w3c/manifest] Discoverability of metadata in web application manifest (#486)

[w3c/manifest] doc(extensibility): e.g., of site verificaton (closes #476) (#497)

[w3c/manifest] Drop gh-pages branch (#492)

[w3c/manifest] feat(platform): allow platform on image obj (closes #361) (#491)

[w3c/manifest] feat(screenshots): Add screenshots member (closes #477) (#490)

[w3c/manifest] fix(display modes): refine standalone (closes #495) (#496)

[w3c/manifest] Fix: fetch things properly (closes #481 #465) (#483)

[w3c/manifest] fix: transition URLs to TLS (#482)

[w3c/manifest] https://w3c.github.io/manifest/ redirects to http://manifest.sysapps.org/ (#469)

[w3c/manifest] Installation doesnt define task source (#484)

[w3c/manifest] Redundant reference to ISO 3166? (#488)

[w3c/manifest] Redundant reference to RFC3166? (#488)

[w3c/manifest] refactor: install steps (#485)

[w3c/manifest] Standalone description not accurate (#495)

[w3c/manifest] Status section has misleading info on filing bugs (#489)

[w3c/manifest] WIP: purpose (#493)

[w3c/permissions] Consider removing Permissions.revoke(). (#46)

[w3c/permissions] deploy.sh doesn't fail for patches with bikeshed errors (#123)

[w3c/permissions] Drop .request() (#83)

[w3c/permissions] feat(algorithms): allow calling with a PermissionName (#115)

[w3c/permissions] feat(prompts): allow UAs to deny non-gesture prompts (#107)

[w3c/permissions] feat(state): delegate to features for constraints (#117)

[w3c/permissions] feat(travis): autopublish with echidna (closes #24) (#99)

[w3c/permissions] Flesh out request("geolocation") (#112)

[w3c/permissions] Move the Permissions registry (#103)

[w3c/permissions] Pass objects instead of PermissionDescriptors to the Permissions interface. (#125)

[w3c/permissions] Passing base dictionary wont work. (#59)

[w3c/permissions] questions on query() (#124)

[w3c/permissions] refactor(media devices): use "allowed to use" (#122)

[w3c/permissions] refactor: move permissions registry (closes #103) (#118)

[w3c/permissions] Remove object-based permissions (#42)

[w3c/permissions] Resolve "issue-media-granted" (#119)

[w3c/permissions] Resolve TODOs on media type permissions (#120)

[w3c/permissions] Use HTML's new "allowed to use" algorithm (#121)

[w3c/pointerlock] Expanded/clarified introduction (#6)

[w3c/pointerlock] Update for Shadow DOM (#4)

[w3c/pointerlock] Update tests, movement and change event. (#7)

[w3c/pointerlock] Use the new "retargeting algorighm" in the DOM spec. (#8)

[w3c/push-api] update reference to FIPS-186-4 (#210)

[w3c/selection-api] Add API to make selection visible (#73)

[w3c/selection-api] Clarify the additions of this spec to GlobalEventHandlers (#54)

[w3c/selection-api] Fix normative references (#71)

[w3c/selection-api] New API: Selection#makeVisible() (#73)

[w3c/selection-api] Normative references (#69)

[w3c/selection-api] Selection events for text controls (#53)

[w3c/selection-api] setBaseAndExtent should clear selection when baseNode or extentNode is null (#72)

[w3c/selection-api] setBaseAndExtent() and setPositon() should be marked as "deprecated" (#67)

[w3c/ServiceWorker] Add option to ignore case for cache querying (#956)

[w3c/ServiceWorker] Add URL (#967)

[w3c/ServiceWorker] Add URL to GitHub repo (#967)

[w3c/ServiceWorker] allow service worker produced resources to be marked as "cachable" (#962)

[w3c/ServiceWorker] CacheStorage has an associated global object? (#964)

[w3c/ServiceWorker] Change add(request) and addAll(requests) behavior (e2a6d18)

[w3c/ServiceWorker] Change the rest of the links to the new repo (#961)

[w3c/ServiceWorker] Chrome API unavailable in ServiceWorker (#969)

[w3c/ServiceWorker] clarify behavior when fetch event handler throws (#896)

[w3c/ServiceWorker] clarify secure context requirements in Handle Fetch (#890)

[w3c/ServiceWorker] consider allowing multiple worker thread instances for a single registration (#756)

[w3c/ServiceWorker] consider exposing self.clients on window and other worker globals (#955)

[w3c/ServiceWorker] Create service worker from Blob/String URL (#578)

[w3c/ServiceWorker] Declarative url filters in `fetch` event (#949)

[w3c/ServiceWorker] Eliminating SW startup latency for common case (#920)

[w3c/ServiceWorker] Handle Fetch "shift+reload" (#952)

[w3c/ServiceWorker] Handling race conditions - API for accessing pending requests? (#959)

[w3c/ServiceWorker] Lots of bikeshed usage issues (#965)

[w3c/ServiceWorker] Move service worker spec into w3c (#881)

[w3c/ServiceWorker] notification of cancelled download? (#957)

[w3c/ServiceWorker] Parse URLs relative to the relevant settings object, not entry (#963)

[w3c/ServiceWorker] Replace e.g. with i.e. (#970)

[w3c/ServiceWorker] Serve subfolder to gh-pages (#966)

[w3c/ServiceWorker] Should mixed content always be blocked? (#813)

[w3c/ServiceWorker] SW for multilingual website (#968)

[w3c/touch-events] Add informative note about not doing naive "touch OR mouse etc" event handling (#71)

[w3c/touch-events] Add TouchEvent's retargeting steps (#73)

[w3c/touch-events] note about avoiding conditional "touch OR mouse/keyboard" event handling (#72)

[w3c/uievents] 3.4 and 3.5 duplicate HTML spec (#95)

[w3c/uievents] definition for "dispatch" shouldn't be in the UI events spec (#106)

[w3c/uievents] Events do not have "default action"s (#104)

[w3c/uievents] Fix #89. Make some of legacy UIEvents composed events (#93)

[w3c/uievents] When beforeinput/input events are fired seems "strange" (#105)

[w3c/webcomponents] "The problematic position" when Custom Elements throw errors? (#547)

[w3c/webcomponents] :focus behavior of delegatesFocus:true will be confusing for users (#554)

[w3c/webcomponents] <iframe> and Window's named properties (#145)

[w3c/webcomponents] [IDEA] Asynchronous upgrade. (#559)

[w3c/webcomponents] [idea] childConnectedCallback and childDisconnectedCallback (#550)

[w3c/webcomponents] [IDEA] deferred upgrade for Custom Elements. (#559)

[w3c/webcomponents] [IDEA] deferred upgrade. (#559)

[w3c/webcomponents] [idea] slottedCallback for Custom Elements (#527)

[w3c/webcomponents] [imports]: ES6 module loader should be aware modules in HTML Imports (bugzilla: 24848) (#223)

[w3c/webcomponents] [imports]: Respect the crossOrigin attribute (bugzilla: 25568) (#216)

[w3c/webcomponents] [imports]: Things to Consider in the Future (bugzilla: 23278) (#220)

[w3c/webcomponents] [imports]: Typo: "overnride" (bugzilla: 26233) (#205)

[w3c/webcomponents] [Imports]: Write HTML Imports spec (bugzilla: 20683) (#149)

[w3c/webcomponents] Add <a> to safelist of elements that can call attachShadowRoot (#511)

[w3c/webcomponents] Better custom event support for custom elements would be great (#546)

[w3c/webcomponents] Broken wikipedia link for "Green Eye" (#538)

[w3c/webcomponents] Change Bob's coffee drink from "green eye" to "red eye" (#539)

[w3c/webcomponents] connectedCallback timing when the document parser creates custom elements (#551)

[w3c/webcomponents] Disallow attachShadow(...) for some elements. (#110)

[w3c/webcomponents] DocumentOrShadowRoot.deepActiveElement (#104)

[w3c/webcomponents] Events whose composed flag should be true (#513)

[w3c/webcomponents] Extensibility: How should we best support accessible Custom widgets and interactivity with ARIA? (#553)

[w3c/webcomponents] Fix #556, make focus navigation work when shadow host's tabindex is -1 (#557)

[w3c/webcomponents] Forbid reentrance to `customElements.define` (#545)

[w3c/webcomponents] How to wait for will-be custom elements to be upgraded? (#558)

[w3c/webcomponents] HTML element constructors need to Get(newTarget, "Prototype") (#560)

[w3c/webcomponents] Ignore title attributes on <link ref=stylesheet> in shadow trees (#535)

[w3c/webcomponents] Ignore title attributes on <link rel=stylesheet> in shadow trees (#535)

[w3c/webcomponents] Let's make document.write()/open() throw during parser invocations of custom element constructors (#537)

[w3c/webcomponents] Move the check for HTMLElement and its subclass from customElements.define to construction timing (#541)

[w3c/webcomponents] Observe ShadowRoot attachment (#204)

[w3c/webcomponents] Other named properties in shadow DOM (#536)

[w3c/webcomponents] Polymer encouraged incorrect document.createElement() usage (#544)

[w3c/webcomponents] Provide a lightweight mechanism to add styles to a custom element (#468)

[w3c/webcomponents] Rename interface CustomElementsRegistry to CustomElementRegistry (#548)

[w3c/webcomponents] Replace attached/detached callbacks with insertedIntoDocument/removedFromDocument (#362)

[w3c/webcomponents] Scripts in HTML Imports should be scoped to the import (treat imports as script modules) (bugzilla: 27836) (#157)

[w3c/webcomponents] Shadow host with its .tabindex property -1 would be skipped for focus navigation (#556)

[w3c/webcomponents] Should :defined match <x-foo> in browsing-context-less documents? (#540)

[w3c/webcomponents] Should ARIA 2.0 have a role corresonding to each HTML element? (#552)

[w3c/webcomponents] Should ARIA 2.0 have a role corresponding to every HTML element? (#552)

[w3c/webcomponents] Should I write new components backwards compatible with v0 API? (#549)

[w3c/webcomponents] Step 13.3-4 in element definition should clarify the ordering (#542)

[w3c/webcomponents] Steps in element definition that throw an exception should abort (#543)

[w3c/webcomponents] Support /deep/ in static profile (bugzilla: 28591) (#78)

[w3c/webcomponents] The custom element state when constructor thrown (#533)

[w3c/webcomponents] What's the expected behavior of a class with observedAttributes but no attributeChangedCallback? (#555)

[w3c/WebPlatformWG] Add Dominic Cooney to TPAC 2016 Mon, Fri attendees (#63)

[w3c/WebPlatformWG] Add Johannes Wilm to attendees (#62)

[w3c/WebPlatformWG] Added myself as attendee (#64)

[w3c/WebPlatformWG] CFC to publish WebIDL-1 as a Proposed Recommendation (#61)

[w3ctag/packaging-on-the-web] Turn on HTTPS (#32)

[w3ctag/packaging-on-the-web] Why not the non-zip formats? (#31)

[w3ctag/spec-reviews] Ambient Light Sensor API (#115)

[w3ctag/spec-reviews] ARIA (#107)

[w3ctag/spec-reviews] Audio Output Device APIs (#132)

[w3ctag/spec-reviews] Cross-spec device identification & association (#64)

[w3ctag/spec-reviews] Data on the Web Best Practices (#135)

[w3ctag/spec-reviews] Extensibility of Accessibility (#63)

[w3ctag/spec-reviews] Filters in Canvas 2D (#116)

[w3ctag/spec-reviews] Media Capture From DOM Element (#130)

[w3ctag/spec-reviews] MediaStream Image Capture (#133)

[w3ctag/spec-reviews] MediaStream Recorder (#131)

[w3ctag/spec-reviews] Notifications API (#94)

[w3ctag/spec-reviews] privacy of sensor other exotic APIs (#129)

[w3ctag/spec-reviews] Review Accessibility Object Model (#134)

[w3ctag/spec-reviews] Review of WakeLock API and suitability for overall platform requested by 31 August 2016 (#126)

[w3ctag/spec-reviews] Review window.visualViewport API (#128)

[w3ctag/spec-reviews] WebVR (#106)

[whatwg/dom] " public-scrip-coord@w3.org" (#322)

[whatwg/dom] "unclosed node of node" reads confusingly (#285)

[whatwg/dom] [CEReactions] for insertAdjacentText (#294)

[whatwg/dom] `compareDocumentPosition` should allow comparison of elements in the same shadow-including root (#320)

[whatwg/dom] Callback functions/interfaces need to be invoked with WebIDL concepts (#303)

[whatwg/dom] cancelBubble legacy property (#211)

[whatwg/dom] CDATASection misses (#300)

[whatwg/dom] CDATASection nodes don't like to be normalized away (#310)

[whatwg/dom] Clarify that new Document creates a document of type "html", not "xml" (#308)

[whatwg/dom] compareDocumentPosition with Attr nodes still not quite right (#309)

[whatwg/dom] Consider adding more utils to Elements (#145)

[whatwg/dom] Consider banning insertNode() of the Range's start node (#63)

[whatwg/dom] Consider making dispatchEvent() unset stop (immediate) propagation flags (#219)

[whatwg/dom] Default value for node document or always set it explicitly (#212)

[whatwg/dom] Define a document's origin instead of linking to HTML's generic "origin" definition. (#313)

[whatwg/dom] Define dataset as a mixin for HTMLElement and SVGElement (#280)

[whatwg/dom] Define mutation events (#305)

[whatwg/dom] Define nodeName as "#cdata-section" for CDATASection nodes (#302)

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

[whatwg/dom] DOMTokenList.value could be a stringifier attribute (#314)

[whatwg/dom] Drop "invoking" from "invoking retargeting" (#318)

[whatwg/dom] Editorial: add missing comma (#317)

[whatwg/dom] Editorial: integrate more explicitly with IDL for callbacks (#315)

[whatwg/dom] Editorial: make text around "locate a namespace" more similar (#304)

[whatwg/dom] Editorial: wrap contains() in <code> (#307)

[whatwg/dom] Element.matches and pseudo-elements (#185)

[whatwg/dom] Exclude style="" by default from mutation observers (#153)

[whatwg/dom] Expose namespace constants? (#311)

[whatwg/dom] Figure out what to do with XMLDocument (#278)

[whatwg/dom] Fix and clarify more around CDATASection (#301)

[whatwg/dom] Further Attr node fixes for compareDocumentPosition() (#312)

[whatwg/dom] Future for unique tokens in DOMTokenList (#201)

[whatwg/dom] get rid of NonElementParentNode? (#298)

[whatwg/dom] Having getElementsByTagName match on localName is not "web"-compatible for IE and Firefox (#143)

[whatwg/dom] Is document.createEvent("progressevent") really useful? (#289)

[whatwg/dom] List subclasses explicitly or not (#190)

[whatwg/dom] Made more formal for object global (#206)

[whatwg/dom] Make Attr a Node again (#102)

[whatwg/dom] Make Attr inherit from Node again (#299)

[whatwg/dom] Mark ATTRIBUTE_NODE and SHOW_ATTRIBUTE as no longer historical (#321)

[whatwg/dom] Mark more elements in browsing-context-less documents as "undefined" (#291)

[whatwg/dom] MutationObserver.observe()'s dictionary argument must be optional per WebIDL (#316)

[whatwg/dom] new Element(tagName)? (#287)

[whatwg/dom] Pass the old and new document to adoptedCallback (#293)

[whatwg/dom] Proposal to improve the DOM creation api (#150)

[whatwg/dom] Reinstate CDATASection (#295)

[whatwg/dom] Remove feature detection from add() and add supports() (#123)

[whatwg/dom] Remove SVGZoomEvent? (#283)

[whatwg/dom] Removing event listeners through an identifier (#208)

[whatwg/dom] Resize events needed? (#149)

[whatwg/dom] Shadow: Add "retargeting steps" to the dispatch algorithm (#288)

[whatwg/dom] Shadow: Add a hook for retargeting other attributes (#288)

[whatwg/dom] Shadow: Rename "unclosed node" (#306)

[whatwg/dom] Should EventInit contain 'timestamp'? (#76)

[whatwg/dom] Spec for DOMTokenList stringifier disagrees with every single implementation (#105)

[whatwg/dom] Specify global object references in more detail (#296)

[whatwg/dom] Stop defining nodeName in terms of tagName (#297)

[whatwg/dom] surroundContents() with CharacterData node as newParent argument (#250)

[whatwg/dom] The adopted callback should be passed the old and new document (#292)

[whatwg/dom] Un-merge Document and HTMLDocument (#221)

[whatwg/dom] Upstream Touch Events retargeting (#286)

[whatwg/dom] Validating a qualified name does not match browsers in a corner case (#319)

[whatwg/dom] wip to fix #303 (#315)

[whatwg/encoding] "In equations, all numbers are integers, additio..." (#66)

[whatwg/encoding] Add UTF-7 to replacement encoding list? (#68)

[whatwg/encoding] Consider adding "replacement" as a label for the replacement encoding (#70)

[whatwg/encoding] Editorial: Clean up gb18030 math (#63)

[whatwg/encoding] Editorial: make gb18030 math more clear (#65)

[whatwg/encoding] TextEncoder#encode - write to existing Uint8Array (#69)

[whatwg/fetch] "A value is a byte sequence that matches the field-content token production." (#213)

[whatwg/fetch] A cross-origin to same-origin redirect should not result in an opaque response (#357)

[whatwg/fetch] A request needs to be created with a URL (#359)

[whatwg/fetch] Aborting a fetch (#27)

[whatwg/fetch] Access to the HTTP trailer (#34)

[whatwg/fetch] Add a bit to Opaque Responses to distinguish redirects (#79)

[whatwg/fetch] Add From-Origin? (#365)

[whatwg/fetch] Add hooks for foreign fetch (#223)

[whatwg/fetch] Add option to reject the fetch promise automatically after a certain time elapsed (with no API for arbitrary aborts) (#179)

[whatwg/fetch] Add ReadableStreamOperations for ServiceWorker (#350)

[whatwg/fetch] Add steps to intercept requests using foreign fetch. (#329)

[whatwg/fetch] Add trailer support to network responses (#344)

[whatwg/fetch] Adding bikeshed metadata to Methods, Headers, Statuses, and Bodies. (#356)

[whatwg/fetch] Allowed header in CORS with Access-Control-Expose-Headers (#369)

[whatwg/fetch] Block additional script MIMETypes (audio, video, csv) (#379)

[whatwg/fetch] Block text/csv for requests whose type is "script"? (#337)

[whatwg/fetch] Body's total bytes for HEAD requests (#284)

[whatwg/fetch] Clarification on step 4 of Headers `delete` method (#372)

[whatwg/fetch] Consider adding HTML's 401 verbiage (#311)

[whatwg/fetch] Default value for ByteString in ResponseInit should be removed (#348)

[whatwg/fetch] Define a cache for H2 server push & friends (#354)

[whatwg/fetch] Delay opaque responses until response body is in (#355)

[whatwg/fetch] Dispatch to foreign fetch for redirects (#362)

[whatwg/fetch] Does the spec suggest Fetch can only handle UTF-8 content? (#353)

[whatwg/fetch] Editorial: Add Bikeshed metadata for 'request' (#370)

[whatwg/fetch] Explicitly ignore 1xx responses (#366)

[whatwg/fetch] fetch filter the symbols (#331)

[whatwg/fetch] Fetch Streaming Intermediate Emissions (#349)

[whatwg/fetch] Fetch would silently ignore the input body if it's not an existing data type? (#371)

[whatwg/fetch] Fix ReadableStream abstract operations markup (#361)

[whatwg/fetch] Fix ReadableStream operations (#374)

[whatwg/fetch] Go deeper into HTTP caching (#373)

[whatwg/fetch] How response bodies get from a service worker to the main page is not very clear (#330)

[whatwg/fetch] Make it clearer that cache mode "default" follows normal logic (#340)

[whatwg/fetch] Make Request constructor more forgiving (#377)

[whatwg/fetch] Mark Accept-* request headers as simple / safe (#326)

[whatwg/fetch] Move 401/407 to HTTP-network-or-cache fetch (#363)

[whatwg/fetch] Non-null response body check is a no-op (#343)

[whatwg/fetch] OCSP fetches bypass service worker (#347)

[whatwg/fetch] Only append Authorization if none is set (#198)

[whatwg/fetch] OpenEndedDictionary clarification (#164)

[whatwg/fetch] Optional disable setting headers keys in lowercase (#304)

[whatwg/fetch] Passthrough original error response unless there's a security issue in doing so (#352)

[whatwg/fetch] Possible typo in header value definition (#332)

[whatwg/fetch] Preventing some CRLF header injection attacks (#375)

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

[whatwg/fetch] Reconsider treatment of non-GET for non-HTTP(S) schemes (#339)

[whatwg/fetch] Redirect on preflighted CORS requests generally impossible (#204)

[whatwg/fetch] Referrer policies: add the missing policies (fixes #342) (#346)

[whatwg/fetch] Remove Headers (#368)

[whatwg/fetch] Remove response's cache state concept (8d343bb)

[whatwg/fetch] Request should allow WritableStream as body (#378)

[whatwg/fetch] Request's current url is undefined for a new request (#351)

[whatwg/fetch] Resource fetches for notifications shown from a service worker should trigger onfetch (#303)

[whatwg/fetch] Sentence fragment when making CORS preflight request (#328)

[whatwg/fetch] Should "set response's CSP list" be in Main fetch? (#364)

[whatwg/fetch] Should we send an Origin header for no-cors fetches? (#225)

[whatwg/fetch] Status code to use in a response indicating rejection of a cross-origin access (#172)

[whatwg/fetch] Stop using entry settings object (#367)

[whatwg/fetch] Stop using environment settings object (#367)

[whatwg/fetch] Support for CSRF? (#256)

[whatwg/fetch] Support same-origin, strict-origin, strict-origin-when-cross-origin in request' referrer policy (#342)

[whatwg/fetch] The comma-delimited combined value definition does not support Set-Cookie headers (#345)

[whatwg/fetch] The empty string is rejected as header values (#115)

[whatwg/fetch] Unclear intent in steps 29 and 34.3 of the Request constructor (#358)

[whatwg/fetch] Unclear intent in steps 29, 34.3, and 36 of the Request constructor (#358)

[whatwg/fetch] Update Fetch to support Token Binding. (#325)

[whatwg/fetch] Use `,` rather than `, ` for combine operation (#207)

[whatwg/fetch] Use a ReadableStream with byte source (formerly called ReadableByteStream) for .body (#267)

[whatwg/fetch] Use of response's cache state (#376)

[whatwg/fetch] Vary HTTP cache on credentials mode (#307)

[whatwg/fetch] Why does the Header fill algorithm require copying the header list? (#360)

[whatwg/fetch] {cache: "no-cache"} vs Cache-Control: immutable (#308)

[whatwg/fullscreen] Use HTML's new "allowed to use" algorithm (#46)

[whatwg/fullscreen] Use new "allowed to use" algorithm once introduced (#41)

[whatwg/storage] Exposing cross-origin resource size (#31)

[whatwg/storage] Integrate with the Permissions spec. (#36)

[whatwg/streams] "socket.setTCPWindowSize" (#483)

[whatwg/streams] "Web sockets do not provide any way to tell when..." (#485)

[whatwg/streams] "ws.onend" (#482)

[whatwg/streams] [WritableStream] Locking semantics (#474)

[whatwg/streams] [WritableStream] Shouldn't the state after writer.abort() be closed? (#464)

[whatwg/streams] Add a lint step for the reference implementation (62f9269)

[whatwg/streams] Add a proof of concept of optimized pipe (#511)

[whatwg/streams] Add an example of using desiredSize and ready with writable streams (#496)

[whatwg/streams] Add lint for coding style, etc. (#494)

[whatwg/streams] Add totalSize caching to queue-with-size library (#491)

[whatwg/streams] Add totalSize caching to queue-with-size library (7215774)

[whatwg/streams] Add URL.createObjectURL(stream) support (#480)

[whatwg/streams] Align WritableStream structure with ReadableStream structure (#462)

[whatwg/streams] Align WritableStream structure with ReadableStream structure (#488)

[whatwg/streams] Argument order of transform() function (or attempt to remove done) (#498)

[whatwg/streams] Backpressure from tee-ing and slow/pending consumer (#506)

[whatwg/streams] Brainstorming a buffer-reusing version of writable streams (#495)

[whatwg/streams] Byte streams: write up design rationales and vision for how they are used/what they enable (#177)

[whatwg/streams] can streams be transferred via postMessage()? (#276)

[whatwg/streams] Can we not have "four interfaces" (#102)

[whatwg/streams] Consider adding type assertions for all abstract operations (#453)

[whatwg/streams] Convert some general tests for ws into wpt (#510)

[whatwg/streams] Convert writable stream tests to web platform tests format (#492)

[whatwg/streams] Decide whether writer.ready should become writer.waitForDesiredSize() (#493)

[whatwg/streams] Editorial changes to the socket example (#486)

[whatwg/streams] Factor out some logic into helper functions (#505)

[whatwg/streams] Factor out state checking and ReadableStreamDefaultControllerError() call into a new abstract op (28c20b1)

[whatwg/streams] Factor out WritableStreamDefaultWriterRelease (#513)

[whatwg/streams] First draft at a pipeTo "algorithm" (#512)

[whatwg/streams] Fix makeReadableBackpressureByteSocketStream to drain all data (#504)

[whatwg/streams] Fix makeReadableBackpressureByteSocketStream() to drain all the available data (#489)

[whatwg/streams] Implement flow-control in TransformStream fixes #330 maybe (#429)

[whatwg/streams] light weight transformations (#461)

[whatwg/streams] lint glob should exclude Emacs backup files (#514)

[whatwg/streams] Make writer.desiredSize return 0 for closed streams (#503)

[whatwg/streams] Make writer.desiredSize return 0 for closed writable streams (#501)

[whatwg/streams] Minor comment nitpicks (#507)

[whatwg/streams] More concrete examples of "optimization" of pipeTo (#359)

[whatwg/streams] Performance improvements (#490)

[whatwg/streams] piping issue (#509)

[whatwg/streams] Port locking infrastructure to writable streams (#319)

[whatwg/streams] Port precise flow control to writable streams (#318)

[whatwg/streams] Remove unchecked expectation from readable byte stream test (#502)

[whatwg/streams] Rename headings ID atrributes (#497)

[whatwg/streams] Repo/package confusion (#487)

[whatwg/streams] Requirements.md: Change example of push stream from TCP to UDP (#508)

[whatwg/streams] Separate out exported abstract ops from internal ones (#372)

[whatwg/streams] should ReadableStreamClose() resolve BYOB reader readIntoRequests? (#455)

[whatwg/streams] Synchronous (or asynchronous) state probing on WritableStream (#463)

[whatwg/streams] Synchronous queue draining for WritableStream (#465)

[whatwg/streams] Update spec to use ReadableStreamDefaultControllerErrorIfNeeded (#500)

[whatwg/streams] Use some logging framework (#499)

[whatwg/url] // in path (#138)

[whatwg/url] Bot.exe (#144)

[whatwg/url] Convenience method for serializing (#142)

[whatwg/url] Convenience method for serializing URLSearchParams (#142)

[whatwg/url] Convenience method to return an `Object` (#143)

[whatwg/url] Convenience method to return an Object (#143)

[whatwg/url] Doesn't describe how to process url as 'http:///google.com' (#145)

[whatwg/url] easy initialization: `new URLSearchParams({ using: "a nice API" })` (#141)

[whatwg/url] empty username? (#139)

[whatwg/url] relative URLs (#136)

[whatwg/url] Replace pop with shorten (#140)

[whatwg/url] toJSON() serialization (#137)

[whatwg/url] Update origin links now that HTML defines it with for=''. (#146)

[whatwg/xhr] Consider adding toJSON to FormData (#84)

[whatwg/xhr] Fix ReadableStream abstract operations markup (#85)

[whatwg/xhr] overrideMimeType cannot throw for invalid MIME types (#82)

[whatwg/xhr] Remove any headers (#83)

[whatwg/xhr] spec.whatwg (#86)

Last message date: Wednesday, 31 August 2016 23:59:20 UTC