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

[heycam/webidl] Add a [SecureContext] operator attribute (#65)

[heycam/webidl] Bikeshed-link fixes (#110)

[heycam/webidl] Fix https://github.com/heycam/webidl/issues/103 by aligning the spelling of [Unscopable] with ES6. (#104)

[heycam/webidl] Link the common typedefs, and fix FrozenArray's lt attribute. (#108)

[heycam/webidl] Make all the WebIDL dfns Bikeshed-friendly (#105)

[heycam/webidl] Need pattern for feature detecting dictionary members (#107)

[heycam/webidl] Please rename things that are legacy so it's clear they are (#100)

[heycam/webidl] Promise type on an attribute should be allowed (#71)

[heycam/webidl] Remove dictionary constructors (#109)

[heycam/webidl] Remove support for [Constructor] on dctionaries (fixes #109). (#111)

[heycam/webidl] Reorganize IDs for the common definitions. (#112)

[heycam/webidl] Should specify that all JS functions created by IDL are "built-in functions" (#106)

[heycam/webidl] Should we match the ES spelling of "unscopable" (#103)

[slightlyoff/ServiceWorker] "// close() method inherited from WorkerGlobalScope should not be accessible." (#865)

[slightlyoff/ServiceWorker] "no-cors" CSS SOP violation (#719)

[slightlyoff/ServiceWorker] "Wait for all the tasks queued by Update State" language is problematic (#848)

[slightlyoff/ServiceWorker] Access to fragment identifiers (#854)

[slightlyoff/ServiceWorker] Add a way to detect reloading only client (#872)

[slightlyoff/ServiceWorker] Add cache.name property (#869)

[slightlyoff/ServiceWorker] Add client "close" event (#868)

[slightlyoff/ServiceWorker] Add worker modules (6d9500e)

[slightlyoff/ServiceWorker] addAll should resolve when the cache is fully & successfully written (#884)

[slightlyoff/ServiceWorker] Allow caches to opt-in to granular cleanup (#863)

[slightlyoff/ServiceWorker] Allow waitUntil to be called multiple times, async (#771)

[slightlyoff/ServiceWorker] be more explicit that jobs always run asynchronously (#861)

[slightlyoff/ServiceWorker] Browser Cache and ServiceWorker (#824)

[slightlyoff/ServiceWorker] Cache transactions & fixing `addAll` (#823)

[slightlyoff/ServiceWorker] Can create caches in the persistent storage? (#803)

[slightlyoff/ServiceWorker] Change "validate the response" to "process the response" to match HTML (#876)

[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] client (#864)

[slightlyoff/ServiceWorker] Client.postMessage should return a Promise (#677)

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

[slightlyoff/ServiceWorker] Consider relying on eTags (or other headers) for service worker dependencies to check for updates (#839)

[slightlyoff/ServiceWorker] CORS pre-flight for foreign fetch (#880)

[slightlyoff/ServiceWorker] Define some way for foreign fetch to decide on opaqueness of responses (#841)

[slightlyoff/ServiceWorker] Define the lifetime of a blob URL created inside a service worker (#688)

[slightlyoff/ServiceWorker] Don't associate a job with a client, instead just have a referrer. (#889)

[slightlyoff/ServiceWorker] Drop isReload (#873)

[slightlyoff/ServiceWorker] Entries movement between caches (#871)

[slightlyoff/ServiceWorker] Foreign fetch vs non-credentialed requests (#878)

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

[slightlyoff/ServiceWorker] if service-worker-allowed header changes should active worker be potentially unregistered? (#857)

[slightlyoff/ServiceWorker] Implement API to reject PUSH_PROMISEs sent by the server over HTTP/2 (#796)

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

[slightlyoff/ServiceWorker] Install algorithm step 14 should clear waiting worker before updating state to redundant (#851)

[slightlyoff/ServiceWorker] Is a new property to get the navigation's target client needed? (#817)

[slightlyoff/ServiceWorker] Make secure context requirements more explicit (#754)

[slightlyoff/ServiceWorker] Make the Cache API deal with request's redirect mode not being "follow" (#737)

[slightlyoff/ServiceWorker] matchAll() runs Request constructor off the main thread (#672)

[slightlyoff/ServiceWorker] MessagePort[] no longer valid in WebIDL (#810)

[slightlyoff/ServiceWorker] Move service worker spec and cache api spec onto w3c (#881)

[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] OpaqueResponse object (#258)

[slightlyoff/ServiceWorker] passthrough service worker can break sites using redirected stylesheets (#757)

[slightlyoff/ServiceWorker] Promise on navigator.serviceWorker that resolves when page is controlled (#799)

[slightlyoff/ServiceWorker] Property on fetchEvent to indicate the target client (#874)

[slightlyoff/ServiceWorker] Provide a convenience method to run code outside event handler (#866)

[slightlyoff/ServiceWorker] Provide cache.putAll() method (#867)

[slightlyoff/ServiceWorker] Race when registering multiple service workers for the same scope (#783)

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

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

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

[slightlyoff/ServiceWorker] Restrict openWindow() to http(s) schemes? (#699)

[slightlyoff/ServiceWorker] Save initial files into cache storage instead of browser's cache (#820)

[slightlyoff/ServiceWorker] self.caches should spec what to do for "untrusted" origins (#687)

[slightlyoff/ServiceWorker] Service Worker Error (#858)

[slightlyoff/ServiceWorker] serviceworker for iframes with srcdoc (#765)

[slightlyoff/ServiceWorker] ServiceWorker lifetime and respondWith() with a user-constructed ReadableStream (#882)

[slightlyoff/ServiceWorker] ServiceWorkerContainer.controller prose says to return undefined, but the IDL doesn't allow that (#769)

[slightlyoff/ServiceWorker] should EventSource bypass service worker interception? (#885)

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

[slightlyoff/ServiceWorker] Should the active worker move to environment settings object? (#811)

[slightlyoff/ServiceWorker] should update() during top level script evaluation be ignored? (#800)

[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] spec should queue tasks to expose attribute changes on ServiceWorker and ServiceWorkerRegistration (#860)

[slightlyoff/ServiceWorker] Specify serviceworker link type for link element and link header. (#828)

[slightlyoff/ServiceWorker] Split the cache API into its own spec (#879)

[slightlyoff/ServiceWorker] Take into accounts etags on initialization importScripts responses to update the Service Worker (#830)

[slightlyoff/ServiceWorker] Use “service worker” consistently (#818)

[slightlyoff/ServiceWorker] what should the document base URI for an intercepted navigation (#787)

[slightlyoff/ServiceWorker] What's proper SW name? :) (#705)

[slightlyoff/ServiceWorker] When does the openWindow promise resolve? (#728)

[slightlyoff/ServiceWorker] Where are ServiceWorker data stored? (#883)

[w3c/clipboard-apis] Be explicit about before* events (#24)

[w3c/clipboard-apis] Clarify some things regarding onbefore* events (#15)

[w3c/clipboard-apis] Clarify the algorithm for setting target of a clipboard event in 7.2 Processing model for event dispatch (#29)

[w3c/clipboard-apis] Create an easier to use API (#12)

[w3c/clipboard-apis] Discoverability of custom type support (#30)

[w3c/clipboard-apis] How should focus be managed? (#26)

[w3c/clipboard-apis] Kill onbeforecopy, onbeforecut and onbeforepaste events (#25)

[w3c/clipboard-apis] Remove links to Bugzilla (#28)

[w3c/clipboard-apis] Should queryCommandEnabled(cut|copy|paste) trigger onbefore* events? (#4)

[w3c/clipboard-apis] unsuccessful paste actions should return false (#17)

[w3c/clipboard-apis] Wording around default actions needs updating (#14)

[w3c/DOM-Parsing] Add [CEReactions] annotations (#5)

[w3c/DOM-Parsing] Sort out what's happening with innerHTML on <script> and <style> (#6)

[w3c/DOM-Parsing] Sort out what's happening with innerHTML on <script> and <style> in XML documents (#6)

[w3c/editing] [Input Events] Rename "replaceContent" with "insertContent" or "insertNonText" (#126)

[w3c/editing] [Input Events] Why are insertText and replaceContent separate events? (#124)

[w3c/editing] [Input Events] Word deletion (#125)

[w3c/editing] Avoiding nesting like pre > p or p > h2 that works but aren't valid in html (#115)

[w3c/editing] beforeinput: cE shouldn't fire `beforeinput` for caret movement (#123)

[w3c/editing] beforeInput: Rename "inputCharacter" to "inputText" (#119)

[w3c/editing] beforeinput: Should we fire `replaceContent` during IME composition? (#122)

[w3c/editing] beforeInput: Unify "deleteContent" and "deleteComposedCharacter" (#118)

[w3c/editing] execCommand('underline') on links (#114)

[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] Insert image in link (#121)

[w3c/editing] list all required editTypes for beforeEdit/Edit events (#79)

[w3c/editing] Replace 'insertCharacter' with 'insertText' (#120)

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

[w3c/editing] The Ranges type is not defined, should be FrozenArray<Range>? (#113)

[w3c/FileAPI] Clean up use of WebIDL for Exposed=(Window, Worker) (#21)

[w3c/FileAPI] Consider using USVString for the Blob constructor (#30)

[w3c/FileAPI] FilePropertyBag should inherit from BlobPropertyBag (#22)

[w3c/FileAPI] fixed syntax in example (#36)

[w3c/FileAPI] Make the Blob URL creating/revoking methods not be exposed on the ser… (#31)

[w3c/FileAPI] Re-add FileReader.readAsBinaryString() ? (#39)

[w3c/FileAPI] Store HTTPS state on Blob objects (#35)

[w3c/FileAPI] Use `optional` for the Blob constructor (#33)

[w3c/FileAPI] Use BufferSource instead of ArrayBuffer or ArrayBufferView (#38)

[w3c/FileAPI] Use Encoding's "UTF-8 encode" hook (#37)

[w3c/IndexedDB] Add FileAPI reference (#70)

[w3c/IndexedDB] Allow expressions in addition to keyPaths when creating indexes (#33)

[w3c/IndexedDB] Consider adding a completion event or callback to the IDBDatabase.close() operation (#72)

[w3c/IndexedDB] deleteDatabase error case should never happen (#74)

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

[w3c/IndexedDB] JSON schema specification (#64)

[w3c/IndexedDB] Key Paths: Support iteration step operator (#35)

[w3c/IndexedDB] Shared databases and stores (and more robust schemas) (#75)

[w3c/manifest] Ability to detect if the current document is part of an "installed" web app (#454)

[w3c/manifest] Add beforeinstallprompt event (#417)

[w3c/manifest] Add description field to Manifest (#435)

[w3c/manifest] Add description member (#435)

[w3c/manifest] Add install and beforeinstallprompt events (#417)

[w3c/manifest] Add install event (#455)

[w3c/manifest] Add optional indication of Service Workers to Manifest (#447)

[w3c/manifest] Allow developers to detect when the user has added the site to their home screen (or equivalent) (#417)

[w3c/manifest] Allow for multiple scopes (#449)

[w3c/manifest] Case sensitivity of enumerated values (#460)

[w3c/manifest] Chore(extensions): add link to registry (closes #452) (#458)

[w3c/manifest] Clarify how image objects should be fetched (#443)

[w3c/manifest] Deep linking - need proper use cases and requirements analysis (#363)

[w3c/manifest] Drop density descriptor from spec (#450)

[w3c/manifest] Feat (splashscreens): remove splash screen from spec (closes #9) (#440)

[w3c/manifest] Feat(density): remove density member (closes #450) (#451)

[w3c/manifest] Feat(displaymodes): add priv/sec note (closes #402) (#444)

[w3c/manifest] Feat(image objects): clarify how to fetch (closes #443) (#459)

[w3c/manifest] Feat(installation): installation definition and event (#453)

[w3c/manifest] Feat(manifest): add description member (closes #435) (#456)

[w3c/manifest] Fix #9: Remove splash_screens from example (too) (#445)

[w3c/manifest] Fix (introduction): example math was wrong (closes #437) (#438)

[w3c/manifest] Fix(orientation): return undefined (closes #463) (#464)

[w3c/manifest] Fix(processing): treat enums as case insensitive (#462)

[w3c/manifest] Fix(updates): remove text about updates (closes #384) (#457)

[w3c/manifest] i18n: No direction metadata for 'name'; [I18N-ISSUE-416] (#334)

[w3c/manifest] Include Minimal Store/Catalog MetaData in Manifest (#448)

[w3c/manifest] Integration with service workers (#161)

[w3c/manifest] Manifest "sizes" fallback logic (#409)

[w3c/manifest] Manifest format should support some way of including a splash screen (#9)

[w3c/manifest] Need to specify client of image objects when fetching... (#465)

[w3c/manifest] Poorly coded example on w3c (#437)

[w3c/manifest] Possible Registry for Extension Properties (#452)

[w3c/manifest] Privacy (#441)

[w3c/manifest] Privacy Review: cross origin persistent state (#400)

[w3c/manifest] Privacy Review: handle start_url tracking (#399)

[w3c/manifest] Privacy Review: how to handle navigation to a fullscreen'd application? (#402)

[w3c/manifest] Privacy Review: mention that users should vouch for sensitive information (#401)

[w3c/manifest] Review of the installation event feature (#453) (#461)

[w3c/manifest] Support a way for an app to be installed explicitly? (#446)

[w3c/manifest] Support a way to update explicilty (#446)

[w3c/manifest] Support a way to update explicitly (#446)

[w3c/manifest] Support for deep integrations, e.g. OpenSearch (#421)

[w3c/manifest] Support registering "actions" (#442)

[w3c/manifest] SVG icon sizes="any" (or without property "sizes") (#407)

[w3c/manifest] The curious (special) case of orientation (#463)

[w3c/manifest] Updating is under/incorrectly specified (#384)

[w3c/manifest] WIP: Rough draft of installation stuff (#453)

[w3c/permissions] Add permissions.request() (#41)

[w3c/permissions] Add the "bluetooth" permission, linked to [web-bluetooth]. (#88)

[w3c/permissions] Allow UAs to maintain zero or multiple permission stores. (#95)

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

[w3c/permissions] Convert to Bikeshed (#75)

[w3c/permissions] Define a PermissionStorage type for each permission to store data with. (#73)

[w3c/permissions] Define an algorithm to update the permission storage. (#91)

[w3c/permissions] Define underlying infrastructure (#33)

[w3c/permissions] Don't assume collateral grant from getUserMedia. (#78)

[w3c/permissions] Don't assume implicit grant from getUserMedia. (#78)

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

[w3c/permissions] Export dfn-type definitions that other specs should be able to use. (#80)

[w3c/permissions] Let each permission refine its algorithms and store data. (#66)

[w3c/permissions] Model temporary permissions better (#86)

[w3c/permissions] navigator.permissions.request (#48)

[w3c/permissions] Only allow permissions.request() during user interaction (#77)

[w3c/permissions] Permission absent context == persistent permission (#85)

[w3c/permissions] Permission API has terminology issues one could drive a truck through. (#85)

[w3c/permissions] Remove the incorrect paragraph about request() and revoke() having been removed from the spec. (#79)

[w3c/permissions] Rename PermissionStatus to PermissionResult. (#82)

[w3c/permissions] Rename the "associated PermissionDescriptor" to the "permission descriptor type". (#81)

[w3c/permissions] Replace "Permission" with "Persistent Permission" globally. (#85)

[w3c/permissions] request/revoke (#46)

[w3c/permissions] Requesting permission shouldn't imply storing it. (#93)

[w3c/permissions] Requesting permissions needs to be able to ask for multiple things (#92)

[w3c/permissions] Retitle the Permissions spec to emphasize the infrastructure more. (#87)

[w3c/permissions] Review of jyasskin's draft (#74)

[w3c/permissions] Run Tidy and fix ReSpec errors. (#69)

[w3c/permissions] Separate "request access" from "request permission"? (#94)

[w3c/permissions] Specify how request and revoke work on push and midi permissions. (#90)

[w3c/permissions] Support minimizable request UI with permissions.request() (#76)

[w3c/permissions] Switch to having TravisCI build the spec (#89)

[w3c/permissions] Why is "retrieve the permission storage" not in "Permission store"? (#84)

[w3c/push-api] Allow Subscription via TOPIC headers (#189)

[w3c/selection-api] Add [CEReactions] to Selection's deleteFromDocument() (#68)

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

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

[w3c/touch-events] Expand mouse events/click note to specify these are usually only fired for tap (#63)

[w3c/touch-events] Expand mouse/click interactions (#65)

[w3c/touch-events] explicitly define what happens with Touch Events during scrolling, pinch-zoom, etc? (#60)

[w3c/touch-events] Spec should be explicit on whether the order of elements in TouchLists is relevant (#13)

[w3c/touch-events] Specify what browsers do on non-touch devices (#64)

[w3c/touch-events] Why don't Touch objects have offsetX and offsetY properties like MouseEvent does? (#62)

[w3c/uievents-code] 'IntlHash' should be dropped from the spec (#9)

[w3c/uievents-key] "ISO Level 3 shift modifier" is unclear (#18)

[w3c/uievents-key] Add link to "UI Events code" in README (#24)

[w3c/uievents-key] For user-agents on Windows OS, map the "windows key" to Meta (instead of "OS") (#9)

[w3c/uievents-key] Mention modern usage of Esc (#23)

[w3c/uievents] Add self to ACKS (#83)

[w3c/uievents] Editorial cleanup to prep for next WD (#86)

[w3c/uievents] Gamepad-specific DOM keys / location? (#79)

[w3c/uievents] Mismatch definition for `beforeinput` with `w3c/editing` (#85)

[w3c/uievents] MouseEvent.fromElement/toElement (#84)

[w3c/uievents] Set GitHub website field (#80)

[w3c/webcomponents] "::slotted" pseudo elements (#331)

[w3c/webcomponents] "The event relatedTarget retargeting process must occur prior to dispatch of an event." (#485)

[w3c/webcomponents] <iframe> and the History API (#184)

[w3c/webcomponents] [Custom]: "are" custom element names ASCII characters, or MUST they be ASCII characters? (#239)

[w3c/webcomponents] [idea] Allowing custom element registrations on per-shadow-root basis. (#488)

[w3c/webcomponents] [Shadow] activeElement behavior seems to break encapsulation (#358)

[w3c/webcomponents] Add authoring guidance for writing custom element constructors (#409)

[w3c/webcomponents] Add delegatesFocus in the Shadow DOM spec. (#480)

[w3c/webcomponents] Add delegatesFocus to the spec (#455)

[w3c/webcomponents] Add dispatcherEvent for callbacks (#489)

[w3c/webcomponents] An API for determining if the focused element is a text editor (#483)

[w3c/webcomponents] Closed flag proposal breaks ability to audit and automate tests of web pages (#354)

[w3c/webcomponents] Consider exposing Shadom DOM and Custom Elements only in secure contexts (#449)

[w3c/webcomponents] Consider simpler alternative to the "type extension elements" (#478)

[w3c/webcomponents] Create an element type extension path with sync flag set should not enqueue upgrade; it should just upgrade (#469)

[w3c/webcomponents] createElement and createElementNS() should check is attribute (#466)

[w3c/webcomponents] CSSOM: ignore title attributes on style elements in shadow trees (#391)

[w3c/webcomponents] deepPath's definition is ambiguous when the event path contains a non-Node EventTarget (#432)

[w3c/webcomponents] Define order for attributeChangedCallback invocation? (#474)

[w3c/webcomponents] Define the timing when distribution happens (#73)

[w3c/webcomponents] defined promise (#427)

[w3c/webcomponents] defineElement should not cache lifecycle callbacks and prototype of a custom element class (#417)

[w3c/webcomponents] document.currentScript from a script in a shadow tree. (#477)

[w3c/webcomponents] Does relatedTargetScoped make sense (#486)

[w3c/webcomponents] Does relatedTargetScoped need changes (#486)

[w3c/webcomponents] Editorial: create an element's "new element" step (#463)

[w3c/webcomponents] Element interfaces (#472)

[w3c/webcomponents] ES5 consideration for custom elements (#423)

[w3c/webcomponents] Focus Navigation for slots (#375)

[w3c/webcomponents] Integrate callback invocation with IDL (#186)

[w3c/webcomponents] Introduce "delegatesFocus" flag to shadow root (#126)

[w3c/webcomponents] Large custom element spec rewrite to implement some F2F decisions (d95392f)

[w3c/webcomponents] Make Slot.assingedNodes({flatten: true}) return an empty array if the slot is in a document tree (#482)

[w3c/webcomponents] Make Slot.assingedNodes({flatten: true}) return null if the slot is in a document tree (#482)

[w3c/webcomponents] Need "slotchange" event (#288)

[w3c/webcomponents] node.isConnected (#81)

[w3c/webcomponents] Note about "custom" is misleading (#461)

[w3c/webcomponents] Parse <slot> like <template> (#59)

[w3c/webcomponents] Permit retrieval of registered classes from window.customElements (#445)

[w3c/webcomponents] Proposed change for active element algorithm. (#380)

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

[w3c/webcomponents] Remove the reference attachedCallback in example (#487)

[w3c/webcomponents] Remove the support for inherting from builtin subclasses of HTMLElement and SVGElement (bugzilla: 28547) (#133)

[w3c/webcomponents] Rename custom tag (#434)

[w3c/webcomponents] Rename getAssignedNodes()? (#451)

[w3c/webcomponents] Resize events needed? (#352)

[w3c/webcomponents] Return constructor from customElements.define (#484)

[w3c/webcomponents] Revert "Revert edits to custom elements made by me for process reasons" (9d349ee)

[w3c/webcomponents] Shadow DOM Cascade Order (#316)

[w3c/webcomponents] Shadow dom: use css containment features by default (#355)

[w3c/webcomponents] Shadow tree event processing model (#485)

[w3c/webcomponents] Sharing styles across custom elements (#282)

[w3c/webcomponents] Should parser extensibility be a design goal? (#113)

[w3c/webcomponents] Should shadow host have `display: block` by default? (#426)

[w3c/webcomponents] Slots in a flat tree (#308)

[w3c/webcomponents] Styling of elements where attachShadow(...) not allowed (#376)

[w3c/webcomponents] Update attachedCallback to connectedCallback. (#491)

[w3c/webcomponents] Upstream Shadow DOM spec to DOM/HTML Standard (#377)

[w3c/webcomponents] What DOM content category do custom elements belong to? (#454)

[w3c/webcomponents] Where is the spec? (#481)

[w3c/webcomponents] Why allow shadow root style to access :host? (#490)

[w3c/webcomponents] {DocumentOrShadowRoot or Slot}.activePath (#479)

[w3c/WebPlatformWG] Add Ben Kelly to attendees. (#23)

[w3c/WebPlatformWG] Add ehsan to the list of SW f2f attendees (#21)

[w3c/WebPlatformWG] Add myself to attendees. (#29)

[w3c/WebPlatformWG] Add Owen Campbell-Moore to remote attendees (#25)

[w3c/WebPlatformWG] Add referrer policy issue (#26)

[w3c/WebPlatformWG] Add remote participant dial-in info (#27)

[w3c/WebPlatformWG] Clean up attendee list (#28)

[w3c/WebPlatformWG] Consistent date formatting for F2F meetings (#15)

[w3c/WebPlatformWG] Filling out agenda (#30)

[w3c/WebPlatformWG] I'll be at the upcoming SW F2F. (#22)

[w3c/WebPlatformWG] Simplify text for introduction course (#14)

[w3c/WebPlatformWG] Todd Reifsteck will attend (#24)

[w3c/WebPlatformWG] Update 11-12aprSW.md (#31)

[w3c/WebPlatformWG] Update 11-12aprSW.md (#32)

[w3c/WebPlatformWG] Update 11-12aprSW.md (#33)

[w3c/webstorage] Comments from Josh Soref (2015-07-02) (#5)

[w3c/webstorage] Is data considered to be `running` between the script's initial execution, and the firing of the timeout? (#6)

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

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

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

[w3ctag/spec-reviews] Generic Sensor API (#110)

[w3ctag/spec-reviews] Indexed DB getAll(), openKeyCursor() and objectStoreNames (#84)

[w3ctag/spec-reviews] Payments Drafts Review (#109)

[w3ctag/spec-reviews] Performance Observer Review (formerly Navigation Timing 2 concepts) (#18)

[w3ctag/spec-reviews] Presentation API Request for Feedback (#61)

[w3ctag/spec-reviews] Privacy Mode (#101)

[w3ctag/spec-reviews] Review FormData additions in XHR (#87)

[w3ctag/spec-reviews] Storage persistence (#85)

[w3ctag/spec-reviews] Unblocking the HTTPS Transitions (#74)

[w3ctag/spec-reviews] URNbis documents (#117)

[w3ctag/spec-reviews] WebRTC (#14)

[whatwg/dom] " readonly attribute boolean bubbles;" (#232)

[whatwg/dom] "Attr? setAttributeNode(Attr attr);" (#205)

[whatwg/dom] "convert nodes into a node" needs to specify which document is used as the owner document for the nodes it creates (#224)

[whatwg/dom] "event . cancelable Returns true or false depend..." (#226)

[whatwg/dom] "HTMLCollection is an historical artifact we can..." (#203)

[whatwg/dom] "In a document" confusion (#238)

[whatwg/dom] "The previousElementSibling and nextElementSibli..." (#210)

[whatwg/dom] Add [CEReactions] annotations to mutating methods (#235)

[whatwg/dom] Add Element.prototype.closest(selectors) (fd69cc7)

[whatwg/dom] Add more legacy event types for createEvent() (#220)

[whatwg/dom] Add support for custom elements (7f63535)

[whatwg/dom] Add term "shadow-including ancestor"? (#225)

[whatwg/dom] Adding .closest() to more nodes (#161)

[whatwg/dom] Align with origin changes in HTML (20b3f3e)

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

[whatwg/dom] Change .createElement() namespace to match UAs (#213)

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

[whatwg/dom] createDocument() should use namespace to set content type (#217)

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

[whatwg/dom] Define "participate in a tree" instead of just "participate". (#216)

[whatwg/dom] Drop "keyevents" as an alias of "keyboardevent" for createEvent (#148)

[whatwg/dom] Editorial: add <code> back to the Events section (28689ed)

[whatwg/dom] Editorial: flip non-null/otherwise conditions (#234)

[whatwg/dom] Enable an event listener to be invoked just once (#207)

[whatwg/dom] Event delegation via EventListenerOptions (#215)

[whatwg/dom] Event.returnValue legacy property (#222)

[whatwg/dom] EventListenerOptions and AddEventListenerOptions should use default value false for all the properties (#239)

[whatwg/dom] Figure out how listeners should fire AT_TARGET when doing retargeting (#237)

[whatwg/dom] Fix #227: Make createEvent("touchevent") sometimes throw (#230)

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

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

[whatwg/dom] High resolution timing for events (#23)

[whatwg/dom] Inconsistency when using "Rethrow any exceptions" (#209)

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

[whatwg/dom] Make sure all the dfn-type definitions are exported (#233)

[whatwg/dom] Node.prototype.rootNode is not Web compatible (#241)

[whatwg/dom] Reminder to update document's origin definition after HTML updates (#195)

[whatwg/dom] Remove "svgevent" and "touchevent" from createEvent list? (#227)

[whatwg/dom] Remove 'passive' from the event listener key (#236)

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

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

[whatwg/dom] Set createDocument() content type from namespace (#218)

[whatwg/dom] Shadow: define attachShadow() for custom elements (#223)

[whatwg/dom] Shadow: define event retargeting for shadow trees (#240)

[whatwg/dom] Shadow: define slotchange event (#229)

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

[whatwg/dom] SVGEvent is only Gecko, Blink also has SVGEvents (#228)

[whatwg/dom] Swap `prefix, localName` params of create an element (#214)

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

[whatwg/dom] Unify behavior for error handling in supports() and contains() methods (#202)

[whatwg/dom] Updates to element creation and cross-references (#231)

[whatwg/dom] Upstream Custom Elements (#204)

[whatwg/encoding] Add additional legacy encodings (#39)

[whatwg/encoding] Adding BRF as "legacy" single-byte encoding for braille (#40)

[whatwg/encoding] Avoid teaching bad UTF-8 math. (#38)

[whatwg/encoding] Consider removing TextEncoder support for UTF-16 (#18)

[whatwg/encoding] Crispy cono asv (#46)

[whatwg/encoding] Document buffer tricks? (#44)

[whatwg/encoding] Export the algorithms intended for use by other specs. (#43)

[whatwg/encoding] Fix #18: remove UTF-16 support from TextEncoder (#36)

[whatwg/encoding] Fix regression in utf-8 decoder (#45)

[whatwg/encoding] Make the name of ISO-8859-8-I all upper case in encodings.json. (#41)

[whatwg/encoding] utf-8 decoder lead byte switch branches 0xE0 to 0xEF, 0xF0 to 0xF4 need 'return continue' (#42)

[whatwg/encoding] utf-8 encoder lead byte switch branches 0xE0 to 0xEF, 0xF0 to 0xF4 need 'return continue' (#42)

[whatwg/fetch] "origin-only" and "origin" (#287)

[whatwg/fetch] "There is a cache match for request if origin is..." (#281)

[whatwg/fetch] Ability to configure default Headers (#271)

[whatwg/fetch] Accept headers in spec cause confusion (#274)

[whatwg/fetch] Add 'parser metadata' to requests. (#285)

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

[whatwg/fetch] Allow * for Access-Control-Allow-Headers and Access-Control-Allow-Methods (#251)

[whatwg/fetch] Allow setting `cookie` header in credential-less CORS requests (#268)

[whatwg/fetch] Blob URLs should grab HTTPS state from Blob objects (#270)

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

[whatwg/fetch] Clarify the meaning of "" for ReferrerPolicy (#226)

[whatwg/fetch] Credentials flag text in "CORS-preflight fetch" is unnecessarily convoluted (#279)

[whatwg/fetch] CSP Request Header and CORS preflight fetch. (#52)

[whatwg/fetch] Define encoding for HTTP Basic Authentication (#282)

[whatwg/fetch] How does request url differ from url list and current url? (#275)

[whatwg/fetch] HTTP/2 server push support (#51)

[whatwg/fetch] Integrate Client-Hints with Fetch (#258)

[whatwg/fetch] Issue #269: Add 'cryptographic nonce metadata' to requests. (#273)

[whatwg/fetch] Only-if-cached (#159)

[whatwg/fetch] Referrer policy: Should request's referrer policy be updated in the main fetch? (#266)

[whatwg/fetch] Remove about:unicorn (#147)

[whatwg/fetch] Remove double-negative in CORS-preflight fetch credentials tags (#288)

[whatwg/fetch] Rename simple header (#277)

[whatwg/fetch] Rename simple header to cors-preflight request-header (#286)

[whatwg/fetch] Response construction with ReadableStream (#283)

[whatwg/fetch] RFC: a mechanism to bypass CORS preflight (#210)

[whatwg/fetch] Set the HTTPS state to 'modern' for more things (#290)

[whatwg/fetch] should fetch() allow no-cors cross-origin HEAD request? (#278)

[whatwg/fetch] Should request's origin be exposed to javascript (#272)

[whatwg/fetch] Should the cache control default mode match how the page is loaded? (#289)

[whatwg/fetch] The CSP hooks for `<script src='...' nonce='...'>` are broken. (#269)

[whatwg/fetch] Update request's referrer policy when fetching (#280)

[whatwg/fetch] URLs with username/password (#26)

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

[whatwg/fetch] Write a formatting guide (#276)

[whatwg/fullscreen] Make fullscreenElement and fullscreenEnabled [Replaceable]? (#2)

[whatwg/storage] "syncable" storage? (#1)

[whatwg/storage] Add example for estimate() (#20)

[whatwg/storage] Allow all storage types to expire, not just cookies (#11)

[whatwg/storage] Clarify relation to existing storage APIs (#24)

[whatwg/storage] Classify cookies as site storage (#8)

[whatwg/storage] Default box type: change from "atomic" to... ? (#21)

[whatwg/storage] Define the behavior when calling persist() if the resource has been already used (#25)

[whatwg/storage] Feedback on the persist() algorithm. (#26)

[whatwg/storage] Miscellaneous editorial feedback (#23)

[whatwg/storage] Permissions API integration needs to be improved (#19)

[whatwg/storage] Permissions API reflection for Persistent Permission (#14)

[whatwg/storage] Rename requestPersistent() to persist() (#17)

[whatwg/storage] Rework definitions in "Quota" section / API steps for estimate (#22)

[whatwg/streams] [Guideline] Style (#421)

[whatwg/streams] [Guideline] Where to factor out logic (#437)

[whatwg/streams] Add Contributing.md with various editing guidelines (#439)

[whatwg/streams] Allow to set mime-type when calling blob() on a stream (#438)

[whatwg/streams] Convert internal slot accesses in the reference implementation to use symbols (#443)

[whatwg/streams] doc: Fix some variable, properties and function references. (#442)

[whatwg/streams] Fixing 'ReadableStream: should call pull when trying to read from a started, empty stream' flakiness (#441)

[whatwg/streams] Guideline for where to factor out logic (#437)

[whatwg/streams] Mention code of conduct in README (#434)

[whatwg/streams] Merge getBYOBReader() into getReader() and rename class names and switches (#436)

[whatwg/streams] Mostly-editorial tweaks to align with newer ES algorithm styles (#444)

[whatwg/streams] node streams coordination (#435)

[whatwg/streams] Relationship between streams tests in whatwg/streams repo and W3C/web-platform-tests repo (#440)

[whatwg/streams] Review request on the ReadableStream API (#433)

[whatwg/streams] Target for web-platform-tests streams API tests (#411)

[whatwg/streams] Update reference implementation for Node v6 (#445)

[whatwg/streams] What should we call ReadableByteStream.prototype.getBYOBReader()? (#294)

[whatwg/url] `url.port = ""` sets the port number to null. (#113)

[whatwg/url] `url.port = ''` sets the port number to null. (#113)

[whatwg/url] File names in application/x-www-form-urlencoded serializer (#109)

[whatwg/url] IDNA / UTS #46 "should" requirements (#110)

[whatwg/url] Improve the comment about blob URL origins. (#115)

[whatwg/url] Remove isindex handling (#116)

[whatwg/url] Simply return the port for a URL's origin, not its default port (#102)

[whatwg/url] Stop after setting an url’s query to null. (#114)

[whatwg/url] The href setter needs to reset the query object (#117)

[whatwg/url] URLUtils is wrong for Location object (#61)

[whatwg/url] Validating and escaping mismatch in pathname (#112)

[whatwg/xhr] Add a <dfn> for FormData's entry's type. (#63)

[whatwg/xhr] Allow synchronous withCredentials (#67)

[whatwg/xhr] Drop the InvalidAccessError from the withCredentials setter when the synchronous flag is set (#66)

[whatwg/xhr] null for response in case of invalid JSON (#68)

[whatwg/xhr] Should send() throw if the XHR object's window's document is not fully active? (#65)

[whatwg/xhr] Stop storing the global object on XMLHttpRequest twice (#64)

[whatwg/xhr] Synchronous XMLHttpRequest (#69)

[WICG/a11yapi] assert typo (#30)

[WICG/a11yapi] Missing example? (#29)

[WICG/directory-upload] form submission should be sync; how can this work with <input type="file" directory> ? (#35)

[WICG/directory-upload] Leading slash in FormData (#36)

[WICG/directory-upload] readEntries needs to be called until no items are left (#37)

Last message date: Saturday, 30 April 2016 22:14:07 UTC