public-webapps-github@w3.org from February 2017 by subject

[heycam/webidl] `any` type conversion does not take into account of symbols (#301)

[heycam/webidl] Add an informative section on overloads vs. unions/optional (#307)

[heycam/webidl] Allow extended attributes to apply to types (#286)

[heycam/webidl] Allow records to be nullable in all cases and omitted as optional operation arguments. (#305)

[heycam/webidl] Allow records to be omitted (#304)

[heycam/webidl] Are operations on the `[[BackingMap]]` and `[[BackingSet]]` page-hookable? And if not, why not? (#254)

[heycam/webidl] Ban nullable records in dictionary members and operation arguments. (#299)

[heycam/webidl] Base sequences, dictionaries, and records on Infra types (#317)

[heycam/webidl] Carry out math operations on real numbers, not IEEE 754. (#316)

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

[heycam/webidl] Clarify [[Call]] + [[Construct]] for named (and possibly non-named) constructors (#278)

[heycam/webidl] Clarify that exceptions are always thrown in the current Realm (#300)

[heycam/webidl] Cleanup DOMException. (#320)

[heycam/webidl] Code-points, code-units, characters, oh my! (#312)

[heycam/webidl] Constant sequence value (#318)

[heycam/webidl] Constants require an interface prototype object which callback interfaces don't have (#281)

[heycam/webidl] Dictionary inclusion rules need to take record<> into account (#296)

[heycam/webidl] Disambiguate / explain maplike vs record (#303)

[heycam/webidl] Distinguishability categories are a bit confused about types vs non-types (#309)

[heycam/webidl] Do records (record<>s) purposefully throw on any object with an enumerable Symbol-named property? (#294)

[heycam/webidl] Do records purposefully throw on any object with an enumerable Symbol-named property? (#294)

[heycam/webidl] Drop toJSON as reserved identifier (#293)

[heycam/webidl] Editorial: fix readme line breaks (#310)

[heycam/webidl] Editorial: markup legacy caller correctly (#244)

[heycam/webidl] Editorial: use recently added ids to ES math equations. (#290)

[heycam/webidl] Environment stuff for exception throwing is nonsense (#292)

[heycam/webidl] Fix #296: ban dictionary recursion through records. (#298)

[heycam/webidl] Fix an example of serialization behavior (#302)

[heycam/webidl] Investigate banning nullable enums (#213)

[heycam/webidl] Is -0 < 0, regarding [EnforceRange]? (#306)

[heycam/webidl] Legacy callback interface objects are badly defined (#78)

[heycam/webidl] Links to ECMA-262 abstract math functions should be more specific (#288)

[heycam/webidl] Make the situation with [] default values a bit clearer. (#319)

[heycam/webidl] Meta: fix broken deploy script (#311)

[heycam/webidl] Meta: Fix scroll jank (#315)

[heycam/webidl] No obvious way to link to the effective overload set construction algorithm (#308)

[heycam/webidl] Remove [LegacyArrayClass] (#291)

[heycam/webidl] Replace serializers by toJSON and [Default] extended attribute (#323)

[heycam/webidl] Require `new` for named constructors (#275)

[heycam/webidl] Revamp interface bindings (#283)

[heycam/webidl] Revamp interface bindings (#313)

[heycam/webidl] Scroll script causes jank (#314)

[heycam/webidl] Set up auto-deploy to GitHub pages from master (#221)

[heycam/webidl] short-svg (#322)

[heycam/webidl] Should callback interface objects have a "length" property? (#279)

[heycam/webidl] Sort out when dictionaries and records should have default values (#76)

[heycam/webidl] Where does it say that a nullable record cannot be the type of a dictionary member? (#295)

[heycam/webidl] Where does it say that a nullable record<> cannot be the type of a dictionary member? (#295)

[heycam/webidl] Where does it say that a nullable record<> cannot be the type of an operation argument? (#297)

[heycam/webidl] Why can't an inherited dictionary override something as required? (#321)

[w3c/clipboard-apis] Add ipr functionality to the spec (#39)

[w3c/clipboard-apis] Behavior of queryCommandEnabled (#7)

[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] How do we address cross-origin selection/focus changes? (#38)

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

[w3c/clipboard-apis] The ClipboardEvent constructor is strange (#10)

[w3c/clipboard-apis] Where would one get a DataTransfer to hand to the ClipboardEvent constructor? (#33)

[w3c/editing] Behavior of queryCommandEnabled (#161)

[w3c/FileAPI] "origin of a blob URL" is redundant/confusing (#63)

[w3c/FileAPI] "Unicode Serialization of a Blob URL" algorithm makes no sense (#59)

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

[w3c/FileAPI] Cloning a Blob and then close the original one, does it change the state of the cloned one? (#18)

[w3c/FileAPI] Constructing a new blob from a closed blob (#17)

[w3c/FileAPI] Describe internal slots of Blob and File objects better (#71)

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

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

[w3c/FileAPI] FileList.drop method (#72)

[w3c/FileAPI] Fix several issues with the "Serialization of a Blob URL" algorithm. (#61)

[w3c/FileAPI] Not expose FileReaderSync to service worker (#16)

[w3c/FileAPI] Please set the repository's URL to https://w3c.github.io/FileAPI/ (#64)

[w3c/FileAPI] Remove createFor() (#57)

[w3c/FileAPI] Remove definition of Blob.close() and all related terms. (#68)

[w3c/FileAPI] Remove definition of Blob.close() and all related terms. (#68) (c9e0a6c)

[w3c/FileAPI] Remove FileList (Migrate to | typedef FileList FrozenArray<File>; | (#19)

[w3c/FileAPI] Remove the URL.createFor method. (#62)

[w3c/FileAPI] Rename Blob URL to Object URL (#65)

[w3c/FileAPI] Set FileReader.error to an AbortError when abort() is called. (#66)

[w3c/FileAPI] Stop using incumbent settings object (#67)

[w3c/FileAPI] Stop using the "incumbent settings object" (#60)

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

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

[w3c/FileAPI] Use ASCII origin in blob URLs (#7)

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

[w3c/FileAPI] Use HTML's definition of "Unicode serialization of an origin" (#58)

[w3c/FileAPI] What should the ProgressEvent attributes be in the case of an error/abort? (#14)

[w3c/FileAPI] where is this document for "utils.regexp.isChinese"? (#70)

[w3c/gamepad] GamepadHapticActuator needs to define the situation of loss focus (#58)

[w3c/gamepad] GamepadHapticActuator pulse should be annotated [Throws, NewObject] (#59)

[w3c/IndexedDB] "If an exception was propagated out from any event handler" is not a thing (#140)

[w3c/IndexedDB] Add caniuse panels (#159)

[w3c/IndexedDB] Add Security note about persistence/version skew (#156)

[w3c/IndexedDB] Clarify purpose and lifetime of upgrade transactions (#155)

[w3c/IndexedDB] Editorial: remove repeated word (#151)

[w3c/IndexedDB] Fix markdown indentation to repair algorithm. Resolves #142 (#143)

[w3c/IndexedDB] Fixes for 'steps for storing' (#146)

[w3c/IndexedDB] Grant access to other origins (#60)

[w3c/IndexedDB] Horizontal review… (#112)

[w3c/IndexedDB] Implement transaction cleanup hook for [HTML] (#145)

[w3c/IndexedDB] Indicate 2.0 feature support in Chrome/Firefox/Safari (#157)

[w3c/IndexedDB] Key generator behavior with explicit keys above 2^53 (#147)

[w3c/IndexedDB] Make algorithm names more succinct and consistent (#158)

[w3c/IndexedDB] Non-normative note about what an upgrade transaction is normally used for (#154)

[w3c/IndexedDB] open/deleteDatabase should throw on opaque origin (#150)

[w3c/IndexedDB] Rework key generator algorithm (#153)

[w3c/IndexedDB] Security and Web Worker access for IndexedDB (#141)

[w3c/IndexedDB] Security: Add note about UAs needing to handle version skew (#139)

[w3c/IndexedDB] SharedArrayBuffer integration (#152)

[w3c/IndexedDB] Simplify "steps for storing a record into an object store"? (#144)

[w3c/IndexedDB] simplify algorithm names (#160)

[w3c/IndexedDB] specify what should happen if the origin of execution context is opaque (#148)

[w3c/IndexedDB] Step for multientry key conversion are mis-indented (#142)

[w3c/IndexedDB] Use proposed DOM hook for exceptions thrown during dispatch (#149)

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

[w3c/manifest] Feat(events): add BeforeInstallPromptEvent (#520)

[w3c/manifest] feat: Add splashscreens member + purpose (closes #510) (#530)

[w3c/manifest] Icon shapes and masking (#555)

[w3c/manifest] Make start_url relative to scope and not manifest location (#552)

[w3c/manifest] Make unbounded navigation scope less broad (#550)

[w3c/manifest] scope="../" should be invalid (#551)

[w3c/manifest] Should the scope terminate by "/"? (#554)

[w3c/manifest] Simple Example and Complex Example (#553)

[w3c/manifest] style: less resistance (737c006)

[w3c/manifest] unbounded check in navigation should check origin (#549)

[w3c/permissions] Define restrictions on "device-info" permission (from TPAC). (#131)

[w3c/permissions] May reorder the permission state read steps (#137)

[w3c/push-api] Clarify that push messages can come from anywhere (#239)

[w3c/push-api] Connectivity is not required to unsubscribe a subscription (#238)

[w3c/push-api] Describe process for subscription updates (#132)

[w3c/push-api] Enable auto publishing of Push API drafts (#241)

[w3c/push-api] event.waitUntil(registration.subscribe()) would cause a deadlock (#221)

[w3c/push-api] Fire pushsubscriptionchange when user revokes permission (#116)

[w3c/push-api] Firing `pushsubscriptionchange` when permission is regranted (#236)

[w3c/push-api] Interaction with SOP (#211)

[w3c/push-api] Pass removed subscriptions as a property of the `pushsubscriptionchange` event (#193)

[w3c/push-api] Properly define the pushsubscriptionchange event (#234)

[w3c/push-api] Properly defining `pushsubscriptionchange` (#228)

[w3c/push-api] Propose enabling background sync from `pushsubscriptionchange` events (#240)

[w3c/push-api] push-register (pushregistrationlost / pushsubscriptionchange) behavior when clearing browser cache (#61)

[w3c/push-api] PushSubscription should have an attribute for ExpirationTime (#86)

[w3c/push-api] pushsubscriptionchange - Initial feedback (#120)

[w3c/push-api] Restructure the `push` event (#237)

[w3c/push-api] Separate out an algorithm for creating a push subscription (#235)

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

[w3c/selection-api] Change addRange (#81)

[w3c/selection-api] Change addRange (closes #80) (#81)

[w3c/selection-api] Let addRange not update existing range (#80)

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

[w3c/selection-api] Specify baseNode/baseOffset/extentNode/extentOffset? (#34)

[w3c/ServiceWorker] "ancestor origins array" is going away (#1051)

[w3c/ServiceWorker] `Clients.matchAll()` should exclude the current environment (#1037)

[w3c/ServiceWorker] A header-based SW installation (#685)

[w3c/ServiceWorker] Add check for CORS-safelisted methods and headers to foreign fetch. (#1067)

[w3c/ServiceWorker] Add Client type for ServiceWorkerGlobalScope environments (#1074)

[w3c/ServiceWorker] Add specific Processing headings + minor editorial (#1071)

[w3c/ServiceWorker] clarify Clients.matchAll() focus order for nested frames (#1080)

[w3c/ServiceWorker] clarify that Client "creation order" means when reserved Client created (#1078)

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

[w3c/ServiceWorker] Consider throwing when non-promise is passed to `waitUntil`. (#1068)

[w3c/ServiceWorker] Content-Type requirement of service worker importScripts() (#1032)

[w3c/ServiceWorker] Correcting usecache attribute. Fixes #1069 (#1070)

[w3c/ServiceWorker] Create F2F agenda - 3-4 April 2017 (#1053)

[w3c/ServiceWorker] Drop isReload (#873)

[w3c/ServiceWorker] Find a way for service workers to get their current state (#1077)

[w3c/ServiceWorker] Handling duplicate importScripts() (#1041)

[w3c/ServiceWorker] Improve Activate with Try Activate (#1065)

[w3c/ServiceWorker] Introduce Try Clear Registration; Delay activation (#1079)

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

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

[w3c/ServiceWorker] No event for knowing when service worker is not available (#1082)

[w3c/ServiceWorker] no way for using a websocket inside a service worker (#1072)

[w3c/ServiceWorker] Opt cache.add/addAll and importScripts out of a local service worker (#1025)

[w3c/ServiceWorker] Pagination in cache.keys() (#1066)

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

[w3c/ServiceWorker] requestIdleCallback (equivalent) for ServiceWorkerGlobalScope (#790)

[w3c/ServiceWorker] reserved Client objects and redirected navigations (#1031)

[w3c/ServiceWorker] Service worker ID - remove? (#1076)

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

[w3c/ServiceWorker] Support returning ServiceWorker Client environments from `Clients.matchAll()` (#1036)

[w3c/ServiceWorker] SW spec associates Client objects with browsing context in a couple places (#1083)

[w3c/ServiceWorker] Track ancestorOrigins privacy issues (#1075)

[w3c/ServiceWorker] Update to reference HTML for link rel=serviceworker (#1073)

[w3c/ServiceWorker] Use DOMStringList for ancestorOrigins (#1052)

[w3c/ServiceWorker] useCache attribute design seems very very wrong (#1069)

[w3c/ServiceWorker] what should Client.url return for a reserved Worker Client? (#1034)

[w3c/uievents-code] 'Key value' terminology is ambiguous and confusing (#14)

[w3c/uievents-code] Printable control characters needs refinement (#15)

[w3c/uievents-key] Are Shift or AltGr fallbacks sufficient? (#40)

[w3c/uievents-key] Example 33 cleanup (#41)

[w3c/uievents-key] Request example for DomKey when Ctrl and CapsLock are both down (#39)

[w3c/uievents] Clearly specify initUIEvent (#133)

[w3c/uievents] Specify the arguments of initCompositionEvent() (#134)

[w3c/uievents] Specify the arguments of initMouseEvent() (#136)

[w3c/uievents] Standardize layerX/layerY on MouseEvent (#135)

[w3c/webcomponents] [imports]: <link rel=import> shouldn't be active when added by innerHTML (bugzilla: 26898) (#193)

[w3c/webcomponents] accessibility considerations: states and behaviors (#567)

[w3c/webcomponents] Fix a few typos (#625)

[w3c/webcomponents] fullscreenchange should be dispatched on each ancestor shadow root (#614)

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

[w3c/webcomponents] Shadow DOM Example 1 whithout slot attribute applied, select by class (#626)

[w3c/webcomponents] Shadow DOM Example 1 without slot attribute applied, select by class (#626)

[w3c/webcomponents] Shadow dom innerhtml and CSP unsafe-inline (#627)

[w3c/webcomponents] Support Custom Pseudo-elements (#300)

[w3c/webcomponents] Support renaming, aliasing, or namespacing imported elements (#344)

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

[w3ctag/spec-reviews] "With Credentials" flag possibly inconsistent with web architecture (#76)

[w3ctag/spec-reviews] A spec style/structure checklist? (#136)

[w3ctag/spec-reviews] allow-top-navigation-by-user-activation (#154)

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

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

[w3ctag/spec-reviews] Browser Fingerprinting Document (#38)

[w3ctag/spec-reviews] Custom Paint API to CR (#140)

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

[w3ctag/spec-reviews] Geofencing FPWD (#89)

[w3ctag/spec-reviews] IFrame support in web payments (#147)

[w3ctag/spec-reviews] ImageBitmapRenderingContext (part of offscreen canvas) (#141)

[w3ctag/spec-reviews] IndexedDB 2.0 features review (#153)

[w3ctag/spec-reviews] Long Task API (#150)

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

[w3ctag/spec-reviews] MediaSession (#149)

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

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

[w3ctag/spec-reviews] PaymentRequest.canMakeActivePayment() (#146)

[w3ctag/spec-reviews] Performance API's, Security and Privacy (#120)

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

[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 OffscreenCanvas (#144)

[w3ctag/spec-reviews] Review origin policy. (#127)

[w3ctag/spec-reviews] Review request for Scroll Anchoring (#142)

[w3ctag/spec-reviews] Security Questionnaire (#77)

[w3ctag/spec-reviews] Timed Text Markup Language 2 (TTML2) (#138)

[w3ctag/spec-reviews] TV Control API (#111)

[w3ctag/spec-reviews] TV-Specific Web Subsetting (#105)

[w3ctag/spec-reviews] WASM JS API review (#151)

[w3ctag/spec-reviews] Web Payments Working Group Specifications (#152)

[w3ctag/spec-reviews] WebRTC Stats review (#148)

[w3ctag/spec-reviews] WebUSB (#108)

[whatwg/dom] "create an event" doesn't work for certain UI events (#414)

[whatwg/dom] "If options is a dictionary, then set capture to..." (#408)

[whatwg/dom] [Proposal] Add EventTarget.getEventListeners() (#412)

[whatwg/dom] Add event.srcElement as a legacy alias to event.target (#407)

[whatwg/dom] Add legacyOutputDidListenersThrowFlag to event dispatch for IDB (#409)

[whatwg/dom] Add window.event, event.srcElement, event.returnValue as a legacy compat requirements (#407)

[whatwg/dom] Consider adding localNameFilter to MutationObserver (#398)

[whatwg/dom] Consider adding Promise-based API for listerning event (#333)

[whatwg/dom] Consider removing `document.origin` (#410)

[whatwg/dom] Event Listener Execution Order for Same Event Is Undefined (#415)

[whatwg/dom] Event not dispatched by the user agent should not fallback to legacy (#404)

[whatwg/dom] EventTarget.addEventListener lacks a proper definition on how to handle invalid callback (#405)

[whatwg/dom] Fallback to legacy type only when event is trusted (#406)

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

[whatwg/dom] initEvent should not require three parameters (#387)

[whatwg/dom] Meta: enable PR preview (#413)

[whatwg/dom] Meta: link to web-platform-tests in header (#411)

[whatwg/dom] Meta: use SSH securely (#397)

[whatwg/dom] Proposal: DOMChangeList (#270)

[whatwg/dom] Standardize certain Microsoft event extensions (#334)

[whatwg/encoding] " push a copy of input " (#92)

[whatwg/encoding] "decoder = TextDecoder(encoding)" (#90)

[whatwg/encoding] Add Streams support (#72)

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

[whatwg/encoding] Editorial: fix formatting of code and add new to constructor (#91)

[whatwg/encoding] Meta: enable PR preview (#93)

[whatwg/fetch] "parse a header value" should be more careful with types (#474)

[whatwg/fetch] "process request body" is gone (#495)

[whatwg/fetch] ABNF Notation Reference (#489)

[whatwg/fetch] Aborting a fetch: The Next Generation (#447)

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

[whatwg/fetch] Add 'target browsing context' to requests. (#466)

[whatwg/fetch] Add several ports to the "bad ports" list. (#482)

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

[whatwg/fetch] Allow * for Access-Control-Expose-Headers (#252)

[whatwg/fetch] Allow connection reuse for request without credentials when TLS client auth is not in use (#341)

[whatwg/fetch] Allow service-workers mode to be set in fetch options (#492)

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

[whatwg/fetch] Block 'ftp:' requests from non-'ftp:' clients. (#464)

[whatwg/fetch] Block subresource requests whose URLs include credentials. (#465)

[whatwg/fetch] Breaking: redo value parsing as value extraction (#494)

[whatwg/fetch] Cannot use [SameObject] for trailers (#473)

[whatwg/fetch] Changing skip-service-worker flag to use-service-workers enum (#435)

[whatwg/fetch] Clarify the ABNF flavor in use (#490)

[whatwg/fetch] Constructing a Headers from another Headers is lossy (#481)

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

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

[whatwg/fetch] Enforce limit on inflight keepalive bytes (#419)

[whatwg/fetch] Error-prone: "Response with null body status cannot have body" (#487)

[whatwg/fetch] Expose PerformanceResourceTiming in Response Objects (#491)

[whatwg/fetch] Fix typo particpating->participating (#477)

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

[whatwg/fetch] Headers.get/getAll/has do not byte-lowercase the name (#203)

[whatwg/fetch] Is a missing HeadersInit treated differently from an empty one? (#479)

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

[whatwg/fetch] Meta: enable PR review (#493)

[whatwg/fetch] Meta: update spec deploy and editing infrastructure (#478)

[whatwg/fetch] Only specific APIs should skip the fetch event when called within a service worker (#303)

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

[whatwg/fetch] preload, destinations, and module scripts (#486)

[whatwg/fetch] Reading `FormData` from `Request()`; setting correct `MIME` type (#480)

[whatwg/fetch] Reading FormData from Request(); setting correct MIME type (#480)

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

[whatwg/fetch] Regression: make Request constructor account for changes to fill (#484)

[whatwg/fetch] Response's trailer cannot use [SameObject] (#488)

[whatwg/fetch] should CSP be checked on each redirect? (#485)

[whatwg/fetch] Stop lowercasing header names (#476)

[whatwg/fetch] Streams based uploading with Content-Length (not chunked encoding) (#95)

[whatwg/fetch] Type confusion in Request constructor leading to underdefined behavior (#483)

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

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

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

[whatwg/fullscreen] Change algorithm of "collect documents to unfullscreen" (#72)

[whatwg/fullscreen] https://content.jwplatform.com/libraries/LJpSz0C8.js (#76)

[whatwg/fullscreen] Link to web-platform-tests in header (#75)

[whatwg/fullscreen] Meta: enable PR preview (#77)

[whatwg/storage] API exposure/behavior for unique origins? (#41)

[whatwg/storage] Disable the API in opaque origins (#43)

[whatwg/storage] Meta: enable PR preview (#42)

[whatwg/streams] "If returnValue is an abrupt completion, return ..." (#682)

[whatwg/streams] "Set totalSize to totalSize + pair.[[size]]." (#582)

[whatwg/streams] Access to reader.readIntoRequests withtout checking reader type (#686)

[whatwg/streams] Are abstract operations supposed to be in alphabetical order? (#684)

[whatwg/streams] Chunking with Streams (#171)

[whatwg/streams] Correct bad variable in PromiseInvokeOrNoop (#685)

[whatwg/streams] define semantics of {source,sink}.finally() (#636)

[whatwg/streams] Execute strategySize first in write() (#680)

[whatwg/streams] Export the "error the stream" concept? (#679)

[whatwg/streams] factor out pipeTo into abstract op ReadableStreamPipeTo (#676)

[whatwg/streams] Fix queue total size tracking logic (#661)

[whatwg/streams] precision issues with very large chunks and desiredSize (#657)

[whatwg/streams] Should write() always error the stream when it rejects the promise it returned? (#476)

[whatwg/streams] sink.abort() can be called during sink.start() (#683)

[whatwg/streams] Specify ReadableStream.[[Transfer]] (#623)

[whatwg/streams] strategy.size() can reenter WritableStream logic before its caller finishes all the work (#675)

[whatwg/streams] WebIDL syntax for parameterized streams? (#678)

[whatwg/streams] Writable stream spec fixes (#681)

[whatwg/url] A file URL cannot have credentials (#252)

[whatwg/url] Add more restrictions to the host parser (#159)

[whatwg/url] All the other network schemes (#241)

[whatwg/url] Avoid using "simply" (#201)

[whatwg/url] Change host parser for non-special schemes (#148)

[whatwg/url] Cleanup API for file and non-special URLs (#224)

[whatwg/url] Consider always escaping U+0020 (#125)

[whatwg/url] Define a host's "public suffix" and "registrable domain" (#72)

[whatwg/url] Define URL's toJSON() (#229)

[whatwg/url] Define which URLs are valid in the parser examples (#242)

[whatwg/url] Document, possibly standardize, "plus" scheme convention (#230)

[whatwg/url] Editorial: Minor formatting tweak (#255)

[whatwg/url] Editorial: move Windows drive letter to a more logical location (#227)

[whatwg/url] Editorial: remove one more instance of "simply" (#249)

[whatwg/url] Editorial: use specific names for encode sets (#243)

[whatwg/url] Editorial: use the Infra Standard for URL's path (#237)

[whatwg/url] Empty or null host when scheme is "file:"? (#258)

[whatwg/url] Explain how syntax relates to the parser for hosts and URLs (#228)

[whatwg/url] Explicitly list non-goals (#233)

[whatwg/url] File state did not correctly deal with lack of base URL (#225)

[whatwg/url] file state needs clarification (#217)

[whatwg/url] file: URL with a port number through the host setter (#97)

[whatwg/url] Fix: allow percent encoded code points in the non-special URLs host (#218)

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

[whatwg/url] IDNA (#53)

[whatwg/url] IDNA Nontransitional_Processing (#239)

[whatwg/url] IDNA2008 (#223)

[whatwg/url] IDNA: avoid defining valid domain string in terms of the parser (#245)

[whatwg/url] Is failure ever not a syntax violation? (#219)

[whatwg/url] Is file:///C|/foo/bar meant to be a syntax violation? (#209)

[whatwg/url] It's not immediately clear that "URL syntax" and "URL parser" conflict (#118)

[whatwg/url] Large ports of non special urls (#257)

[whatwg/url] Make IPv6 addresses in special URLs valid (#238)

[whatwg/url] Make URLSearchParams' record constructor more flexible (#204)

[whatwg/url] Maybe ensure there is a path item after the Windows drive letter path item (#193)

[whatwg/url] Merge pull request #1 from whatwg/master (#211)

[whatwg/url] Meta: enable preview and diffs for all pull requests (#236)

[whatwg/url] Meta: make .pr-preview.json valid json (#251)

[whatwg/url] Meta: state idempotence clearly as a goal (#226)

[whatwg/url] Meta: update .pr-preview.json config file (#250)

[whatwg/url] Needs to ignore repeated slashes in file URL (#232)

[whatwg/url] new URLSearchParams(entries) (#256)

[whatwg/url] Origin of blob URLs doesn't match what implementations do (#127)

[whatwg/url] Paths need to be copied from base URLs (#244)

[whatwg/url] Provide means to "strip query" (#247)

[whatwg/url] Remove javascript URL special case from the API (#254)

[whatwg/url] Remove special-casing of javascript URLs in the API (#253)

[whatwg/url] Repeated slashes should be arranged in file scheme (#234)

[whatwg/url] Repeated slashes should be ignored in file scheme (#234)

[whatwg/url] Setting path to base's path seems wrong (#231)

[whatwg/url] Should 'C%3A' or 'C%7C' be interpreted as 'C:' and 'C|'? (#210)

[whatwg/url] Should URL constructors prepend ? when initializing query objects? (#248)

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

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

[whatwg/url] Typo in file state (#246)

[whatwg/url] URLSearchParams constructor test has a bug (#220)

[whatwg/url] Use empty host for file URL's (#260)

[whatwg/url] Use Infra more (#235)

[whatwg/url] Use Nontransitional_Processing for IDNA ToASCII (#240)

[whatwg/url] username/password/port should be removed when "file" is added as scheme (#259)

[whatwg/xhr] "Every millisecond, as long as the stop timeout flag is unset, queue a microtask to run these subsubsubsteps" looks wrong. (#112)

[whatwg/xhr] "To handle response end-of-body for response, ru..." (#116)

[whatwg/xhr] Clarify when subsubsubsteps run in "process response" (#122)

[whatwg/xhr] Clean up "fire an event" and derivatives (#99)

[whatwg/xhr] Document that cannot be serialized does not throw (#120)

[whatwg/xhr] Early return step needed for cancelled send()? (#101)

[whatwg/xhr] Editorial: add an IDL index (#113)

[whatwg/xhr] Editorial: use a single response object (#126)

[whatwg/xhr] Ensure progress events fired from "process response" always have a valid loaded value (#118)

[whatwg/xhr] FormData.prototype.get should return `undefined` for not-present entries, instead of `null` (#27)

[whatwg/xhr] indexing my site with my naanmani.wordpress.com in various places. (#111)

[whatwg/xhr] Kill the progress event when readyState is 4 (#72)

[whatwg/xhr] Meta: enable PR preview (#117)

[whatwg/xhr] Meta: remove annotation system and update deploy infrastructure (#123)

[whatwg/xhr] mobile legends hack dong (#110)

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

[whatwg/xhr] overrideMimeType does not throw for invalid input (#125)

[whatwg/xhr] Regression fix: need transmitted/length defined before progress event dispatch (#121)

[whatwg/xhr] Remove assertion/test annotation system (#119)

[whatwg/xhr] setRequestHeader behavior doesn't seem to match implementations (#108)

[whatwg/xhr] Should we be pinning Blob URIs on fetches? (#79)

[whatwg/xhr] t (#114)

[whatwg/xhr] Use a single slot for the response object (#124)

[whatwg/xhr] what's this mean ? fetch will be repalce xmlhttprequest ? (#115)

[whatwg/xhr] what's this mean ? fetch will be replace xmlhttprequest ? (#115)

Last message date: Tuesday, 28 February 2017 23:34:42 UTC