public-webapps-github@w3.org from August 2015 by thread

[ServiceWorker] FetchEvent is non cancelable yet checks canceled flag (#741) Nikhil Marathe (Monday, 31 August)

[uievents] beforeInput should also be triggered when no "character value" is produced (#4) Johannes Wilm (Monday, 31 August)

Re: [uievents] #event-type-input and #event-type-beforeinput appear to have gone missing (#2) Johannes Wilm (Monday, 31 August)

[storage] Use PermissionState instead of PersistentStoragePermission (#10) Mounir Lamouri (Monday, 31 August)

[dom] DOMTokenList#toggle: don't treat everything non-undefined as true (#64) Michał Gołębiowski (Friday, 28 August)

Re: [fetch] Observer API for fetch registry (#65) rektide (Friday, 28 August)

Re: [fetch] HTTP/2 server push support (#51) rektide (Friday, 28 August)

[streams] Delayed setting timeous to have better chances on slower systems. (#392) Xabier Rodríguez (Friday, 28 August)

Re: [webcomponents] How the current model and the v1 model should interact? (#130) Hayato Ito (Friday, 28 August)

Re: [webcomponents] Finalize the slots proposal (#128) Hayato Ito (Friday, 28 August)

[ServiceWorker] Update algorithm: propagation of uncaught runtime script error needs to be better specified. (#740) Kyle Huey (Thursday, 27 August)

Re: [ServiceWorker] navigator.serviceWorker is not defined (#689) Jungkee Song (Thursday, 27 August)

[editing] change of event names beforeInput -> beforeEdit -> beforeInput? (#87) Johannes Wilm (Thursday, 27 August)

Re: [selection-api] Make some arguments optional (#30) Philip Jägenstedt (Thursday, 27 August)

[FileAPI] Not expose FileReaderSync to service worker (#16) Jungkee Song (Thursday, 27 August)

Re: [ServiceWorker] Expanded on the update() Note: (#616) Jungkee Song (Thursday, 27 August)

Re: [ServiceWorker] Make FetchEvent.prototype.client nullable (#631) Jungkee Song (Thursday, 27 August)

[webcomponents] Is there a custom pseudo-elements proposal or spec anywhere? (#298) Philip Walton (Thursday, 27 August)

[ServiceWorker] typo: excecution -> execution (#739) Chad Oliver (Wednesday, 26 August)

[fetch] Preconnect via Fetch? (#114) Ilya Grigorik (Tuesday, 25 August)

[editing] RESOLUTION: We think we want strict subsets - events is a subset of caret is a subset of typing which is a subset of true. (#86) Johannes Wilm (Tuesday, 25 August)

[editing] RESOLUTION: We are going to focus on describing ce=typing as a priority. (#85) Johannes Wilm (Tuesday, 25 August)

[editing] RESOLUTION: We will have typing with compositionstart (cancelable) when you can set a selection point, then a series on non cancelable beforeinputs to replace text, and two kinds of delete events - one inside composition not cancelable, and a "normal" one to be handled by the application (#84) Johannes Wilm (Tuesday, 25 August)

[editing] RESOLUTION: We will ask the accessibility people to look at IMEs and the problems we should have considered here but didn’t. (#83) Johannes Wilm (Tuesday, 25 August)

[editing] RESOLUTION: have a relatedEvent to point to the UI event that caused a DI event to be fired (#82) Johannes Wilm (Tuesday, 25 August)

[editing] RESOLUTION: We want to be able to insert newline or new paragraph (#81) Johannes Wilm (Tuesday, 25 August)

[editing] remove the targetRange from edit events, if the targetRange si equal to the selection (#80) Johannes Wilm (Tuesday, 25 August)

Re: [manifest] Triage privacy issues (#348) Mounir Lamouri (Tuesday, 25 August)

[manifest] Privacy Review: how to handle navigation to a fullscreen'd application? (#402) Mounir Lamouri (Tuesday, 25 August)

[manifest] Privacy Review: mention that users should vouch for sensitive information (#401) Mounir Lamouri (Tuesday, 25 August)

[manifest] Privacy Review: cross origin persistent state (#400) Mounir Lamouri (Tuesday, 25 August)

[manifest] Privacy Review: handle start_url tracking (#399) Mounir Lamouri (Tuesday, 25 August)

Re: [editing] What to do with contentEditableTrue? (#54) Johannes Wilm (Tuesday, 25 August)

Re: [editing] What to do with execCommand? (#53) Johannes Wilm (Tuesday, 25 August)

[editing] list all required beforeEdit/Edit events (#79) Johannes Wilm (Tuesday, 25 August)

Re: [ServiceWorker] Specify .focus() and .openWindow() behaviour (#602) Alex Russell (Monday, 24 August)

[editing] Make dependent events polyfillable (#78) Ryosuke Niwa (Monday, 24 August)

Re: [editing] Track the source of Intentions (#19) Johannes Wilm (Monday, 24 August)

[fetch] 204 and json (#113) Rhys Evans (Monday, 24 August)

[fullscreen] Styles of former fullscreen elements (#18) Xidorn Quan (Monday, 24 August)

[editing] Can composition contain element boundaries? (#77) Koji Ishii (Monday, 24 August)

[editing] should not use the shadow DOM for beforeInput (#76) ojan (Sunday, 23 August)

[selection-api] We need to expose line direction coordinate as a property (#59) Ryosuke Niwa (Sunday, 23 August)

[selection-api] Need an API to get the current caret rects (#58) Ryosuke Niwa (Sunday, 23 August)

[selection-api] Expose with which bidi-level caret is affiliated as well as API to set it (#57) Ryosuke Niwa (Sunday, 23 August)

[editing] Legal caret positions – invisible text nodes (#75) Piotrek Koszuliński (Saturday, 22 August)

[editing] Definition of legal caret positions before/after inline elements is unclear (#74) Piotrek Koszuliński (Saturday, 22 August)

[push-api] Make `PushEvent.data` nullable (#161) Kit Cambridge (Friday, 21 August)

[ServiceWorker] Describe waitUntil() behavior in terms of Promise.all() (#738) Nikhil Marathe (Friday, 21 August)

[push-api] Making PushMessageDataInit a union (#160) Martin Thomson (Friday, 21 August)

[webcomponents] Address @othermaciej's feedback to "Constructor-Dmitry" (#297) Domenic Denicola (Friday, 21 August)

[ServiceWorker] Make the Cache API deal with request's redirect mode not being "follow" (#737) Anne van Kesteren (Friday, 21 August)

Re: [encoding] Benefits of "Legacy" Encodings – Byte Counter (#4) Anne van Kesteren (Friday, 21 August)

[selection-api] Add beforeselectionchange event (#56) Piotrek Koszuliński (Friday, 21 August)

[editing] move all caret movement events from beforeinput to beforeselectionchange? (#73) Johannes Wilm (Friday, 21 August)

[encoding] Add more labels to the replacement encoding (#8) Anne van Kesteren (Friday, 21 August)

Re: [ServiceWorker] Interception of the fallback requests initiated from a SW for cross-origin resources (#684) Marijn Kruisselbrink (Friday, 21 August)

[editing] InputEvent.targetRange in <input> (#72) Masayuki Nakano (Friday, 21 August)

[manifest] Add support for disabling pull-to-refresh (#398) Jared Duke (Thursday, 20 August)

Re: [streams] Port precise flow control to writable streams (#318) Domenic Denicola (Thursday, 20 August)

Re: [streams] Port locking infrastructure to writable streams (#319) Domenic Denicola (Thursday, 20 August)

[push-api] Binary messages and use of `USVString` in `PushMessageDataInit` (#159) Kit Cambridge (Thursday, 20 August)

Re: [streams] Do writable streams need separate signals for write-success vs. write-accepted? (#316) Domenic Denicola (Thursday, 20 August)

Re: [spec-reviews] Create presentation-api.md (159e888) Rick Byers (Thursday, 20 August)

[webcomponents] Fix participates typo (#296) Tobias Ebnöther (Thursday, 20 August)

Re: [webcomponents] Enumerate the element names which don't support createShadowRoot(), instead of looking at the binding property (#110) Nazar Mokrynskyi (Thursday, 20 August)

Re: [spec-reviews] Sketch out proposals for event synthesis/flow and reusable a11y behavior (#63) Peter Linss (Wednesday, 19 August)

[spec-reviews] Media TF discussion (#69) Alex Russell (Wednesday, 19 August)

Re: [spec-reviews] WebPush (#60) Peter Linss (Wednesday, 19 August)

[fetch] redirecting from same-origin to cross-origin CORS with userpass should fail (#112) Ben Kelly (Wednesday, 19 August)

[selection-api] The spec doesn't define event handlers onselectstart and onselectionchange (#55) smaug---- (Wednesday, 19 August)

Re: [selection-api] Specify Selection.modify()? (#37) Piotrek Koszuliński (Wednesday, 19 August)

Re: [ServiceWorker] Event queuing model for SW (#649) Jungkee Song (Wednesday, 19 August)

[ServiceWorker] Please distinguish URL strings from URL records (#736) Anne van Kesteren (Wednesday, 19 August)

[ServiceWorker] Should FileReaderSync be exposed to service workers? (#735) Matt Falkenhagen (Wednesday, 19 August)

Re: [fetch] Access to the HTTP trailer (#34) Louis Ryan (Tuesday, 18 August)

[ServiceWorker] should scope matching do substring comparison within a path element? (#734) Ben Kelly (Tuesday, 18 August)

[webcomponents] Fix typo and add missing selectors (#295) Arthur Evans (Tuesday, 18 August)

[touch-events] standardize initTouchEvent (#29) Rick Byers (Tuesday, 18 August)

Re: [ServiceWorker] When does the openWindow promise resolve? (#728) Jungkee Song (Tuesday, 18 August)

Re: [webcomponents] [#128] Add Element.slot attribute. (2a946c7) Kenneth Rohde Christiansen (Tuesday, 18 August)

[fetch] Handling of data URLs (#111) hiroshige-g (Tuesday, 18 August)

[storage] Allow script to request permission only if there would be no prompt (#9) davidsgrogan (Monday, 17 August)

[selection-api] Clarify the additions of this spec to GlobalEventHandlers (#54) Ehsan Akhgari (Monday, 17 August)

[ServiceWorker] Mention self.skipWaiting() instead of event.replace() (#733) Viktor Zozulyak (Monday, 17 August)

[ServiceWorker] Remove frameType, maybe add ancestorOrigins (#732) Anne van Kesteren (Monday, 17 August)

[editing] Should cE=events (or cE=whatever now) handle selection? (#71) Piotrek Koszuliński (Monday, 17 August)

[editing] When should UA synthesize heights of an element? (#70) Koji Ishii (Monday, 17 August)

[fullscreen] Requesting fullscreen on the current fullscreen element should be an error (#17) Xidorn Quan (Monday, 17 August)

Re: [spec-reviews] File URI Scheme (#59) Anne van Kesteren (Sunday, 16 August)

Re: [selection-api] Add APIs to save/restore selection (#42) Ryosuke Niwa (Saturday, 15 August)

[manifest] Fixed up titles and dfns (#397) Marcos Caceres (Saturday, 15 August)

Re: [editing] What browser internals can be exposed to help us move the caret in (and against) the block direction? (#56) MartinDesigner (Saturday, 15 August)

[webcomponents] Add "Constructor Dmitry" proposal (#294) Domenic Denicola (Friday, 14 August)

[selection-api] Selection events for text controls (#53) Ehsan Akhgari (Friday, 14 August)

[ServiceWorker] "unload" event and Service Workers (#731) Matthew Bauer (Friday, 14 August)

[selection-api] Should selectionchange be fired when the Range object is directly mutated (#52) Michael Layzell (Friday, 14 August)

[manifest] Add background_color member. (#396) Mounir Lamouri (Friday, 14 August)

[editing] Added missing caption exception (#69) Johan Sörlin (Friday, 14 August)

Re: [xhr] Remove XMLHttpRequest from ServiceWorkerGlobalScope (#19) Philip Jägenstedt (Friday, 14 August)

[xhr] Help (#24) Rayiito (Friday, 14 August)

[selection-api] setPosition/collapse should taken an optional argument for whether the caret is before or after a line break (#51) Ryosuke Niwa (Thursday, 13 August)

[manifest] List expected permissions in the manifest. (#395) Paul Kinlan (Thursday, 13 August)

Re: [spec-reviews] Cross-spec device identification & association (#64) Jeffrey Yasskin (Thursday, 13 August)

Re: [fetch] Add timeout option (#20) Marc G. (Thursday, 13 August)

[ServiceWorker] Make importScripts() fail outside install (#730) Anne van Kesteren (Thursday, 13 August)

[webcomponents] CSS Cascading Order in Shadow DOM should define behavior for closed shadow trees (#293) Koji Ishii (Thursday, 13 August)

Re: [selection-api] Add Selection.type to the spec (#14) Ryosuke Niwa (Thursday, 13 August)

Re: [ServiceWorker] Should UUID for unique IDs be mandated? (#647) Jungkee Song (Thursday, 13 August)

Re: [selection-api] Specify Selection.setPosition()? (#38) Ryosuke Niwa (Thursday, 13 August)

Re: [selection-api] unsigned long is never negative (#33) Ryosuke Niwa (Thursday, 13 August)

Re: [selection-api] Specify Selection.empty() as an alias of removeAllRanges() (#36) Ryosuke Niwa (Thursday, 13 August)

Re: [selection-api] Is Selection.removeAllRanges() and Selection.removeRange(range) doing the same thing? (#48) Ryosuke Niwa (Thursday, 13 August)

Re: [ServiceWorker] 24 hour spontaneous update doesn't seem specced (#514) Matt Falkenhagen (Thursday, 13 August)

[IndexedDB] IDBObjectStore.index() is missing step to throw if transaction is finished (#37) Joshua Bell (Wednesday, 12 August)

[selection-api] Clarify selectstart event behaviour (#50) Michael Layzell (Wednesday, 12 August)

[ServiceWorker] Handle Fetch needs to use new hooks (#729) Anne van Kesteren (Wednesday, 12 August)

[selection-api] Use https for respec. (#49) Arthur Barstow (Wednesday, 12 August)

[manifest] Add background_color to represent the content's background color (#394) Mounir Lamouri (Wednesday, 12 August)

Re: [spec-reviews] Clear Site Data (#62) Mike West (Wednesday, 12 August)

Re: [fetch] Response content-length header almost always wrong (#67) Anne van Kesteren (Wednesday, 12 August)

[fetch] Referrer: Referer header value for "client" referrer (#110) Yutaka Hirano (Wednesday, 12 August)

[fetch] Referrer: Should request constructor fail when parsing referrer fails? (#109) Yutaka Hirano (Wednesday, 12 August)

[editing] Definition of "Invisible elements" is vague (#68) Ryosuke Niwa (Wednesday, 12 August)

[editing] Definitions of inline and block elements are imprecise (#67) Ryosuke Niwa (Wednesday, 12 August)

[editing] "CE Events Container" should be replaced by "editing host" (#66) Ryosuke Niwa (Wednesday, 12 August)

[editing] Do everything needed to do block direction movement of the caret when in cE=Events? (#65) Johannes Wilm (Wednesday, 12 August)

Re: [selection-api] Expand selectstart to cover use cases for contenteditable=typing (#45) Johannes Wilm (Wednesday, 12 August)

[editing] What do we need to integrate with the clipboard api? (#64) Johannes Wilm (Wednesday, 12 August)

[fetch] link BufferSource to definition (#108) Ben Kelly (Tuesday, 11 August)

[storage] Classify cookies as site storage (#8) davidsgrogan (Tuesday, 11 August)

[dom] Consider banning insertNode() of the Range's start node (#63) Aryeh Gregor (Tuesday, 11 August)

Re: [fetch] Redesign request's context and context frame type features (#93) Ilya Grigorik (Tuesday, 11 August)

Re: [fetch] Allow context to be set (#48) Anne van Kesteren (Tuesday, 11 August)

[touch-events] TouchInit should perhaps include pageX and pageY (#28) Rick Byers (Tuesday, 11 August)

Re: [touch-events] Create stub touchevents.html (f9f74c4) Rick Byers (Tuesday, 11 August)

Re: [spec-reviews] Web NFC API (#22) Anssi Kostiainen (Tuesday, 11 August)

[streams] More tests to the suite (#391) Xabier Rodríguez (Tuesday, 11 August)

Re: [ServiceWorker] openWindow(url)'s same origin check should be done against the origin of the final response's url? (#646) Jungkee Song (Tuesday, 11 August)

Re: [screen-orientation] Deal with fragment navigation (#87) Anne van Kesteren (Tuesday, 11 August)

Re: [IndexedDB] Import issues from Bugzilla (#15) Joshua Bell (Monday, 10 August)

[IndexedDB] Allow multiEntry + Array keyPath (#36) Joshua Bell (Monday, 10 August)

[IndexedDB] Key Paths: Support iteration step operator (#35) Joshua Bell (Monday, 10 August)

[IndexedDB] Allow more explicit control over transaction lifetimes (#34) Joshua Bell (Monday, 10 August)

[IndexedDB] Allow expressions in addition to keyPaths when creating indexes (#33) Joshua Bell (Monday, 10 August)

[IndexedDB] Return number of records deleted (#32) Joshua Bell (Monday, 10 August)

[IndexedDB] API to enumerate databases (#31) Joshua Bell (Monday, 10 August)

[IndexedDB] Report data loss to script (#30) Joshua Bell (Monday, 10 August)

[IndexedDB] Don't expose GC behavior (#29) Joshua Bell (Monday, 10 August)

[IndexedDB] DOMStringList has been removed from DOM (#28) Joshua Bell (Monday, 10 August)

Re: [ServiceWorker] Limit Cache API to HTTPS (#709) Joshua Bell (Monday, 10 August)

[streams] Some tests behaving differently (#390) Xabier Rodríguez (Monday, 10 August)

[IndexedDB] Proposal: Queue a microtask to unset active on transaction (#27) Joshua Bell (Monday, 10 August)

Re: [touch-events] Define the ontouch* event handler attributes (#11) Rick Byers (Monday, 10 August)

Re: [touch-events] Delete wd and v1-errata branches? (#24) Rick Byers (Monday, 10 August)

Re: [touch-events] Reformat code (#2) Rick Byers (Monday, 10 August)

Re: [touch-events] Redirect "latest editors draft" link to github. (#18) Rick Byers (Monday, 10 August)

Re: [touch-events] Move touchevents.html to index.html? (#26) Rick Byers (Monday, 10 August)

Re: [fetch] Referrer (#80) Yutaka Hirano (Monday, 10 August)

Re: [storage] Encourage user agents to give out conservative estimates (#3) Anne van Kesteren (Monday, 10 August)

Re: [storage] Restrict to Secure Contexts (#5) Anne van Kesteren (Monday, 10 August)

Re: [storage] Add API to allow origin to purge all storage (#4) Anne van Kesteren (Monday, 10 August)

Re: [storage] Make requestPersistent() return a boolean (#7) Anne van Kesteren (Monday, 10 August)

Re: [storage] requestPersistent() needs to change the default box (#6) davidsgrogan (Friday, 7 August)

Re: [clipboard-apis] integrate "integration with rich text editing apis" into cut/copy/paste actions (#18) Hallvord R. M. Steen (Friday, 7 August)

Re: [ServiceWorker] Need for linkable and reusable section that defines the https restriction (#601) Jungkee Song (Friday, 7 August)

Re: [ServiceWorker] SW spec never hooks into the "runs a worker" term that the CSP spec uses to enforce CSPs (#378) Jungkee Song (Friday, 7 August)

Re: [webcomponents] [Shadow]: rename <content> to <slot> (bugzilla: 28561) (#92) Hayato Ito (Friday, 7 August)

Re: [fetch] 206/304 handling broken? (#97) Mark Nottingham (Thursday, 6 August)

[touch-events] Add tests for TouchEvent and Touch constructors (#27) Rick Byers (Thursday, 6 August)

[fetch] consider reordering manual and follow redirect flag cases in http fetch (#107) Ben Kelly (Thursday, 6 August)

Re: [touch-events] TouchEvent and Touch should have constructors (#10) Rick Byers (Thursday, 6 August)

[fetch] Drafting the patches to HTML (#106) Jake Archibald (Thursday, 6 August)

Re: [push-api] Any -> any or use JSON similar to Fetch API (#133) Michael van Ouwerkerk (Thursday, 6 August)

Re: [fetch] Request for support for certificate pinning (#98) Anne van Kesteren (Thursday, 6 August)

Re: [fetch] Consider updating HTTP references to RFC 7230. (#99) Anne van Kesteren (Thursday, 6 August)

[fetch] HTTP fetch status code section needs to operate on internal response (#105) Anne van Kesteren (Thursday, 6 August)

[streams] Size of NaN is either throwing a RangeError or a TypeError (#389) youennf (Thursday, 6 August)

Re: [webcomponents] Rename createShadowRoot to attachShadow (#129) Hayato Ito (Thursday, 6 August)

Re: [webcomponents] [Shadow]: How should Element.requestPointerLock() work in shadow DOM? (bugzilla: 26934) (#192) Hayato Ito (Thursday, 6 August)

Re: [fetch] force-Origin-header flag set for no-cors requests (#91) Takeshi Yoshino (Thursday, 6 August)

Re: [streams] Notate abstract ops that can throw (#371) Domenic Denicola (Wednesday, 5 August)

[spec-reviews] Find out if the Batter Status API people need our feedback (#68) Daniel Appelquist (Wednesday, 5 August)

[spec-reviews] Review Payments Working Group Charter (#67) Daniel Appelquist (Wednesday, 5 August)

Re: [spec-reviews] Navigation Timing 2 (#18) Daniel Appelquist (Wednesday, 5 August)

Re: [spec-reviews] Navigation Error Logging (#24) Daniel Appelquist (Wednesday, 5 August)

[FileAPI] .msg MimeType Not Recognized (#15) jensenma (Wednesday, 5 August)

[push-api] Adding typedef for JSON matching the fetch spec. (#158) Martin Thomson (Wednesday, 5 August)

[charter-html] Styling for readability (#115) Léonie Watson (Wednesday, 5 August)

Re: [push-api] The push event (#145) Martin Thomson (Wednesday, 5 August)

[permissions] Minor editorial fixes (#44) overholt (Wednesday, 5 August)

[streams] Consistency of return value of ReadableStreamController method call on closed/errored streams (#388) Takeshi Yoshino (Wednesday, 5 August)

Re: [streams] ReadableByteStream needs reference implementation/tests (#355) Takeshi Yoshino (Wednesday, 5 August)

Re: [manifest] Deep linking - need proper use cases and requirements analysis (#363) Ben Francis (Wednesday, 5 August)

[fetch] Body.json reviver (#104) Giovanni Lovato (Wednesday, 5 August)

Re: [ServiceWorker] Concerns about `cache.addAll` not filtering non-200 (#407) Jake Archibald (Wednesday, 5 August)

[fetch] Option to require response.ok (#103) Jake Archibald (Wednesday, 5 August)

[fetch] Error Handle Chinese character for Charset=UTF-8 (#102) Cam Song (Wednesday, 5 August)

Re: [spec-reviews] Frame Timing API (#56) David Baron (Wednesday, 5 August)

Re: [push-api] Rewording abstract text again (#152) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Push event shouldn't be dispatched to an activating worker (#147) Martin Thomson (Tuesday, 4 August)

[push-api] eventInitDict is always present when constructing an event (#157) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Message encryption (#130) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Push events should Soft Update service worker (#115) Martin Thomson (Tuesday, 4 August)

[streams] Typo in ErrorReadableStream algorithm (#387) youennf (Tuesday, 4 August)

Re: [push-api] Removing tidy warnings with haxx (#153) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Making cardinality clear (#148) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Add and Encryption Key array to the PushRegistration interface (#89) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Add optional userVisibleOnly parameter to register & hasPermission (#87) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Nit: Clarify wording of "univocal" identifier (#76) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Is reliance on Web Push Protocol normative? (#44) Martin Thomson (Tuesday, 4 August)

Re: [push-api] Protocol updates (#154) Martin Thomson (Tuesday, 4 August)

[fetch] should navigation requests really be same-origin or no-cors? (#101) Ben Kelly (Tuesday, 4 August)

Re: [push-api] Multiple registrations per origin/SW (#71) Martin Thomson (Tuesday, 4 August)

[push-api] Moving to using data-lt= rather than title= for a and dfn (#156) Martin Thomson (Tuesday, 4 August)

Re: [touch-events] Add a constructor for TouchEvent and Touch (#16) Matt Brubeck (Tuesday, 4 August)

[charter-html] Pointer Lock now uses Github (#114) Arthur Barstow (Tuesday, 4 August)

[charter-html] DOM Parsing and Serialization now uses Github (#113) Arthur Barstow (Tuesday, 4 August)

[webcomponents] Added proposed changes to the cascade order for Shadow DOM. (#292) Rune Lillesveen (Tuesday, 4 August)

Re: [dom] Make cloning more explicit regarding attributes. Fixes #30. (39e6a33) Domenic Denicola (Tuesday, 4 August)

[fetch] Header value validation (#100) Anne van Kesteren (Tuesday, 4 August)

[editing] fixing typos (#63) Hallvord R. M. Steen (Tuesday, 4 August)

Re: [dom] Upgrade addedNodes and removedNodes to FrozenArray? (#54) Anne van Kesteren (Tuesday, 4 August)

Re: [dom] cloneNode underspecified for attribute copying (#30) Anne van Kesteren (Tuesday, 4 August)

[streams] Notate throwing vs. non-throwing abstract operations (#386) Domenic Denicola (Monday, 3 August)

Re: [clipboard-apis] Move script-created events out of "fire a clipboard event" (#16) Hallvord R. M. Steen (Monday, 3 August)

Re: [clipboard-apis] Wording around default actions needs updating (#14) Hallvord R. M. Steen (Monday, 3 August)

Re: [streams] Byte stream update, including reference implementation (#361) Domenic Denicola (Monday, 3 August)

Re: [streams] Add .bytesRead to ReadableByteStream.*Reader (#367) Domenic Denicola (Monday, 3 August)

Re: [streams] Real time source and skipping (#383) Ben Kelly (Monday, 3 August)

Re: [editing] Should Device-Specific Input Events say what Responsive Input Event they will cause? (#25) Johannes Wilm (Monday, 3 August)

[editing] Do we need to spec device specific events? (#62) Johannes Wilm (Monday, 3 August)

Re: [dom] Cleanup "equals" usage (#40) Anne van Kesteren (Monday, 3 August)

Re: [dom] High resolution timing for events (#23) Anne van Kesteren (Monday, 3 August)

[webcomponents] Custom element callbacks for builtins (#291) Anne van Kesteren (Monday, 3 August)

Re: [editing] Reference actions in clipboard API spec for execCommand copy/cut/paste (#61) Johannes Wilm (Monday, 3 August)

Re: [dom] insert/remove hooks need to be invoked for ancestor changes too (#34) Anne van Kesteren (Monday, 3 August)

Re: [fetch] Botched up that null body status check in the Response constructor. Sorry. Fixes #96. (1e0918d) Takeshi Yoshino (Monday, 3 August)

Re: [fetch] Introduce convenience property for request's context (#93) Jake Archibald (Monday, 3 August)

Re: [selection-api] caret-based selection movement (#27) Johannes Wilm (Monday, 3 August)

[dom] More bikeshed problems (#62) Anne van Kesteren (Monday, 3 August)

Re: [selection-api] Define caret behavior around replaced, SVG, and MathML elements (#47) Johannes Wilm (Monday, 3 August)

Re: [editing] What caret positions do we need to allow? (#51) Johannes Wilm (Monday, 3 August)

Re: [streams] Add IsDisturbed predicate (#378) Takeshi Yoshino (Monday, 3 August)

[streams] Add IsReadableStreamDisturbed predicate (#385) Takeshi Yoshino (Monday, 3 August)

Re: [editing] Should the caret move by default, and should we define this behavior? (#58) Johannes Wilm (Monday, 3 August)

Re: [editing] ContentEditable with UserSelect=None needs to be documented (#20) Johannes Wilm (Monday, 3 August)

Re: [clipboard-apis] The ClipboardEvent constructor is strange (#10) Hallvord R. M. Steen (Monday, 3 August)

Re: [fetch] XHR option to trigger busy indicators (#19) Jonas Sicking (Monday, 3 August)

Re: [streams] Update FAQ with some extra answers (#365) Takeshi Yoshino (Monday, 3 August)

[dom] Design base URL change notification system (#61) Anne van Kesteren (Monday, 3 August)

Re: [streams] Investigate merging RS and RBS (#379) Takeshi Yoshino (Monday, 3 August)

Re: [streams] Separate out exported abstract ops from internal ones (#372) Takeshi Yoshino (Monday, 3 August)

Re: [webcomponents] [Custom Elements] Write-up proposal for using a "state object" (#287) Anne van Kesteren (Monday, 3 August)

Re: [editing] Change name of contentEditable=typing to contentEditable=intent (#60) Johannes Wilm (Monday, 3 August)

Re: [dom] matches, querySelector, etc. shouldn't throw on an unrecognized selector (#39) Tab Atkins Jr. (Monday, 3 August)

Re: [streams] Initialize variables of ReadableStreamReader to the final value direc… (#373) Takeshi Yoshino (Monday, 3 August)

Re: [editing] Can we use textnodes, and block/inline nodes as shadow roots for transparent IME handling? (#57) Johannes Wilm (Monday, 3 August)

Re: [fetch] Allow "manual" redirect fetches with caveats (#66) Tsuyoshi Horo (Monday, 3 August)

Re: [ServiceWorker] Please mention relationship to HTTP cookies (#509) Jungkee Song (Monday, 3 August)

Re: [editing] How can sites access browser spellchecking? (#36) Johannes Wilm (Sunday, 2 August)

Re: [editing] spell checking should be able to span multiple Typing Nodes (#50) Johannes Wilm (Sunday, 2 August)

Re: [editing] What intentions do we need? (#52) Johannes Wilm (Sunday, 2 August)

Re: [editing] How do we switch the caret between overtype and insert mode? (#55) Johannes Wilm (Sunday, 2 August)

Re: [manifest] Fixed up titles and dfns (#393) Marcos Caceres (Sunday, 2 August)

Re: [webcomponents] [Shadow]: The return type of Event.path should leverage WebIDL sequences (bugzilla: 25458) (#101) Rob Eisenberg (Sunday, 2 August)

Re: [storage] Change persistentPermission() to persistent() (#7) davidsgrogan (Saturday, 1 August)

Re: [webcomponents] Tag first published draft. (193ff07) Sari Salmi (Saturday, 1 August)

Last message date: Monday, 31 August 2015 23:00:54 UTC