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

[clipboard-apis] Add intro to 4. APIs from other specifications (#19)

[clipboard-apis] Add SVG reference to 3.2 Graphics with built-in semantics (#23)

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

[clipboard-apis] Definition of editing host (#20)

[clipboard-apis] event.clipboardData to be nullable, fixes #10 (07b6e98)

[clipboard-apis] Expand explanation of UI state logic (#22)

[clipboard-apis] How is focus managed? (#26)

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

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

[clipboard-apis] List of input types (#21)

[clipboard-apis] Make sure examples and tests know that ClipboardEvent constructor is useless (#27)

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

[directory-upload] Changed drop event listener to use EventTarget (#28)

[directory-upload] Consider adding webkitrelativepath to the spec to be compatible with the web (#30)

[directory-upload] Consider changing the boolean param of getFiles to a dictionary (#34)

[directory-upload] Consider how we could avoid the I/O blocking for FILE picking in addition to directory picking (#11)

[directory-upload] Consider renaming getDirectoriesAndFiles to fsitems or getFSItems (#32)

[directory-upload] Consider renaming getDirectoriesAndFiles to getFSItems (#32)

[directory-upload] Consider to remove HTMLInputElement.getFilesAndDirectories andHTMLInputElement.getFiles (#33)

[directory-upload] easier way to determine if something is a directory? (#24)

[directory-upload] Easier way to get files without complicated asynchronous traversal code (#26)

[directory-upload] HTMLInputElement.directory should be a Directory attribute and not a boolean (#31)

[directory-upload] input.files shouldn't be null if directory attribute is used (or at least not if webkitdirectory attribute is also set) (#29)

[directory-upload] It isn't clear whether Directory.path should include the name of the directory itself (#10)

[directory-upload] Should Directory be cloneable? (#27)

[DOM-Parsing] insertAdjacentHTML is broken (#4)

[dom] "callback (an EventListener" (#189)

[dom] "ProcessingInstruction" (#192)

[dom] "shadow-including root" should be a recursive definition. (#193)

[dom] "shadow-including root" should be recursive definition. (#193)

[dom] Add caniuse info boxes like the HTML spec (#69)

[dom] className setter is not defined? (#183)

[dom] E (#196)

[dom] Editorial: clone a range → clone the contents of a range (#188)

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

[dom] Export the term "target override" (#187)

[dom] Fix #193: Shadow: Fix shadow-including root (#194)

[dom] Fix #34: invoke insertion/removing steps for descendants (#184)

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

[dom] Hyperlink "get the parent" in override defs for easier x-referencing (#182)

[dom] insert/remove hooks need to be invoked for ancestor changes too (#34)

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

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

[dom] Properly check event's stop immediate propagation flag in "inner invoke" (#180)

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

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

[dom] Shadow: add shadow root (b2ee400)

[dom] Specify for='' on the couple of bare <a>root</a> autolinks. (#191)

[dom] Text nodes .closest (#161)

[dom] The NodeFilter callback interface doesn't make sense (#186)

[dom] Why remove CDataSection? (#142)

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

[editing] Base definition and ordering of beforeInput/input events should be in UI events, but the editing specific stuff should be in a separate editing spec. (#99)

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

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

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

[editing] CTRL+BACKSPACE or its equivalent behavior when deleting block elements (#117)

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

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

[fetch] "For each protocol in protocols, combine `Sec-We..." (#240)

[fetch] "force-cache" RequestCache type should not bypass validation for responses that would vary (#233)

[fetch] [DATAURL] is no longer a (quasi-)spec (#234)

[fetch] Add "must-revalidate" to RequestCache enumeration (#165)

[fetch] Add examples for PATCH and PatcH (or some such) (#260)

[fetch] Add new Access-Control-Suppress-Headers CORS response header (#253)

[fetch] Add timeout option (#20)

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

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

[fetch] Block 'image/*' resources loaded as script. (#261)

[fetch] Clarify obtain a connection with respect to client certificates (#222)

[fetch] Content-Length on HEAD (#135)

[fetch] Define how WebSocket "fetching" works (#235)

[fetch] Define the WebSocket client handshake in terms of Fetch (#236)

[fetch] Define the WebSocket subprotocol check as part of response validation (#242)

[fetch] Encourage console warning for method normalization (#259)

[fetch] error types too vague for TLS certificate error (#205)

[fetch] Give strategy as the second argument of ReadableStream (#254)

[fetch] Give user entered data: URI documents the HTTPS state 'modern' (#243)

[fetch] Handle an ArrayBuffer allocation failure (#228)

[fetch] Handling of empty bodies (#246)

[fetch] Improve HSTS language (#244)

[fetch] Integrating support for PasswordCredential objects. (#237)

[fetch] Merge HTML5 and Fetch definitions of 'HTTPS state' (#241)

[fetch] PATCH verb (#50)

[fetch] Proposal: Support GET bodies (#83)

[fetch] Provide more information in the spec on how withCredentials and Access-Control-Allow-Credentials interact (#264)

[fetch] ReadableStream constructor call is not quite right (#250)

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

[fetch] referrer same-origin constraint is a footgun for people trying to "copy" a Request (#245)

[fetch] Removed promise antipattern from code example (#227)

[fetch] Replace "flags" with "booleans" (#175)

[fetch] RequestCache "no-cache" type must also set the right headers (#232)

[fetch] RequestCache "no-store" type must also set no-cache headers (#231)

[fetch] Reviver param for response.json() (#230)

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

[fetch] Set content-length header of FormData requests? (#239)

[fetch] Setting strategy to control ReadableStream's internal buffer (#257)

[fetch] Should fetch(evt.request) send original RequestDestination and RequestType? (#262)

[fetch] Specify cache mode and permessage-deflate for WebSocket (#247)

[fetch] Standardize .onion DNS lookup blocking? (#248)

[fetch] Stop hardcoding the list of schemes that inherit HTTPS state (#255)

[fetch] Support for CSRF? (#256)

[fetch] Support full-duplex HTTP streaming (#229)

[fetch] The reason why Access-Control-Request-Headers includes simple headers (#249)

[fetch] Tight coupling between JS engine and browser engine (#263)

[fetch] Treat Last-Event-ID and Client-Hints headers as simple headers (#258)

[fetch] Update Access-Control-Allow-Headers CORS response header to allow * (allow-all) (#251)

[fetch] Update Access-Control-Expose-Headers CORS response header to allow * (allow-all) (#252)

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

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

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

[fetch] WebSocket nits (#238)

[FileAPI] .msg MimeType Not Recognized (#15)

[FileAPI] Bikeshed the spec (#29)

[FileAPI] Bikeshedding the spec (#5)

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

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

[FileAPI] Controlling Blob URL's (#8)

[FileAPI] Persistent blob urls (#27)

[FileAPI] Update Typed Array spec URL (#34)

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

[fullscreen] `position` value of `::backdrop` pseudo-element (#27)

[fullscreen] Allow fullscreen to be triggered by an orientation change event (#34)

[fullscreen] Compute sticky position? (#21)

[fullscreen] Fix #28: display:contents needs to compute to block in the top layer (8a662d2)

[fullscreen] Fullscreen element with `display: contents` (#28)

[fullscreen] Fullscreen on non-HTML elements? (#22)

[fullscreen] Integration with HTML's event loop (#35)

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

[heycam/webidl] What should the property descriptor for @@unscopeable look like? (#102)

[IndexedDB] Add FileAPI reference (#70)

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

[IndexedDB] Consider adding some signaling method to notify on the completion of an IDBDatabase.close() operation (#72)

[IndexedDB] Consider adding some way to retrieve secondary keys when using IDBIndex.getAllKeys (#71)

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

[IndexedDB] Rewindable cursors (#55)

[IndexedDB] Ways to detect database manual deletions (#73)

[manifest] 1.2 Link Example: Aligns Example 1 with Example 2 (#425)

[manifest] 6.1 Grammar fix: "being return" to "being retuned" (#426)

[manifest] 6.1: Shortens manifest cache time in example (#427)

[manifest] 6.2: Fix member name to splash_screens (#430)

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

[manifest] Abstract: clarifies new reader ambiguity (#423)

[manifest] Add background color for splash screen. (#390)

[manifest] Add integrity to image objects (#411)

[manifest] Add note about i18n (#323)

[manifest] Add support for 9-Patch Images for splash screen (#373)

[manifest] Additional context for the Abstract (#392)

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

[manifest] Are "hosted apps" in scope? (#340)

[manifest] Chaals patch 1 (#416)

[manifest] Don't publish if it's a pull request (#429)

[manifest] Editorial: some messed-up normative references (#431)

[manifest] Feat (dir member): Add dir member (closes #334) (#433)

[manifest] Feat (l18n): define expected means of doing l18n (closes #323) (#434)

[manifest] Fix (references): correct messed up references (closes #431) (#432)

[manifest] Handleing capabilities with Manifoldjs (#412)

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

[manifest] i18n: No localization model; [I18N-ISSUE-412] (#338)

[manifest] Integration with service workers (#161)

[manifest] Is prefer_related_applications too simplistic? (#365)

[manifest] Is RFC5988 supported by implementers? (#424)

[manifest] Maintain list of sites that have a manifest (#404)

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

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

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

[manifest] Remove reference to RFC5988. (#428)

[manifest] Triage privacy issues (#348)

[packaging-on-the-web] Package signing and key continuity for trusted apps (#29)

[packaging-on-the-web] Security use cases for packaging (#21)

[packaging-on-the-web] What's the origin of a signed package? (#24)

[permissions] Add 'background-sync' permission (#60)

[permissions] Add background-sync permission. (#61)

[permissions] Add getUserMedia permissions (#10)

[permissions] Add pointerlock to the permissions enum? (#67)

[permissions] Add terms to Shepherd (#64)

[permissions] Changing FATAL/WARNING signalling a little bit (#65)

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

[permissions] Define the 'get a permission storage identifier' algorithm. (#71)

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

[permissions] Make Permissions.request() only take a single descriptor. (#72)

[permissions] Mediacapture permissions (#57)

[permissions] Name the query, request, and revoke a permission algorithms. (#70)

[permissions] Name the query, request, and revoke a permission algorithms. (68ab77e)

[permissions] Need a procedure reference for "request permission" (#62)

[permissions] Need information about whether a permission is persistent or temporary (#63)

[permissions] Re-entering agreed fixes to Media permissions (#68)

[permissions] request/revoke (#46)

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

[push-api] Broadcast, Multi-Cast, or Topic messages via the Push API (#188)

[push-api] Expose options (#187)

[selection-api] Define the visually equivalency. (#6)

[selection-api] Make offset and allowPartialContainment arguments optional (#66)

[selection-api] Make some arguments optional (#30)

[selection-api] Need an API to get the current caret rects (#58)

[selection-api] Need to be able to tell if the caret is displayed at the beginning or the end of the line (#32)

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

[selection-api] We need to expose line direction coordinate as a property (#59)

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

[ServiceWorker] Access to fragment identifiers (#854)

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

[ServiceWorker] Add worker modules (6d9500e)

[ServiceWorker] Add worker modules (9111303)

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

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

[ServiceWorker] DOMParser within ServiceWorkers (#846)

[ServiceWorker] Fetch API respondWith's implicit RETURN (#844)

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

[ServiceWorker] HTML5's Offline-first Council of Trent (#845)

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

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

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

[ServiceWorker] Please deploy dfn.js or something similar (#489)

[ServiceWorker] Race in Schedule Job algorithm handling of equivalent job promises (#853)

[ServiceWorker] Service Worker Error (#858)

[ServiceWorker] ServiceWorkerMessageEvent.origin spec text is confusing (#859)

[ServiceWorker] setTimeout/setInterval are unreliable in ServiceWorkers (#838)

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

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

[ServiceWorker] Spec uses incorrect settings object when fetching a module worker (#849)

[ServiceWorker] Support modifying cookies on an intercepted fetch (#837)

[ServiceWorker] Support module service workers, and update for ES6 (#831)

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

[ServiceWorker] Update step 4 fails to fulfill job promise (#852)

[ServiceWorker] WebRTC and getUserMedia within Service Worker (#670)

[ServiceWorker] What is FetchEvent.clientId for navigation requests (#808)

[ServiceWorker] What is the "Doom Installing Worker" algorithm supposed to be doing? (#847)

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

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

[slightlyoff/ServiceWorker] `caches.match` search order (#862)

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

[slightlyoff/ServiceWorker] Background caching (#574)

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

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

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

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

[slightlyoff/ServiceWorker] spec should queue tasks to expose attribute changes on ServiceWorker and ServiceWorkerRegistration (#860)

[spec-reviews] ARIA (#107)

[spec-reviews] Generic Sensor API & Ambient Light Sensor (#110)

[spec-reviews] IntersectionObserver (#104)

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

[spec-reviews] Privacy Mode (#101)

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

[spec-reviews] WebUSB (#108)

[spec-reviews] WebVR (#106)

[storage] Logo is not in a circle (#13)

[storage] Prevent usage in combination with document.domain (#12)

[streams] Add RBS example (b271363)

[streams] Add socket example. PLEASE REVIEW. (09192f1)

[streams] Byte streams tracking bug (#300)

[streams] Change [[Invalidate]] to be an abstract operation (8cb0c82)

[streams] Consistency of return value of ReadableStreamController method call on closed/errored streams (#388)

[streams] Extract the minimal algorithm from which we can easily infer the public behavior of the interfaces (#312)

[streams] Fix makeReadableWebSocketStream() example (d048e8f)

[streams] Fix some typos and use ≤ (eb5c93e)

[streams] Investigate merging RS and RBS (#379)

[streams] Merge ReadableByteStream into ReadableStream (#418)

[streams] Merge ReadableByteStream into ReadableStream (#430)

[streams] Move BYOBRequest after BYOBController and add FS example (b430f33)

[streams] Prototyping several changes for better support for reading bytes (#287)

[streams] Pull based streams: ability to read $num items (#74)

[streams] Rename ReadableByteStream (#405)

[streams] Streamline model section a bit (985e513)

[streams] Update constructor a bit (aa965ec)

[streams] Use Symbols for defining internal methods (1a8399f)

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

[touch-events] Add Patrick Lauke to acknowledgements (2662687)

[touch-events] Add tests for TouchEvent and Touch constructors (#27)

[touch-events] Changed license, changed WG info to CG, used CG stylesheet (#61)

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

[touch-events] explicitly define what happens with Touch Events during scrolling? (#60)

[touch-events] Need tests for ontouch*, the GlobalEventHandlers (#44)

[touch-events] Reformat code (#2)

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

[uievents-code] [code] KeyboardEvent code spec should have featurephone section (#5)

[uievents-code] Need 'Unspecified' value for KeyboardEvent.code (#3)

[uievents-key] Odd definition of '0' in Multimedia Numpad Keys section (#13)

[uievents] "Introduced in this specification" in IDL not helpful (#46)

[uievents] "Modifier Keys" link in KeyboardEvent.getModifierState description is a 404 (#63)

[uievents] #event-type-input and #event-type-beforeinput appear to have gone missing (#2)

[uievents] Clarify expected DomKey for Ctrl+Alt+c on Android with default layout (#77)

[uievents] Clarify expected DomKey for Shift+AltGr+0 on Windows with fr-FR layout (#78)

[uievents] CompositionEvent constructor arguments name are atypical (#42)

[uievents] Converge with CSSOM-View (#24)

[uievents] D3E and corelation with DOM4(W3C)/DOM(WHATWAG) and DOM3 Core (#19)

[uievents] Don't list modifier keys in the uievents spec (link to uievents-key instead) (#69)

[uievents] Fire keydown/keyup during composition (#75)

[uievents] Fix minor syntax errors (#73)

[uievents] For synthetic activation, should the original event still be dispatched? (#34)

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

[uievents] Mechanism to differentiate pointer input from multiple users/devices missing (#16)

[uievents] Need to define UIEvent or link to where it's normatively defined (#30)

[uievents] Need to remove input/beforeinput event info from D3E and point to input event spec (#38)

[uievents] Partial interfaces must not inherit (#36)

[uievents] Request 'inputType' field in Keyboard Event Viewer (#71)

[uievents] Request example for DomKey when Ctrl and CapsLock are both down (#70)

[uievents] Should key codes / location exist for gamepads? (#79)

[uievents] Some list items not rendered properly (#74)

[uievents] Specify MouseEvent.which (#35)

[uievents] The `resize` event isn't a UIEvent (#76)

[uievents] Update refs to uievents-key and -code (#60)

[uievents] Use https://rawgit.com URL for Keyboard Event Viewer (#72)

[uievents] When .getModifierState("OS") should be true? (#28)

[url] Disallow "!" in host (#98)

[url] e549999@yahoo.com.tw (#100)

[url] e549999@yahoo.com.tw (#99)

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

[url] Fix #101: always strip U+0009, U+000A, and U+000D (7b40216)

[url] Help (#107)

[url] input can be empty string if url is not special (#106)

[url] protocol setter changing between special and non-special schemes (#104)

[url] Rename non-relative to cannot-be-a-base-URL. (#105)

[url] Rename non-relative-flag (#89)

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

[url] Strip whitespace in the scheme too (#101)

[url] URL.pathname getter for file URLs produces odd result on Windows (#103)

[url] URLSearchParams: calling .set() and .append() should return itself (#90)

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

[w3c/FileAPI] Merge pull request #3 from w3c/astorije/https-ietf (1eac7cc)

[w3c/FileAPI] Switch all links towards tools.ietf.org to HTTPS (#3)

[w3c/FileAPI] Update Typed Array spec URL (#34)

[w3c/manifest] A means to control how long a splash screen should remain on screen. (#372)

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

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

[w3c/manifest] Add integrity to image objects (#411)

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

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

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

[w3c/manifest] Feat (splashscreens): Marked splashscreens as at risk (#439)

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

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

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

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

[w3c/manifest] Privacy (#441)

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

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

[w3c/manifest] Support window preferred/initial sizes (#436)

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

[w3c/permissions] Define the 'get a permission storage identifier' algorithm. (#71)

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

[w3c/permissions] Make Permissions.request() only take a single descriptor. (#72)

[w3c/permissions] Name the query, request, and revoke a permission algorithms. (#70)

[w3c/permissions] Need a procedure reference for "request permission" (#62)

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

[w3c/uievents-code] Typo in Tab key description? (#10)

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

[w3c/uievents-key] CONTRIBUTING.md suggestions (#21)

[w3c/uievents-key] Fix syntax error in description of FnLock (#19)

[w3c/uievents-key] Fix typo: "Sktep" [sic] => "Step" (#16)

[w3c/uievents-key] Grammar fix: "it's" => "its" (possessive adjective) (#17)

[w3c/uievents-key] Hyperlink mention of compositionupdate event (#22)

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

[w3c/uievents-key] Test (#20)

[w3c/uievents] Clarify or change the use of "default action" to avoid confusion (#22)

[w3c/uievents] Explain that mousedown focuses form controls (#81)

[w3c/uievents] Extraneous <code> in & after §12.1.2. Changes to DOM Level 2 event types (#82)

[w3c/uievents] Proposal for UIEvent "role" property (#21)

[w3c/uievents] Set (#80)

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

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

[w3c/webcomponents] Cloning (#464)

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

[w3c/webcomponents] create an element does not always return result (#467)

[w3c/webcomponents] create an element has no context object (#462)

[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] Custom element callback naming (#460)

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

[w3c/webcomponents] define() could use [[GetPrototypeOf]]? (#473)

[w3c/webcomponents] define()'s context object is not a document (#471)

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

[w3c/webcomponents] Editorial: "Remove the first element of actions, letting action be the result" (#476)

[w3c/webcomponents] Editorial: "When it becomes" (#475)

[w3c/webcomponents] Editorial: create an element step 3.4 (#459)

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

[w3c/webcomponents] Editorial: inconsistent use of authors/developers (#470)

[w3c/webcomponents] Element interfaces (#472)

[w3c/webcomponents] Mutation: insert (#465)

[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] Provide a lightweight mechanism to add styles to a custom element (#468)

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

[w3c/webcomponents] Shadow DOM and requestPointerLock() (#192)

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

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

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

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

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

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

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

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

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

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

[w3ctag/spec-reviews] contributing.md document needed for tag reviews (#53)

[w3ctag/spec-reviews] Create a "advice for spec authors" page (#78)

[w3ctag/spec-reviews] Credential Management API (#49)

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

[w3ctag/spec-reviews] CSS font-display (#71)

[w3ctag/spec-reviews] First Party Cookies (#114)

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

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

[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] Potential for coordination about task scheduling (#72)

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

[w3ctag/spec-reviews] Question: Should spec-review discussions live inside respective spec's repository? (#112)

[w3ctag/spec-reviews] Review FIDO spec (#97)

[w3ctag/spec-reviews] Review WAPA (Accessibility) proposal (#63)

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

[w3ctag/spec-reviews] Streams General issue (#92)

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

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

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

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

[w3ctag/spec-reviews] WICG Issue on Improving AccessKey (#113)

[w3ctag/spec-reviews] Write up the Secure Stop issue for ddorwin (#73)

[webcomponents] "(Window is omitted)" (#389)

[webcomponents] "component tree" is just "node tree" (#384)

[webcomponents] "Creating an element" needs to be more precise, for upgrades (#424)

[webcomponents] #dfn-set-prototype is unused (#283)

[webcomponents] 'in a Document' for shadow trees (#57)

[webcomponents] :unresolved vs :not(:upgraded) (#418)

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

[webcomponents] <slot> rendering (#452)

[webcomponents] [Accessibility]: Custom element should allow declaration of default accessibility features, such as role and other ARIA attributes. (bugzilla: 20466) (#159)

[webcomponents] [Custom Elements] Import module (#329)

[webcomponents] [Custom Elements] the `extends` property cannot be replaced (#326)

[webcomponents] [Custom Elements] Write-up proposal for using a "state object" (#287)

[webcomponents] [Custom Elements]: Custom elements should be display: block by default (#224)

[webcomponents] [Custom Elements]: Custom elements should be display: block by default (bugzilla: 24876) (#224)

[webcomponents] [Custom Elements]: When is "created" callback invoked? (bugzilla: 14987) (#262)

[webcomponents] [Custom] attachedCallback and detechedCallback should be removed (#286)

[webcomponents] [Custom] Should attachedCallback/detachedCallback callbacks be called when element is added to / removed from shadom dom which is attached to a in-document host? (bugzilla: 26943) (#191)

[webcomponents] [Custom]: "All Algorithms in One Diagram" (bugzilla: 27780) (#158)

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

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

[webcomponents] [Custom]: A tag name should be associated with the constructor and not the prototype (bugzilla: 24020) (#214)

[webcomponents] [Custom]: Add informative text about importNode (bugzilla: 26576) (#202)

[webcomponents] [Custom]: Add support for focus navigation similar to input type=date (bugzilla: 25473) (#150)

[webcomponents] [Custom]: Add the possibility to extend the custom element (bugzilla: 26583) (#201)

[webcomponents] [Custom]: Be clear about whether attached callback should be enqueued when setting prototype (bugzilla: 27437) (#175)

[webcomponents] [Custom]: callbacks don't deal with exceptions (#174)

[webcomponents] [Custom]: Clarify in informative note that cloning/importing also enqueues created callback (bugzilla: 28092) (#144)

[webcomponents] [Custom]: Consider adding inserted/removed callback (bugzilla: 24866) (#222)

[webcomponents] [Custom]: Consider creating registries for HTML documents created through DOMImplementation in some cases (bugzilla: 23018) (#236)

[webcomponents] [Custom]: Consider turning processing stack + queues into its own primitive (bugzilla: 24655) (#226)

[webcomponents] [Custom]: Constructor/prototype linkage needs to actually be defined, since it's dynamic, not static (bugzilla: 27017) (#190)

[webcomponents] [Custom]: Convert all ES5 references to ES6 (bugzilla: 27405) (#163)

[webcomponents] [Custom]: Custom element constructor behavior makes no sense (bugzilla: 27016) (#189)

[webcomponents] [Custom]: define registry primitive; ("namespace" support needed?) (bugzilla: 24578) (#154)

[webcomponents] [Custom]: ES6 section needs to be updated (bugzilla: 27769) (#164)

[webcomponents] [Custom]: Improve the wording in element upgrade algorithm (bugzilla: 27770) (#161)

[webcomponents] [Custom]: inflexible extends as fixed element type (bugzilla: 28158) (#143)

[webcomponents] [Custom]: Integrate with the HTML Parser (#165)

[webcomponents] [Custom]: Make "Parsing Custom Elements" section more explicit (bugzilla: 27768) (#165)

[webcomponents] [Custom]: make callbacks more explicit (bugzilla: 24579) (#186)

[webcomponents] [Custom]: Make ES6 prose normative when ES6 ships (bugzilla: 25669) (#162)

[webcomponents] [Custom]: Make unresolved state an explicit flag. (bugzilla: 27762) (#160)

[webcomponents] [Custom]: mixin pattern: custom elements should be able to extend any base tag with is= (bugzilla: 27977) (#153)

[webcomponents] [Custom]: Need adopted callback (bugzilla: 24577) (#210)

[webcomponents] [Custom]: Need to define global/Realm handling for registerElement (bugzilla: 27260) (#185)

[webcomponents] [Custom]: No way to differentiate attribute namespaces in attributeChanged callback (bugzilla: 24178) (#168)

[webcomponents] [Custom]: No way to unregister a component (bugzilla: 27975) (#152)

[webcomponents] [Custom]: Rename document.registerElement to document.define or document.defineElement (bugzilla: 24087) (#140)

[webcomponents] [Custom]: Restrict custom elements to NCName (bugzilla: 20973) (#177)

[webcomponents] [Custom]: Section 10 prototype is not defined (bugzilla: 27643) (#169)

[webcomponents] [Custom]: sorted element queue definition is not in sync with Imports (bugzilla: 26638) (#200)

[webcomponents] [Custom]: Specify preference of localName and typeExtension in createElement (bugzilla: 26852) (#167)

[webcomponents] [Custom]: suggest note on requirements (bugzilla: 27751) (#166)

[webcomponents] [Custom]: SVG diagram accessibility (bugzilla: 27611) (#170)

[webcomponents] [Custom]: Tone of note doesn't reflect severity (bugzilla: 27538) (#171)

[webcomponents] [Custom]: Typo instantation ---> instantiation (bugzilla: 27914) (#155)

[webcomponents] [Custom]: What should be the name of the generated constructor returned by registerElement? (bugzilla: 25830) (#211)

[webcomponents] [Explainer]: attachedCallback / detachedCallback are now enteredView and leftView? (bugzilla: 24629) (#227)

[webcomponents] [Fix #430] Use DocumentFragment's host concept (aa05726)

[webcomponents] [Meta]: Specify how custom elements work (bugzilla: 14968) (#132)

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

[webcomponents] [Shadow] How should various document internal references work when SVG is being used in shadow DOM (bugzilla: 27380) (#179)

[webcomponents] [Shadow] investigate if there should be deepRelatedTargets and touch.deepTargets (bugzilla: 28560) (#76)

[webcomponents] [Shadow] Need Document.deepActiveElement (bugzilla:28652) (#104)

[webcomponents] [Shadow]: <content> usage in a place where non-flow content is expected (bugzilla: 22107) (#95)

[webcomponents] [Shadow]: Add support for external stylesheets using link rel="stylesheet" (bugzilla: 22539) (#82)

[webcomponents] [Shadow]: Consider a notion of shared stylesheet (bugzilla: 15818) (#99)

[webcomponents] [Shadow]: Consider explicitly exporting CSS Variables across a shadow boundary (bugzilla: 17143) (#94)

[webcomponents] [Shadow]: Declarative Shadow DOM (bugzilla: 28441) (#71)

[webcomponents] [Shadow]: Define the impact of ordering on relevant HTML elements (bugzilla: 25563) (#183)

[webcomponents] [Shadow]: Each section on the spec needs examples (bugzilla: 24639) (#84)

[webcomponents] [Shadow]: Focus navigation in distributed content (#103)

[webcomponents] [Shadow]: Form elements crossing shadow boundary (bugzilla: 22443) (#65)

[webcomponents] [Shadow]: Fully explore composition (bugzilla: 27401) (#69)

[webcomponents] [Shadow]: How should Element.requestPointerLock() work in shadow DOM? (bugzilla: 26934) (#192)

[webcomponents] [Shadow]: inappropriate reference to CSS3-UI nav-index spec in focus navigation order (bugzilla: 28079) (#88)

[webcomponents] [Shadow]: Inheritance Model for Shadow DOM (bugzilla: 28587) (#93)

[webcomponents] [Shadow]: Isolated Shadow trees (bugzilla: 28442) (#72)

[webcomponents] [Shadow]: Make event retargeting optional (bugzilla: 28444) (#89)

[webcomponents] [Shadow]: Method for selecting data inside closed shadow root (#378)

[webcomponents] [Shadow]: Node should expose their scope so that shared state can be scoped to components. (bugzilla: 22080) (#80)

[webcomponents] [Shadow]: Shadow DOM-based components could benefit from a way to detect when light DOM contents change (bugzilla: 21149) (#62)

[webcomponents] [Shadow]: Shadow trees should somehow contain base URL information (bugzilla: 22255) (#63)

[webcomponents] [Shadow]: Specify imperative API for node distribution (bugzilla: 18429) (#60)

[webcomponents] [Shadow]: Style element should specify when to create and add style sheet in shadow DOM (bugzilla: 26850) (#56)

[webcomponents] [Shadow]: There's isn't a way to append shadow elements in SVG (bugzilla: 24181) (#96)

[webcomponents] [Shadow]: Update constraints around stopping events (bugzilla: 20247) (#61)

[webcomponents] [Shadow]: url fragment identifiers should be followed into ShadowDOM (bugzilla: 23161) (#66)

[webcomponents] A negative tabindex on shadow host should be respected (#399)

[webcomponents] Add a developer-facing note explaining why is="" is necessary (#147)

[webcomponents] Add a non-normative note stating elements in shadow trees aren't exposed as named properties (#304)

[webcomponents] Add attributeFilter (#367)

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

[webcomponents] Add conformance requirements for custom element constructors (00ed64f)

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

[webcomponents] Add dfn.js (#402)

[webcomponents] ARIA custom element API (#159)

[webcomponents] attributeChanged callback should be invoked on every attribute upon creation (#364)

[webcomponents] Bikeshed: Nice to have a standard notation to explain a structure of a tree of trees. (#348)

[webcomponents] caretPositionFromPoint, elementFromPoint, and elementsFromPoint should respect shadow boundary (#313)

[webcomponents] Change createElement(ln, typeExtension) to createElement(ln, { is }) (0abc10e)

[webcomponents] Change createElement(localName, typeExtension) to createElement(localName, { is }) (#408)

[webcomponents] Change deepPath() back to path (a FrozenArray<EventTarget> attribute) (#428)

[webcomponents] Change registries to be per document and never shared between documents (#369)

[webcomponents] Changes to element creation during parsing per F2F (#366)

[webcomponents] Clarify shadow DOM algorithms (#410)

[webcomponents] cloneNode on ShadowRoot interface should throw NotSupportedError instead of DATA_CLONE_ERR (#393)

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

[webcomponents] Composition Algorithm shouldn't unwrap slots (#308)

[webcomponents] Consider a src/href-like attribute for easy integration? (bugzilla: 17761) (#146)

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

[webcomponents] Custom element callbacks for builtins (#291)

[webcomponents] Custom elements disconnected from a document should not be upgraded (#419)

[webcomponents] Custom elements need an explicit "upgraded" or "resolved" flag (#425)

[webcomponents] Custom elements need da (microtask) hookup (bugzilla: 22409) (#225)

[webcomponents] Custom elements should call user defined constructor synchronously (bugzilla: 28543) (#137)

[webcomponents] Custom elements should not upgrade elements by setting prototype (bugzilla: 28544) (#134)

[webcomponents] Custom elements should use ES6 class constructor (bugzilla: 28541) (#139)

[webcomponents] Custom elements' upgrade order is ambiguous in the case of a detached node (#420)

[webcomponents] Decouple custom elements from HTML imports (#413)

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

[webcomponents] deepRelatedTargets and touch.deepTargets (#76)

[webcomponents] Define how shadow DOM should be handled when host is adopted to a new document (#182)

[webcomponents] Define how shadow DOM should be handled when host is adopted to a new document (bugzilla: 27366) (#182)

[webcomponents] Define the behavior for sync element creation when a custom element constructor does various bad things (#412)

[webcomponents] Define the behavior of '::slotted' (the former name is '::content'). (#331)

[webcomponents] Define the behavior when a custom element constructor returns an element with a parent node. (#412)

[webcomponents] Define the behavior when a custom element constructor returns an in-document element to parser (#412)

[webcomponents] Define the syntax of the PotentialCustomElementName (#435)

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

[webcomponents] defined promise (#427)

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

[webcomponents] Disallow extension of subclasses of HTMLElement and SVGElement/MathMLElement (#363)

[webcomponents] document.registerElement should take a template as an argument (bugzilla: 28546) (#135)

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

[webcomponents] Expose ShadowRoot object's encapsulation mode (#275)

[webcomponents] Exposing a CanvasImageSource hidden by a Shadow Tree (#388)

[webcomponents] Extend the slotting algorithm so that a slot can select an element which doesn't have slot attribute. (#343)

[webcomponents] Figure out how form owner should work in shadow DOM (#196)

[webcomponents] Figure out terminology for Shadow DOM that everyone agrees on (#382)

[webcomponents] Fix typo (#453)

[webcomponents] Fix typo in "2.1.1" for attributeChangedCallback (#448)

[webcomponents] Fix typo in '2.1.1 Creating a custom tag' (#446)

[webcomponents] Fix various typos (#456)

[webcomponents] FKA: No defined way to get keyboard focus into and out of a shadow DOM component (bugzilla: 24106) (#228)

[webcomponents] Group registry related terminology under a heading (#437)

[webcomponents] Handle constructors that abuse return-override (4a09d96)

[webcomponents] I need clarity on the document license before I can continue editing (#415)

[webcomponents] Ignore title attributes on style elements in shadow trees (#391)

[webcomponents] Input to flat tree children calculation algorithm seems wrong (#387)

[webcomponents] Integrate events with "get the parent" model (#429)

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

[webcomponents] Large custom element spec rewrite to implement some F2F decisions (#405)

[webcomponents] Make ShadowRoot objects use DocumentFragment object's host concept (#430)

[webcomponents] Make sure the parser delivers exceptions during element creation to "report an exception" (#151)

[webcomponents] Mention that no new elements with a hyphen will be added to SVG and MathML either (#436)

[webcomponents] Move defineElement elsewhere? (#431)

[webcomponents] Move innerHTML from ShadowRoot to DocumentFragment? (#441)

[webcomponents] MutationObserver and attachShadow() (#390)

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

[webcomponents] Need "slotting changed" event (#288)

[webcomponents] node.connectedToDocument (#81)

[webcomponents] node.isConnected (#81)

[webcomponents] On-demand custom elements using modules (#444)

[webcomponents] Open/closed is associated with ShadowRoot, not shadow tree (#440)

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

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

[webcomponents] Proposal: Add namespace property to ElementRegistrationOptions parameter of Document.registerElement (#328)

[webcomponents] Proposed change for Focus Navigation (#381)

[webcomponents] Proposed change for Focus Navigation (#447)

[webcomponents] registerElement() should be scoped to modules (bugzilla: 27835) (#156)

[webcomponents] Remove `Callback` suffix from custom elements callbacks (#414)

[webcomponents] Remove some semicolons (51fd7cd)

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

[webcomponents] Rename custom tag (#434)

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

[webcomponents] Rename registerElement and change API slightly (#365)

[webcomponents] Rename the first argument of defineElement from type to localName (#416)

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

[webcomponents] Rewrite Custom Element Construction Algorithm (#403)

[webcomponents] scoped and relatedTargetScoped attributes are useless in Event, so remove then from Event interface (#442)

[webcomponents] Shadow DOM and "insertion steps" / "removing steps" (#438)

[webcomponents] Shadow DOM and comment nodes (#411)

[webcomponents] Shadow DOM and requestPointerLock() (#192)

[webcomponents] Shadow DOM and the Fullscreen API (#180)

[webcomponents] Shadow DOM Cascade Order (#316)

[webcomponents] Shadow DOM, <style>, and document.styleSheets (#56)

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

[webcomponents] ShadowRoot innerHTML different from Element innerHTML (#443)

[webcomponents] Shared mixin for Document and ShadowRoot (#91)

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

[webcomponents] Should :unresolved apply to elements that failed to upgrade? (#422)

[webcomponents] Should HTML parser instantiate custom elements inside a template element? (#406)

[webcomponents] Should relatedTargetScoped flag be set on mousedown/mouseup events? (#433)

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

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

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

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

[webcomponents] The algorithm "invoke callbacks" must halt as soon as one of callbacks throw an exception (#421)

[webcomponents] Things to definitely document in non-normative notes (#368)

[webcomponents] Travis build is always broken and seems completely useless (#407)

[webcomponents] Type extensions in SVG use shadow trees--specify, or add a note if no specification is necessary (#335)

[webcomponents] Typo in semantics (#349)

[webcomponents] Unclear on how to define :defined in CSS + HTML (#439)

[webcomponents] Upgrades need to run attributeChangedCallbacks and connectedCallback (#450)

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

[webcomponents] Use a parent/child relationship in the flat tree in the definition of some elements, i.e. <tr>/<td> (#404)

[webcomponents] Use FrozenArray<T> in WebIDL (#361)

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

[webcomponents] What was the "element is being created" flag for? (#458)

[webcomponents] When does the base element queue matter? (#457)

[webcomponents] When is the slotting algorithm run (#401)

[webidl] Add [[PlatformBrand]] internal slot to all platform objects (#97)

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

[webidl] Add a PermissionDeniedError (#99)

[webidl] Allow constructor<ClassType> as a type accepted by functions. (#101)

[webidl] Bug (sort of) (#98)

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

[webidl] Clarify [LegacyUnenumerableNamedProperties] with derived interfaces (#94)

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

[webidl] Need an error for "User refused permission" (#95)

[webidl] Object.getPrototypeOf(NodeFilter) should be Function.prototype, not Object.prototype (#96)

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

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

[webidl] What should the property descriptor for @@unscopeable look like? (#102)

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

[WebPlatformWG] Add falken to attendees (#17)

[WebPlatformWG] Add jungkees to SW F2F attendees/agenda (#18)

[WebPlatformWG] Add self to SW F2F attendees/agenda (#16)

[WebPlatformWG] Added Alex Danilo as attendee (#20)

[WebPlatformWG] Update 11-12aprSW.md (#19)

[whatwg/dom] "origin alias" doesn't seem to exist in HTML anymore (#200)

[whatwg/dom] Back to previous definition for Element.getAttributeNS() (#197)

[whatwg/dom] Comment out query/queryAll/Elements for now (10b6cf1)

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

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

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

[whatwg/encoding] org (#37)

[whatwg/fetch] [DATAURL] is no longer a (quasi-)spec (#234)

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

[whatwg/fetch] Change how CORS filtered response filters the headers. (#265)

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

[whatwg/fetch] Provide more information in the spec on how withCredentials and Access-Control-Allow-Credentials interact (#264)

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

[whatwg/fetch] Treat Last-Event-ID and Client-Hints headers as simple headers (#258)

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

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

[whatwg/fullscreen] Allow fullscreen on initial load of a page (#36)

[whatwg/fullscreen] Document state change should be synced with dimensions change (#37)

[whatwg/storage] `estimate()` and `persistentEstimate()` incompatible with whole-origin persistence (#15)

[whatwg/storage] Add API to allow origin to purge all storage (#4)

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

[whatwg/storage] Allow script to request permission only if there would be no prompt (#9)

[whatwg/storage] Box hooks (#18)

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

[whatwg/storage] Lack of example and Explainer document (#16)

[whatwg/storage] Logo is not in a circle (#13)

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

[whatwg/storage] Prevent usage in combination with document.domain (#12)

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

[whatwg/storage] Use PermissionState instead of PersistentStoragePermission (#10)

[whatwg/streams] In the output, sometimes we end up with <b> when we should use <emu-val> (#428)

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

[whatwg/streams] Visualize the internal state machines (#29)

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

[whatwg/url] Give optional argument to constructor a sane default (#108)

[whatwg/url] Good defaults on URL() (#71)

[WICG/directory-upload] Consider to remove HTMLInputElement.getFilesAndDirectories andHTMLInputElement.getFiles (#33)

[xhr] "Synchronous XMLHttpRequest outside of workers i..." (#59)

[xhr] Abandon hope of removing sync XHR from the web platform? (#20)

[xhr] abort() handling of state is busted (#54)

[xhr] Fix Fetch integration (#57)

[xhr] Only set state to unsent when true (#58)

[xhr] Rephrase "Synchronous XMLHttpRequest" warning (#59)

[xhr] Replace byte stream with ReadableStream (#57) (#61)

[xhr] Replace byte stream with ReadableStream (#61)

[xhr] Synchronous XMLHttpRequest outside of workers deprecation is not a good idea. (#60)

[xhr] Unclear algorithm used in step 4 of text response (#62)

Last message date: Thursday, 31 March 2016 23:18:27 UTC