'view-mode' Media Feature spec - corrections
:scope definition ambiguity
[Bug 10337] add [Supplemental] support
[Bug 10601] [IndexedDB] Need some way to create IDB events?
[Bug 10622] ECMAScript binding for exceptions
[Bug 10623] Simplify Web IDL exceptions
[Bug 10640] Allow for non-nullable objects
[Bug 10794] [IndexedDB] Clarify createObjectStore/removeObjectStore's tie to the database setVersion was called on
[Bug 11113] [IndexedDB] The spec should be more explicit about the queuing of setVersion transactions
[Bug 11350] [IndexedDB] ObjectStores should have a way to hint that they're "evictable"
[Bug 11401] [IndexedDB] We should disallow .transaction() from within setVersion transactions
[Bug 11606] New: wanted: awareness of non-persistent web storage
[Bug 11673] Streaming audio data from a microphone over a WebSocket
[Bug 11834] API for send/receive of binary data? Current IETF protocol drafts have binary type. Consider typed arrays (ArrayBuffer).
[Bug 11835] EventSource must support cross-domain requests (ala CORS)
[Bug 11836] Don't specify the transport, just specify API and protocol
[Bug 12067] Improve error handling in workers
[Bug 12090] WEB STORAGE It would be nice to have one Storage object that you could place wherever you want. You could simply set a parameter "local" or define it as "shared" and set path to the server (e.g. "http://www.mysite/shared_storage"). Cheers, Cam camoken@gm
[Bug 12102] WebSocket protocol update time
[Bug 12111] New: spec for Storage object getItem(key) method does not match implementation behavior
- Philippe Le Hegaret (Thursday, 16 June)
- James Robinson (Thursday, 16 June)
- Philippe Le Hegaret (Thursday, 16 June)
- Arthur Barstow (Tuesday, 14 June)
- Arthur Barstow (Tuesday, 14 June)
- Jeremy Orlow (Tuesday, 14 June)
- Aryeh Gregor (Sunday, 12 June)
- Ian Hickson (Sunday, 12 June)
- Marcos Caceres (Saturday, 11 June)
- James Robinson (Saturday, 11 June)
- Ian Hickson (Saturday, 11 June)
- Arthur Barstow (Saturday, 11 June)
- Ian Hickson (Friday, 10 June)
- Arthur Barstow (Friday, 10 June)
- Arthur Barstow (Wednesday, 8 June)
[Bug 12111] spec for Storage object getItem(key) method does not match implementation behavior
- Aryeh Gregor (Thursday, 2 June)
- Philippe Le Hegaret (Thursday, 2 June)
- Ian Hickson (Thursday, 2 June)
- Ian Hickson (Thursday, 2 June)
- Arthur Barstow (Thursday, 2 June)
- Philippe Le Hegaret (Thursday, 2 June)
- Ian Hickson (Thursday, 2 June)
- Philippe Le Hegaret (Thursday, 2 June)
- Ian Hickson (Thursday, 2 June)
- Arthur Barstow (Thursday, 2 June)
- bugzilla@jessica.w3.org (Wednesday, 1 June)
- bugzilla@jessica.w3.org (Wednesday, 1 June)
[Bug 12272] Improve section on DNS spoofing attacks to address user attacks
[Bug 12310] We should add IDBCursor.advance(number of items to move forward)
[Bug 12321] Add compound keys to IndexedDB
[Bug 12340] It is not clear which worker to use when using nameless SharedWorker
[Bug 12411] eventsource: in "dispatch the event", step 3, looks like "Otherwise" is bogus and should be removed.
[Bug 12411] New: eventsource: in "dispatch the event", step 3, looks like "Otherwise" is bogus and should be removed.
[Bug 12433] Define which status code and reason to use in the close frame for close(), when navigating away, and when garbage collecting an open websocket
[Bug 12433] New: Define which status code and reason to use in the close frame for close(), when navigating away, and when garbage collecting an open websocket
[Bug 12438] New: Sync API for setVersion should specify a callback method and timeout value
[Bug 12438] Sync API for setVersion should specify a callback method and timeout value
[Bug 12510] New: race condition: open before setting onopen
[Bug 12510] race condition: open before setting onopen
[Bug 12574] AbstractWorker and WorkerGlobalScope should inherit EventTarget
[Bug 12574] New: AbstractWorker and WorkerGlobalScope should inherit EventTarget
[Bug 12607] [HTML DOM][XMLHttpRequest object] Ass property so that: Do not follow location headers
[Bug 12620] 5MB isn't enough
[Bug 12628] New: Web Storage feedback form doesn't work
[Bug 12628] Web Storage feedback form doesn't work
[Bug 12654] New: createIndex's options should include whether a field is optional/required
[Bug 12805] New: websocket.binaryType should be a string "blob" or "arraybuffer" for consistency with XHR
[Bug 12805] websocket.binaryType should be a string "blob" or "arraybuffer" for consistency with XHR
[Bug 12816] Make second argument in constructor an object for future extensibility
[Bug 12816] New: Make second argument in constructor an object for future extensibility
[Bug 12836] New: WorkerLocation lacks a strigifier
[Bug 12836] WorkerLocation lacks a strigifier
[Bug 12837] New: Define unloading document cleanup steps
[Bug 12838] New: Define garbage collection policy
[Bug 12859] New: An IDL block for window.postMessage is lacking from the W3C spec.
[Bug 12883] In section headed: Interpreting an event stream Step 4: "If the event name buffer has a value other than the empty string, change the type of the newly created event to equal the value of the event name buffer." I think you mean "change the *name*" rathe
[Bug 12883] New: In section headed: Interpreting an event stream Step 4: "If the event name buffer has a value other than the empty string, change the type of the newly created event to equal the value of the event name buffer." I think you mean "change the *name*" rathe
[Bug 12912] Close status code is an unsigned short
[Bug 12912] New: Close status code is an unsigned short
[Bug 12913] Close() should throw the same exception as send() for unpaired surrogates
[Bug 12913] New: Close() should throw the same exception as send() for unpaired surrogates
[Bug 12914] close() should throw SYNTAX_ERR if the encoded reason string is too long (protocol supports up to 123 UTF-8 bytes)
[Bug 12914] New: close() should throw SYNTAX_ERR if the encoded reason string is too long (protocol supports up to 123 UTF-8 bytes)
[Bug 12916] Default values for code and reason when wasClean is false
[Bug 12916] New: Default values for code and reason when wasClean is false
[Bug 12917] "deflate-stream" should be an optional extension when establishing a connection
[Bug 12917] New: "deflate-stream" should be an optional extension when establishing a connection
[Bug 12941] If I understand what I'm reading correctly, there's an error at the end of "A background number-crunching worker" tutorial. I think you mean "postMessage()" instead of "send()" in the sentence "To send a message back to the page, the send() method is used
[Bug 12941] New: If I understand what I'm reading correctly, there's an error at the end of "A background number-crunching worker" tutorial. I think you mean "postMessage()" instead of "send()" in the sentence "To send a message back to the page, the send() method is used
[Bug 12947] Extend postMessage to support general transfer-of-ownership semantics
[Bug 12947] New: Extend postMessage to support general transfer-of-ownership semantics
[Bug 12965] New: Problem: I want to perform DNS queries from a HTML5 app, but the networking functions available are too restrictive to build a stub resolver. Why: DNS is not just for machines - zones may contain extremely useful and rich informa
[Bug 12965] New: Problem: I want to perform DNS queries from a HTML5 app, but the networking functions available are too restrictive to build a stub resolver. Why: DNS is not just for machines - zones may contain extremely useful and rich information for humans too, e.g.
[Bug 12965] Problem: I want to perform DNS queries from a HTML5 app, but the networking functions available are too restrictive to build a stub resolver. Why: DNS is not just for machines - zones may contain extremely useful and rich information for humans too, e.g.
[Bug 12980] "Let origin be the ASCII serialization of the origin of the script that invoked the WebSocket() constructor, converted to ASCII lowercase." should probably say "entry script" like EventSource and other things do.
[Bug 12980] New: "Let origin be the ASCII serialization of the origin of the script that invoked the WebSocket() constructor, converted to ASCII lowercase." should probably say "entry script" like EventSource and other things do.
[Bug 13020] No user agent will implement the storage mutex so this passage does not reflect reality
[Bug 13035] New: on http://www.w3.org/TR/css-print/#s.8.4 It seems this line: br { content: "\A" } is missing :before If I am wrong please update http://www.w3.org/TR/CSS21/generate.html#propdef-content thx
[Bug 13035] on http://www.w3.org/TR/css-print/#s.8.4 It seems this line: br { content: "\A" } is missing :before If I am wrong please update http://www.w3.org/TR/CSS21/generate.html#propdef-content thx
[Bug 13042] Define Event.timeStamp
[Bug 13042] New: Define Event.timeStamp
[Bug 13063] New: MessagePort normatively referenced by not defined
[Bug 13064] New: WindowBase64 normatively referenced by not defined
[Bug 13065] New: WindowTimers normatively referenced by not defined
[Bug 13071] New: "Once the end of the file is reached, the user agent must dispatch the event one final time, as defined below" means an implementation may parse a partial (corrupt) event as a final event if the connection is interrupted. Spec should always require an exp
[Bug 13083] New: postMessage should have an optional parameter for a synchronous request. Cross-domain AJAX calls are enough of a problem that it merits a supported way of fixing it, and this could be it.
[Bug 13104] New: 1) ping(msg); //allow client to send server ping as per websocket spec 2) onpong(); //allow client to receive response of ping
[Bug 8241] Named properties on window
[Bug 9786] WebIDL bugs in IndexedDB spec
[Bug 9903] Need to define specification and use of collations for string sorting
[cors] Content-Type
[eventsource] Connection close on EventSource collection
[eventsource] Is Server-Sent Events ready for LC? ; deadline July 1
[eventsource] Processing comments from the 10-Mar-2011 LCWD
[File API: FileSystem] Path restrictions and case-sensitivity
- Eric U (Sunday, 22 May)
- timeless (Thursday, 12 May)
- Eric U (Thursday, 12 May)
- Jonas Sicking (Thursday, 12 May)
- Glenn Maynard (Thursday, 12 May)
- Eric U (Thursday, 12 May)
- Eric U (Thursday, 12 May)
- Glenn Maynard (Wednesday, 11 May)
- timeless (Wednesday, 11 May)
- Eric U (Wednesday, 11 May)
- Jonas Sicking (Monday, 9 May)
- Glenn Maynard (Monday, 9 May)
- Charles Pritchard (Sunday, 8 May)
- timeless (Sunday, 8 May)
- Charles Pritchard (Sunday, 8 May)
- timeless (Sunday, 8 May)
- Glenn Maynard (Sunday, 8 May)
- timeless (Sunday, 8 May)
- Glenn Maynard (Friday, 6 May)
- timeless (Friday, 6 May)
- Glenn Maynard (Thursday, 5 May)
- timeless (Thursday, 5 May)
- Eric U (Wednesday, 4 May)
[File API: FileSystem] Removed mimeType from toURL
[FileAPI] BlobBuilder.getBlob should clear the BlobBuilder
[FileAPI] File.slice spec bug
- Arun Ranganathan (Monday, 25 April)
- Jonas Sicking (Thursday, 14 April)
- James Graham (Thursday, 14 April)
- Jonas Sicking (Thursday, 14 April)
- Darin Fisher (Wednesday, 13 April)
- Jonas Sicking (Wednesday, 13 April)
- Brendan Eich (Wednesday, 13 April)
- Jonas Sicking (Wednesday, 13 April)
- Darin Fisher (Wednesday, 13 April)
- Charles Pritchard (Wednesday, 13 April)
- Brendan Eich (Wednesday, 13 April)
- Jonas Sicking (Wednesday, 13 April)
- Dmitry Titov (Wednesday, 13 April)
- Brendan Eich (Wednesday, 13 April)
- Glenn Maynard (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
- Darin Fisher (Tuesday, 12 April)
- Mike Taylor (Tuesday, 12 April)
- Arun Ranganathan (Tuesday, 12 April)
- Dmitry Titov (Tuesday, 12 April)
- Arun Ranganathan (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
- Arun Ranganathan (Tuesday, 12 April)
- Glenn Maynard (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
- Dmitry Titov (Tuesday, 12 April)
- Charles Pritchard (Tuesday, 12 April)
- Dmitry Titov (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
- Kyle Huey (Tuesday, 12 April)
- Kyle Huey (Tuesday, 12 April)
- Jian Li (Tuesday, 12 April)
- Dmitry Titov (Tuesday, 12 April)
- Arun Ranganathan (Tuesday, 12 April)
- Jonas Sicking (Tuesday, 12 April)
[FileAPI] FileReader.abort() and File[Saver|Writer].abort have different behaviors
- Arun Ranganathan (Tuesday, 24 May)
- Arun Ranganathan (Tuesday, 24 May)
- Kyle Huey (Monday, 23 May)
- Kyle Huey (Tuesday, 17 May)
- Eric U (Tuesday, 17 May)
- Eric U (Tuesday, 17 May)
- Jonas Sicking (Tuesday, 17 May)
- Eric U (Tuesday, 17 May)
- Jonas Sicking (Tuesday, 17 May)
- Kyle Huey (Tuesday, 17 May)
[FileAPI] FileWriter and read-only files
[FileAPI] Immutability and structured clones of File
[FileAPI] Result of calling MultipleReads on FileReader
- Jonas Sicking (Tuesday, 26 April)
- Eric Uhrhane (Tuesday, 19 April)
- Arun Ranganathan (Monday, 18 April)
- Jonas Sicking (Monday, 18 April)
- Adrian Bateman (Monday, 18 April)
- Jonas Sicking (Monday, 18 April)
- Adrian Bateman (Monday, 18 April)
- Jonas Sicking (Friday, 15 April)
- Adrian Bateman (Friday, 15 April)
- Arun Ranganathan (Friday, 15 April)
- Adrian Bateman (Friday, 15 April)
- Jonas Sicking (Tuesday, 12 April)
- Eric Uhrhane (Tuesday, 12 April)
- Arun Ranganathan (Tuesday, 12 April)
- Adrian Bateman (Monday, 11 April)
- Glenn Maynard (Monday, 11 April)
- Arun Ranganathan (Monday, 11 April)
- Eric Uhrhane (Monday, 11 April)
- Glenn Maynard (Monday, 11 April)
- Arun Ranganathan (Monday, 11 April)
- Adrian Bateman (Monday, 11 April)
- Arun Ranganathan (Monday, 11 April)
[FileAPI] Seeking status and plan
[FileAPI] Updates to FileAPI Editor's Draft
- Arun Ranganathan (Tuesday, 21 June)
- Arun Ranganathan (Tuesday, 21 June)
- Arun Ranganathan (Tuesday, 21 June)
- Gregg Tavares (wrk) (Tuesday, 14 June)
- Jonas Sicking (Wednesday, 8 June)
- Robin Berjon (Wednesday, 8 June)
- Jonas Sicking (Tuesday, 7 June)
- Jian Li (Tuesday, 7 June)
- Jonas Sicking (Tuesday, 7 June)
- Jian Li (Tuesday, 7 June)
- Arun Ranganathan (Wednesday, 11 May)
[indexedb] IDBIndex.getKey incorrect description.
[indexeddb] Auto-Generated Key Max Error
[indexeddb] Behavior when calling IDBCursor.continue multiple times
[IndexedDB] Bug# 11401 - We should disallow .transaction() from within setVersion transactions
[IndexedDB] Bug#10601 - Need some way to create IDB events?
[IndexedDB] Bug#11401 -We should disallow .transaction() from within setVersion transactions
[IndexedDB] Closing on bug 9903 (collations)
- Eliot Graff (Wednesday, 22 June)
- Jonas Sicking (Friday, 17 June)
- Pablo Castro (Friday, 17 June)
- Keean Schupke (Wednesday, 1 June)
- Pablo Castro (Wednesday, 1 June)
- Jonas Sicking (Wednesday, 1 June)
- Aryeh Gregor (Tuesday, 31 May)
- Pablo Castro (Tuesday, 31 May)
- Shawn Wilsher (Monday, 9 May)
- Aryeh Gregor (Friday, 6 May)
- timeless (Friday, 6 May)
- Jonas Sicking (Friday, 6 May)
- Keean Schupke (Friday, 6 May)
- Jonas Sicking (Friday, 6 May)
- Keean Schupke (Friday, 6 May)
- Keean Schupke (Friday, 6 May)
- Jonas Sicking (Friday, 6 May)
- Jonas Sicking (Thursday, 5 May)
- Aryeh Gregor (Thursday, 5 May)
- Keean Schupke (Thursday, 5 May)
- Aryeh Gregor (Wednesday, 4 May)
- Keean Schupke (Wednesday, 4 May)
- Jonas Sicking (Wednesday, 4 May)
- Keean Schupke (Wednesday, 4 May)
- Keean Schupke (Wednesday, 4 May)
- Keean Schupke (Wednesday, 4 May)
- Jeremy Orlow (Wednesday, 4 May)
- Jonas Sicking (Tuesday, 3 May)
- Aryeh Gregor (Tuesday, 3 May)
- Keean Schupke (Tuesday, 3 May)
- Aryeh Gregor (Tuesday, 3 May)
- Keean Schupke (Tuesday, 3 May)
- Aryeh Gregor (Monday, 2 May)
- Keean Schupke (Monday, 2 May)
- Aryeh Gregor (Sunday, 1 May)
- Keean Schupke (Friday, 29 April)
- Jonas Sicking (Friday, 29 April)
- Keean Schupke (Friday, 29 April)
- Jonas Sicking (Friday, 29 April)
- Pablo Castro (Friday, 29 April)
[indexeddb] Count property on IDBCursor
[indexeddb] Cursor data Question
[indexeddb] Default direction of Cursors
[IndexedDB] deleteObjectStore method and updates to IDBDatabase.objectStoreNames on the client
[IndexedDB] Discrepancies with the Event type of error in section 4.12
- Jonas Sicking (Tuesday, 26 April)
- Jonas Sicking (Tuesday, 26 April)
- Jonas Sicking (Tuesday, 26 April)
- Jonas Sicking (Tuesday, 26 April)
- Jacob Rossi (Tuesday, 26 April)
- Jonas Sicking (Tuesday, 26 April)
- Israel Hilerio (Monday, 25 April)
- Jonas Sicking (Monday, 25 April)
- Israel Hilerio (Monday, 25 April)
- Jonas Sicking (Monday, 25 April)
- Israel Hilerio (Monday, 25 April)
[IndexedDB] Evictable stores
[IndexedDB] Exceptions in IDB and the DOMException
[IndexedDB] Features not included in the first version of the spec
[indexeddb] Firing order for VERSION_CHANGE event (Bug# 12179)
[indexeddb] IDBDatabase.setVersion non-nullable parameter has a default for null
- Cameron McCormack (Friday, 24 June)
- timeless (Friday, 24 June)
- Mark Pilgrim (Thursday, 23 June)
- Adam Barth (Sunday, 19 June)
- Israel Hilerio (Monday, 13 June)
- Adam Barth (Monday, 13 June)
- Robert O'Callahan (Monday, 13 June)
- Jonas Sicking (Monday, 13 June)
- Adam Barth (Monday, 13 June)
- Adam Barth (Monday, 13 June)
- Jonas Sicking (Monday, 13 June)
- Cameron McCormack (Monday, 13 June)
- Jonas Sicking (Sunday, 12 June)
- Adam Barth (Sunday, 12 June)
- Jonas Sicking (Sunday, 12 June)
- Mark Pilgrim (Saturday, 11 June)
- Cameron McCormack (Saturday, 11 June)
- Mark Pilgrim (Friday, 10 June)
- Cameron McCormack (Friday, 10 June)
- Mark Pilgrim (Friday, 10 June)
- Eliot Graff (Friday, 10 June)
- Jonas Sicking (Wednesday, 8 June)
- Cameron McCormack (Wednesday, 8 June)
- Israel Hilerio (Wednesday, 8 June)
- Cameron McCormack (Tuesday, 7 June)
- Israel Hilerio (Tuesday, 7 June)
- Jonas Sicking (Tuesday, 7 June)
- Jeremy Orlow (Tuesday, 7 June)
- Israel Hilerio (Tuesday, 7 June)
[IndexedDB] IDBDatabase.transaction needs to specify exception for invalid mode parameter (Bug# 11406)
[indexeddb] IDBIndex.getKey incorrect description.
[indexeddb] IDBRequest.transaction property set to null
[indexeddb] IDBTransaction.oncomplete event type equals commit
[IndexedDB] Isolation mode -- edit
[indexeddb] openCursor optional parameters issue
[indexedDB] OptionalParameter question on IDBDatabase.createObjectStore
[indexeddb] result attribute for IDBRequest is set to undefined when calling IDBObjectStore.clear()
[indexeddb] Section 4.1 - Opening the database (error codes)
[indexeddb] Should deleteDatabase return IDBVersionChangeRequest?
[IndexedDB] Spec Question on IDBFactory open method
[IndexedDB] Sync API for setVersion Changes
[indexedDB] transaction.objectStore(...) method question
[indexeddb] Using WebIDL Dictionary in IDBObjectStore.createIndex for optionalParameters
- Israel Hilerio (Friday, 17 June)
- Cameron McCormack (Thursday, 16 June)
- Israel Hilerio (Thursday, 16 June)
- timeless (Tuesday, 14 June)
- Shawn Wilsher (Saturday, 11 June)
- Jonas Sicking (Monday, 13 June)
- Israel Hilerio (Monday, 13 June)
- Cameron McCormack (Tuesday, 7 June)
- timeless (Tuesday, 7 June)
- Jonas Sicking (Tuesday, 7 June)
- Israel Hilerio (Tuesday, 7 June)
- Cameron McCormack (Monday, 6 June)
- Jonas Sicking (Monday, 6 June)
- Cameron McCormack (Monday, 6 June)
- Jonas Sicking (Monday, 6 June)
- Israel Hilerio (Monday, 6 June)
[IndexedDB] which names can be the empty string?
[Indexeddb} Bug # 9653 - nullable violations on parameters
[WARP] error in spec
[WARP] it's just too strict...
[WARP] Not clear what blocking is
[Web Sockets] Bug in Web Sockets API WebIDL
[WebIDL][Selectors-API] Stringifying null for DOMString attributes and properties
[websockets] Binary support changes
- Aryeh Gregor (Monday, 30 May)
- Simon Pieters (Monday, 30 May)
- Jonas Sicking (Saturday, 28 May)
- Adrian Bateman (Saturday, 28 May)
- Adrian Bateman (Saturday, 28 May)
- Ian Hickson (Friday, 27 May)
- Ian Hickson (Friday, 27 May)
- Jonas Sicking (Friday, 27 May)
- Cameron McCormack (Friday, 27 May)
- Ian Hickson (Friday, 27 May)
- Adrian Bateman (Friday, 27 May)
[websockets] Constructor vs. open()
[websockets] Reintroducing onerror
[websockets] What needs to be done before the spec is LC ready?
[WebSQL] Any future plans, or has IndexedDB replaced WebSQL?
- Charles Pritchard (Thursday, 7 April)
- Boris Zbarsky (Thursday, 7 April)
- Charles Pritchard (Thursday, 7 April)
- Ryan Fugger (Monday, 4 April)
- Jonas Sicking (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Boris Zbarsky (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Tab Atkins Jr. (Wednesday, 6 April)
- Shawn Wilsher (Wednesday, 6 April)
- Shawn Wilsher (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Shawn Wilsher (Wednesday, 6 April)
- Shawn Wilsher (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Shawn Wilsher (Wednesday, 6 April)
- Shawn Wilsher (Wednesday, 6 April)
- Jonas Sicking (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Jonas Sicking (Wednesday, 6 April)
- Joran Greef (Wednesday, 6 April)
- Pablo Castro (Wednesday, 6 April)
- Keean Schupke (Tuesday, 5 April)
- Aryeh Gregor (Monday, 4 April)
- Keean Schupke (Monday, 4 April)
- Boris Zbarsky (Monday, 4 April)
- Keean Schupke (Monday, 4 April)
- Jonas Sicking (Monday, 4 April)
- Joran Greef (Monday, 4 April)
- Joran Greef (Monday, 4 April)
- Mikeal Rogers (Monday, 4 April)
- Joran Greef (Monday, 4 April)
- Keean Schupke (Friday, 1 April)
- Keean Schupke (Friday, 1 April)
- Keean Schupke (Monday, 4 April)
- Keean Schupke (Monday, 4 April)
- Tab Atkins Jr. (Monday, 4 April)
- Mikeal Rogers (Monday, 4 April)
- Keean Schupke (Monday, 4 April)
- Keean Schupke (Monday, 4 April)
- Joran Greef (Monday, 4 April)
- Keean Schupke (Monday, 4 April)
- Joran Greef (Monday, 4 April)
- Jonas Sicking (Monday, 4 April)
- Charles Pritchard (Saturday, 2 April)
- Keean Schupke (Saturday, 2 April)
- Glenn Maynard (Saturday, 2 April)
- Keean Schupke (Saturday, 2 April)
- Joran Greef (Saturday, 2 April)
- Joran Greef (Saturday, 2 April)
- Nathan Kitchen (Saturday, 2 April)
- Jonas Sicking (Saturday, 2 April)
- Glenn Maynard (Saturday, 2 April)
- Ian Hickson (Saturday, 2 April)
- Ian Hickson (Saturday, 2 April)
- Keean Schupke (Friday, 1 April)
- Glenn Maynard (Friday, 1 April)
- Jonas Sicking (Friday, 1 April)
- Arthur Barstow (Friday, 1 April)
- Glenn Maynard (Friday, 1 April)
- Jonas Sicking (Friday, 1 April)
- Shawn Wilsher (Friday, 1 April)
- Shawn Wilsher (Friday, 1 April)
- Tab Atkins Jr. (Friday, 1 April)
- Aryeh Gregor (Friday, 1 April)
- Nathan Kitchen (Friday, 1 April)
[webstorage] origin security check
- Scott Wilson (Tuesday, 14 June)
- Marcos Caceres (Tuesday, 14 June)
- Ian Hickson (Monday, 13 June)
- Marcos Caceres (Monday, 13 June)
- Marcos Caceres (Monday, 13 June)
- Ian Hickson (Friday, 10 June)
- Ian Hickson (Friday, 10 June)
- Marcos Caceres (Friday, 10 June)
- Marcos Caceres (Friday, 10 June)
- Ian Hickson (Thursday, 9 June)
- Marcos Caceres (Thursday, 9 June)
[webstorage] Plan to address open Bugs?
[webstorage] Plan to move the spec to Last Call Working Draft
[whatwg] Can we remove forminput and formchange events and related dispatch methods?
[whatwg] File API Streaming Blobs
[whatwg] on* attributes on DOM elements
[widget] technology/specification name
- Marcos Caceres (Tuesday, 28 June)
- Robin Berjon (Tuesday, 28 June)
- Marcos Caceres (Friday, 24 June)
- Scott Wilson (Friday, 24 June)
- Arthur Barstow (Friday, 24 June)
- Marcos Caceres (Friday, 24 June)
- Rich Tibbett (Friday, 24 June)
- Marcin Hanclik (Friday, 24 June)
- Marcos Caceres (Friday, 24 June)
- Charles Pritchard (Thursday, 23 June)
- Scott Wilson (Thursday, 23 June)
- Dave Raggett (Thursday, 23 June)
- Karl Dubost (Thursday, 23 June)
[widgets]
[widgets] Dig Sig spec
- Marcos Caceres (Wednesday, 11 May)
- Marcos Caceres (Wednesday, 4 May)
- timeless (Monday, 2 May)
- Marcos Caceres (Monday, 2 May)
- Frederick.Hirsch@nokia.com (Friday, 29 April)
- Marcos Caceres (Tuesday, 26 April)
- Arthur Barstow (Tuesday, 26 April)
- Marcos Caceres (Tuesday, 26 April)
- Arthur Barstow (Tuesday, 26 April)
- Marcos Caceres (Monday, 25 April)
[widgets] Dig Sig Spec ready for pub
[widgets] Dig sig tests regenerated
[widgets] localizing author
[widgets] Minor addition to P&C
[widgets] Minor update to view mode P&C tests
[widgets] missing tests?
[Widgets] Mozilla open apps
[widgets] new TWI test for preferences.clear(), was Re: [widgets] TWI clarification
[widgets] P&C conformance requirement
[widgets] P&C test suite fixes
[widgets] P&C Test Suite updates
[widgets] P&C Test suite: default locale
[widgets] Plan to get Widget Updates LC ready?
[widgets] Plan to publish Proposed Recommendations for P&C, Interface and DigSig specs
[widgets] possible test errors for The Widget Interface?
[widgets] Processing comments from 22-Mar-2011 LCWD of Widgets P&C
[widgets] Proposal to update Dig Sig spec; deadline May 3
[widgets] Reminder! RfC: LCWDs of Widget {Packaging, Interface, Digital Signature}; deadline June 28
[widgets] Reminder: Last Call Working Draft of Widgets P&C; deadline May 1
[widgets] Request to republish P&C
[widgets] RfC: LCWDs of Widget {Packaging, Interface, Digital Signature}; deadline June 28
[widgets] TWI clarification
[Widgets] URI spec needs HTTP responses and dereferencing model
[widgets] VMMF, Meta Viewport, and Width and Height.
[widgets] WARP and redirects
[widgets] WARP summary of issues, was Re: [WARP] error in spec
[widgets] WARP test suite gained two tests
[widgets] WARP tests
[widgets] WARP usability issue
- Marcos Caceres (Monday, 20 June)
- Robin Berjon (Monday, 20 June)
- timeless (Thursday, 12 May)
- Marcos Caceres (Thursday, 12 May)
- Scott Wilson (Thursday, 12 May)
- timeless (Thursday, 12 May)
- timeless (Thursday, 12 May)
- Marcos Caceres (Thursday, 12 May)
- Marcos Caceres (Thursday, 12 May)
- Marcos Caceres (Thursday, 12 May)
- Charles McCathieNevile (Thursday, 12 May)
- Marcos Caceres (Thursday, 12 May)
[widgets] What is the status and plan for Widget URI spec?
[widgets] Widget Interface Test Suite
[widgets] Widget Updates test case issue: ta-pr-005
[widgets] Widget Updates tests?
- Rich Tibbett (Tuesday, 3 May)
- Scott Wilson (Thursday, 28 April)
- Hari Kumar G (Thursday, 28 April)
- Scott Wilson (Thursday, 28 April)
- Rich Tibbett (Thursday, 28 April)
- Scott Wilson (Wednesday, 27 April)
- Scott Wilson (Wednesday, 27 April)
- Rich Tibbett (Wednesday, 27 April)
- Arthur Barstow (Tuesday, 26 April)
- Rich Tibbett (Tuesday, 26 April)
- Marcos Caceres (Tuesday, 26 April)
[widgets] Widgets Interface Spec ready for pub
[workers] Processing comments from 10-Mar-2011 LCWD
[XHR2] Blobs, names and FormData
- Anne van Kesteren (Thursday, 30 June)
- Julian Reschke (Thursday, 30 June)
- Alfonso Martínez de Lizarrondo (Thursday, 30 June)
- Julian Reschke (Thursday, 30 June)
- Jonas Sicking (Wednesday, 29 June)
- Anne van Kesteren (Wednesday, 29 June)
- Alfonso Martínez de Lizarrondo (Wednesday, 29 June)
- Anne van Kesteren (Wednesday, 29 June)
- Alfonso Martínez de Lizarrondo (Wednesday, 29 June)
- Anne van Kesteren (Wednesday, 29 June)
- Alfonso Martínez de Lizarrondo (Wednesday, 29 June)
- Jonas Sicking (Wednesday, 29 June)
- Alfonso Martínez de Lizarrondo (Wednesday, 29 June)
- Jonas Sicking (Wednesday, 29 June)
- Jonas Sicking (Friday, 17 June)
- Anne van Kesteren (Friday, 17 June)
- Jonas Sicking (Wednesday, 20 April)
[XHR2] final progress events
[XHR2] load events on XMHttpRequestUpload
[XHR2] Overriding the MIME type in XHR2 after the request has started
[XHR2] responseType and response properties
[XHR2] timeout
[XHR] setRequestHeader and redirects
[XHR][XHR2] Same-origin policy protection
App Cache and History API
Battery Status API vs. Geolocation API
bug in example in step 6 of media type algorithm in WD-widgets-20110322 ?
Call for Test Suite Contributions (WebApps testing process now considered operational)
Canceled! CfC: publish Candidate Recommendation of Progress Events; deadline June 24
CfC: new WD of Clipboard API and Events; deadline April 5
CfC: publish a Candidate Recommendation of HTML5 Web Messaging; deadline June 9
CfC: publish a Last Call Working Draft of The Widget Interface; deadline June 2
CfC: publish a Last Call Working Draft of Widget Digital Signature; deadline May 30
CfC: publish a Last Call Working Draft of Widget Packaging and Configuration; deadline June 2
CfC: publish a new LCWD of DOM 3 Events; deadline May 18
CfC: publish Candidate Recommendation of Progress Events; deadline June 24
CfC: publish Last Call Working Draft of Web IDL; deadline July 7
CfC: publish new WD of WebSockets API; deadline April 13
CfC: publish new WDs of File API: {Writer, Directories and System}; deadline April 11
CfC: publish new Working Draft of DOM Core; deadline May 21
CfC: publish new Working Draft of Indexed Database API; deadline April 16
CfC: publish Proposed Recommendation for Widget Digital Signature; deadline July 7
CfC: publish Proposed Recommendation for Widget Packaging and XML Configuration; deadline July 7
CfC: server-sent-events
CfC: WebApps testing process; deadline April 20
- Arthur Barstow (Thursday, 21 April)
- James Graham (Thursday, 21 April)
- Adrian Bateman (Wednesday, 20 April)
- Arthur Barstow (Tuesday, 19 April)
- Garrett Smith (Tuesday, 19 April)
- Arthur Barstow (Tuesday, 19 April)
- Aryeh Gregor (Monday, 18 April)
- Garrett Smith (Monday, 18 April)
- Aryeh Gregor (Monday, 18 April)
- Garrett Smith (Monday, 18 April)
- Aryeh Gregor (Sunday, 17 April)
- Arthur Barstow (Wednesday, 13 April)
clarification on 9.1.3
clipboard events
- Aryeh Gregor (Thursday, 19 May)
- Hallvord R. M. Steen (Wednesday, 18 May)
- Ryosuke Niwa (Tuesday, 17 May)
- Olli Pettay (Tuesday, 17 May)
- João Eiras (Tuesday, 10 May)
- Paul Libbrecht (Tuesday, 10 May)
- Daniel Cheng (Tuesday, 10 May)
- timeless (Tuesday, 10 May)
- Paul Libbrecht (Tuesday, 10 May)
- Daniel Cheng (Tuesday, 10 May)
- Paul Libbrecht (Tuesday, 10 May)
- João Eiras (Monday, 9 May)
- Ian Hickson (Monday, 9 May)
Component Model: Landing Experimental Shadow DOM API in WebKit
- Garrett Smith (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Maciej Stachowiak (Thursday, 30 June)
- Cameron McCormack (Wednesday, 29 June)
- Dimitri Glazkov (Wednesday, 29 June)
- Anne van Kesteren (Wednesday, 29 June)
- Dimitri Glazkov (Wednesday, 29 June)
- Dimitri Glazkov (Wednesday, 29 June)
- Boris Zbarsky (Wednesday, 29 June)
- Dimitri Glazkov (Wednesday, 29 June)
- Boris Zbarsky (Wednesday, 29 June)
- Dimitri Glazkov (Wednesday, 29 June)
Component Models and Encapsulation (was Re: Component Model: Landing Experimental Shadow DOM API in WebKit)
- Boris Zbarsky (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Boris Zbarsky (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Maciej Stachowiak (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Maciej Stachowiak (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Maciej Stachowiak (Thursday, 30 June)
- Dimitri Glazkov (Thursday, 30 June)
- Maciej Stachowiak (Thursday, 30 June)
Concerns regarding cross-origin copy/paste security
copy events and content from server
CORS and HTTP headers spoofing
Does WebApps want to do work in Model-driven Views area?
Filtering clipboard MIME types (was: Re: clipboard events)
- Daniel Cheng (Thursday, 19 May)
- Ryosuke Niwa (Thursday, 19 May)
- Mark Baker (Thursday, 19 May)
- João Eiras (Thursday, 19 May)
- Hallvord R. M. Steen (Wednesday, 18 May)
- Daniel Cheng (Wednesday, 18 May)
- Hallvord R. M. Steen (Wednesday, 18 May)
- Daniel Cheng (Wednesday, 18 May)
- Ryan Seddon (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Daniel Cheng (Tuesday, 17 May)
- timeless (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Daniel Cheng (Tuesday, 17 May)
- Hallvord R. M. Steen (Tuesday, 17 May)
Fwd: Heads up: Upcoming Last Call for Contacts API
Global variables and id lookup for elements
Help converting a WebSQL example to IndexDB
How many ways to save store app data?
how to implement the c# HttpListener with the CORS protocol
How to standardize new Offline Web app features? [Was Re: Offline Web Applications status]
HTML5 Filesystem API feedback
Improving DOM Traversal and DOM XPath
Inconsistency between IDBObjectStore.openCursor, IDBIndex.openCursor, and IDBIndex.openKeyCursor
Indicating certificate order in XML Dig Sig
Is Progress Events spec ready for Candidate Rec?
Is Progress Events spec ready for Candidate Rec? [Was: Re: RfC: Last Call Working Draft of Progress Events; deadline June 1]
ISSUE-137 (IME-keypress): Should keypress events fire when using an IME? [DOM3 Events]
ISSUE-173 (ericu): terminal FileWriter progress events should be queued [File API: Writer]
Mail List Etiquette [Was: WebSQL] Any future plans, or has IndexedDB replaced WebSQL?]
Model-driven Views
- Leigh L Klotz Jr (Tuesday, 10 May)
- Garrett Smith (Friday, 6 May)
- Rafael Weinstein (Friday, 6 May)
- Leigh L Klotz Jr (Wednesday, 4 May)
- Garrett Smith (Tuesday, 3 May)
- Rafael Weinstein (Tuesday, 3 May)
- Charles McCathieNevile (Sunday, 1 May)
- Maciej Stachowiak (Saturday, 30 April)
- Olli Pettay (Friday, 29 April)
- Garrett Smith (Friday, 29 April)
- Olli Pettay (Thursday, 28 April)
- Alex Russell (Thursday, 28 April)
- Alex Russell (Thursday, 28 April)
- Olli Pettay (Thursday, 28 April)
- Maciej Stachowiak (Thursday, 28 April)
- Jonas Sicking (Thursday, 28 April)
- Maciej Stachowiak (Thursday, 28 April)
- Rafael Weinstein (Thursday, 28 April)
- Tab Atkins Jr. (Wednesday, 27 April)
- Olli Pettay (Wednesday, 27 April)
- Erik Arvidsson (Wednesday, 27 April)
- Olli Pettay (Wednesday, 27 April)
- Rafael Weinstein (Wednesday, 27 April)
- Dave Raggett (Tuesday, 26 April)
- Arthur Barstow (Tuesday, 26 April)
- Tab Atkins Jr. (Tuesday, 26 April)
- Boris Zbarsky (Tuesday, 26 April)
- Nathan Kitchen (Monday, 25 April)
- Rafael Weinstein (Saturday, 23 April)
More questions about contextual reference nodes
- Cameron McCormack (Friday, 15 April)
- Boris Zbarsky (Thursday, 14 April)
- Boris Zbarsky (Thursday, 14 April)
- Lachlan Hunt (Wednesday, 13 April)
- Lachlan Hunt (Wednesday, 13 April)
- Cameron McCormack (Wednesday, 13 April)
- Cameron McCormack (Wednesday, 13 April)
- Boris Zbarsky (Wednesday, 13 April)
- Boris Zbarsky (Wednesday, 13 April)
- Cameron McCormack (Wednesday, 13 April)
- Ms2ger (Sunday, 10 April)
- Lachlan Hunt (Sunday, 10 April)
- Lachlan Hunt (Sunday, 10 April)
- Boris Zbarsky (Saturday, 9 April)
- Lachlan Hunt (Saturday, 9 April)
- Boris Zbarsky (Saturday, 9 April)
Mouse Lock
- Glenn Maynard (Tuesday, 28 June)
- Gregg Tavares (wrk) (Tuesday, 28 June)
- Glenn Maynard (Tuesday, 28 June)
- Gregg Tavares (wrk) (Tuesday, 28 June)
- Glenn Maynard (Friday, 24 June)
- Aryeh Gregor (Friday, 24 June)
- Glenn Maynard (Friday, 24 June)
- Vincent Scheib (Friday, 24 June)
- timeless (Friday, 24 June)
- Glenn Maynard (Friday, 24 June)
- Charles Pritchard (Friday, 24 June)
- timeless (Friday, 24 June)
- Vincent Scheib (Wednesday, 22 June)
- Brandon Andrews (Wednesday, 22 June)
- Olli Pettay (Wednesday, 22 June)
- Tab Atkins Jr. (Wednesday, 22 June)
- Ryosuke Niwa (Wednesday, 22 June)
- Tab Atkins Jr. (Wednesday, 22 June)
- Ryosuke Niwa (Wednesday, 22 June)
- Tab Atkins Jr. (Wednesday, 22 June)
- Glenn Maynard (Wednesday, 22 June)
- Simon Pieters (Wednesday, 22 June)
- Robert O'Callahan (Tuesday, 21 June)
- Adam Barth (Tuesday, 21 June)
- Gregg Tavares (wrk) (Tuesday, 21 June)
- Adam Barth (Monday, 20 June)
- Aryeh Gregor (Monday, 20 June)
- Tab Atkins Jr. (Monday, 20 June)
- Olli Pettay (Monday, 20 June)
- Tab Atkins Jr. (Monday, 20 June)
- Olli Pettay (Monday, 20 June)
- Glenn Maynard (Monday, 20 June)
- Tab Atkins Jr. (Monday, 20 June)
- Tab Atkins Jr. (Monday, 20 June)
- Tab Atkins Jr. (Monday, 20 June)
- Olli Pettay (Monday, 20 June)
- Glenn Maynard (Monday, 20 June)
- Jonas Sicking (Monday, 20 June)
- Adam Barth (Monday, 20 June)
- Tab Atkins Jr. (Monday, 20 June)
- Adam Barth (Monday, 20 June)
- Vincent Scheib (Monday, 20 June)
- Gregg Tavares (wrk) (Sunday, 19 June)
- Olli Pettay (Sunday, 19 June)
- Adam Barth (Sunday, 19 June)
- Vincent Scheib (Thursday, 16 June)
Mutation events replacement
- Rafael Weinstein (Thursday, 30 June)
- Ryosuke Niwa (Thursday, 30 June)
- Ryosuke Niwa (Thursday, 30 June)
- Boris Zbarsky (Thursday, 30 June)
- Ryosuke Niwa (Thursday, 30 June)
- David Flanagan (Thursday, 30 June)
- Ryosuke Niwa (Thursday, 30 June)
- James Robinson (Thursday, 30 June)
- Boris Zbarsky (Thursday, 30 June)
- David Flanagan (Thursday, 30 June)
- David Flanagan (Thursday, 30 June)
- Boris Zbarsky (Thursday, 30 June)
- Olli Pettay (Thursday, 30 June)
- David Flanagan (Thursday, 30 June)
- David Flanagan (Thursday, 30 June)
- Ryosuke Niwa (Thursday, 30 June)
- Robin Berjon (Thursday, 30 June)
- Olli Pettay (Thursday, 30 June)
- Alex Russell (Thursday, 30 June)
- Simon Pieters (Thursday, 30 June)
- Ryosuke Niwa (Thursday, 30 June)
- Jonas Sicking (Thursday, 30 June)
- Rafael Weinstein (Wednesday, 29 June)
- Aryeh Gregor (Wednesday, 29 June)
- Jonas Sicking (Tuesday, 28 June)
- Olli Pettay (Tuesday, 28 June)
- Anne van Kesteren (Tuesday, 28 June)
- Olli Pettay (Tuesday, 28 June)
No longer representing Opera
Offline Web Applications status
on* attributes on DOM elements
Overriding the MIME type in XHR2 after the request has started
Overview of W3C technologies for mobile Web applications
paste events and HTML support - interest in exposing a DOM tree?
Please use public-test-infra list for testharness.js discussions [Was: RfC: WebApps Testing Process]
Please use public-webapps-testsuite for testing discussions
Proposal for a web application descriptor
Proposal: Navigation of JSON documents with html-renderer-script link relation
publish Last Call Working Draft of Web Workers; deadline March 7
publish new WD of WebSockets API; deadline April 13
publish new Working Draft of Indexed Database API; deadline April 16
Publishing a Last Call Working Draft of Web IDL on June 30
Publishing an update of File API spec
Publishing From-Origin Proposal as FPWD
Reminder: RfC: DOM 3 Events Last Call Working Draft; deadline June 28
Reminder: RfC: Last Call Working Draft of Progress Events; deadline June 1
Reminder: RfC: Last Call Working Draft of Server-sent Events; deadline April 21
Reminder: RfC: Last Call Working Draft of Web Workers; deadline April 21
- Bjoern Hoehrmann (Thursday, 21 April)
- Travis Leithead (Thursday, 21 April)
- Ian Hickson (Thursday, 21 April)
- Boris Zbarsky (Thursday, 21 April)
- Boris Zbarsky (Thursday, 21 April)
- Jonas Sicking (Thursday, 21 April)
- Andrew Wilson (Thursday, 21 April)
- Jonas Sicking (Wednesday, 20 April)
- Tab Atkins Jr. (Wednesday, 20 April)
- Jonas Sicking (Wednesday, 20 April)
- Tab Atkins Jr. (Wednesday, 20 April)
- Jonas Sicking (Wednesday, 20 April)
- Andrew Wilson (Wednesday, 20 April)
- Tab Atkins Jr. (Wednesday, 20 April)
- Travis Leithead (Wednesday, 20 April)
- Arthur Barstow (Friday, 15 April)
- Jonas Sicking (Thursday, 14 April)
- Arthur Barstow (Thursday, 14 April)
Reminder: RfC: LCWD of HTML5 Web Messaging; deadline June 1
request for custom clipboard types (Re: clipboard events)
Request for feedback: DOMCrypt API proposal
- David Dahl (Monday, 6 June)
- Robert O'Callahan (Monday, 6 June)
- Peter Glasten (Friday, 3 June)
- David Dahl (Friday, 3 June)
- David Dahl (Friday, 3 June)
- David Dahl (Friday, 3 June)
- Rich Tibbett (Friday, 3 June)
- Jonas Sicking (Friday, 3 June)
- Adam Barth (Friday, 3 June)
- David Dahl (Thursday, 2 June)
- David Dahl (Thursday, 2 June)
- Adam Barth (Thursday, 2 June)
- Adam Barth (Thursday, 2 June)
- David Dahl (Wednesday, 1 June)
Request for feedback: DOMCrypt API proposal - random number generation
RfC: DAP's Contacts API Last Call Working Draft; deadline July 14
RfC: DOM 3 Events Last Call Working Draft; deadline June 28
RfC: moving Web Storage to WG Note; deadline June 29
- Charles McCathieNevile (Monday, 27 June)
- Adrian Bateman (Monday, 27 June)
- James Robinson (Wednesday, 22 June)
- Karl Dubost (Wednesday, 22 June)
- Aryeh Gregor (Wednesday, 22 June)
- Boris Zbarsky (Wednesday, 22 June)
- Arthur Barstow (Wednesday, 22 June)
- Boris Zbarsky (Tuesday, 21 June)
- Karl Dubost (Tuesday, 21 June)
- Marcos Caceres (Tuesday, 21 June)
- Boris Zbarsky (Tuesday, 21 June)
- Marcos Caceres (Tuesday, 21 June)
- Boris Zbarsky (Tuesday, 21 June)
- Marcos Caceres (Tuesday, 21 June)
- Marcos Caceres (Tuesday, 21 June)
- Andres Riofrio (Tuesday, 21 June)
- Boris Zbarsky (Tuesday, 21 June)
- Boris Zbarsky (Tuesday, 21 June)
- Ian Hickson (Monday, 20 June)
- Aryeh Gregor (Monday, 20 June)
- Marcos Caceres (Monday, 20 June)
- Jonas Sicking (Monday, 20 June)
- Julian Reschke (Monday, 20 June)
- Anne van Kesteren (Monday, 20 June)
- Marcos Caceres (Monday, 20 June)
- Julian Reschke (Monday, 20 June)
- Anne van Kesteren (Monday, 20 June)
- Arthur Barstow (Monday, 20 June)
RfC: WebApps Testing Process
- Arthur Barstow (Thursday, 7 April)
- Aryeh Gregor (Wednesday, 6 April)
- Garrett Smith (Wednesday, 6 April)
- Arthur Barstow (Wednesday, 6 April)
- Garrett Smith (Wednesday, 6 April)
- Arthur Barstow (Wednesday, 6 April)
- Garrett Smith (Wednesday, 6 April)
- Garrett Smith (Monday, 4 April)
- James Graham (Monday, 4 April)
- Arthur Barstow (Monday, 4 April)
- Garrett Smith (Sunday, 3 April)
- Aryeh Gregor (Sunday, 3 April)
- Arthur Barstow (Friday, 1 April)
- Aryeh Gregor (Friday, 1 April)
risks of custom clipboard types
- Paul Libbrecht (Tuesday, 17 May)
- Ryosuke Niwa (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Daniel Cheng (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Daniel Cheng (Tuesday, 17 May)
- Boris Zbarsky (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Boris Zbarsky (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Ryosuke Niwa (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
- Ryosuke Niwa (Tuesday, 17 May)
- Paul Libbrecht (Tuesday, 17 May)
safeguarding a live getData() against looping scripts? (was: Re: clipboard events)
- Hallvord R. M. Steen (Saturday, 21 May)
- Daniel Cheng (Thursday, 19 May)
- João Eiras (Thursday, 19 May)
- Paul Libbrecht (Thursday, 19 May)
- Daniel Cheng (Thursday, 19 May)
- Ryosuke Niwa (Thursday, 19 May)
- João Eiras (Thursday, 19 May)
- Hallvord R. M. Steen (Thursday, 19 May)
- João Eiras (Thursday, 19 May)
- Hallvord R. M. Steen (Wednesday, 18 May)
- Daniel Cheng (Wednesday, 18 May)
- Hallvord R. M. Steen (Wednesday, 18 May)
- Daniel Cheng (Wednesday, 18 May)
- Hallvord R. M. Steen (Wednesday, 18 May)
- Daniel Cheng (Tuesday, 17 May)
- Hallvord R. M. Steen (Tuesday, 17 May)
- Daniel Cheng (Tuesday, 17 May)
- Hallvord R. M. Steen (Tuesday, 17 May)
SearchBox API
Seeking pre-LC comments for Progress Events spec; deadline June 30
Selectors API IDL Issues
Server Sent Events vs Web Sockets?
Server-Sent Event types
Server-Sent Events feedback
Server-Side Events encoded in JSON
Some additions to Web Workers
SpellCheck API?
- 坊野 博典 (Thursday, 12 May)
- Olli Pettay (Wednesday, 11 May)
- Aryeh Gregor (Wednesday, 11 May)
- timeless (Wednesday, 11 May)
- Aryeh Gregor (Wednesday, 11 May)
- Adam Shannon (Tuesday, 10 May)
- 坊野 博典 (Wednesday, 11 May)
- Olli Pettay (Tuesday, 10 May)
- Aryeh Gregor (Tuesday, 10 May)
- Olli Pettay (Tuesday, 10 May)
- Olli Pettay (Tuesday, 10 May)
- Aryeh Gregor (Monday, 9 May)
- Boris Zbarsky (Monday, 9 May)
- Aryeh Gregor (Monday, 9 May)
- Oliver Hunt (Monday, 9 May)
- Olli Pettay (Monday, 9 May)
- 坊野 博典 (Monday, 9 May)
Status of URL Interface?
Suggestion (redirection)
Support for matchesSelector()
Synchronous XMLHttpRequest and events
Testing Progress Events and CR
Testing Requirements
Update to Standards for Web applications on mobile
Using ArrayBuffer as payload for binary data to/from Web Workers
- Kenneth Russell (Thursday, 2 June)
- Jonas Sicking (Thursday, 2 June)
- Kenneth Russell (Wednesday, 1 June)
- Ian Hickson (Tuesday, 31 May)
- Kenneth Russell (Tuesday, 31 May)
- Travis Leithead (Tuesday, 31 May)
- Gregg Tavares (wrk) (Saturday, 28 May)
- Jonas Sicking (Friday, 27 May)
- Kenneth Russell (Thursday, 26 May)
- Kenneth Russell (Saturday, 23 April)
UUID's
W3C Community Groups and Business Groups [Was: Re: Proposal: Navigation of JSON documents with html-renderer-script link relation]
Warp tests
Web SQL Database specification
WebApps-ISSUE-179 (DOMException): DOM Core uses INVALID_STATE_ERR (DOMException) where D3E uses DISPATCH_REQUEST_ERR (EventException)
WebApps-ISSUE-181 (FileError-Name): Use case for FileError and FileException name attribute [File API]
WebApps-ISSUE-182 (OperationNotAllowed): File API introduces a new OperationNotAllowed exception where other specs have an error code [File API]
WebSocket feedback
What changes to Web Messaging spec are proposed? [Was: Re: Using ArrayBuffer as payload for binary data to/from Web Workers]
- Kenneth Russell (Friday, 24 June)
- Ian Hickson (Friday, 24 June)
- Kenneth Russell (Friday, 24 June)
- Ian Hickson (Thursday, 23 June)
- Kenneth Russell (Wednesday, 22 June)
- David Levin (Wednesday, 22 June)
- Andrew Wilson (Wednesday, 22 June)
- Glenn Maynard (Wednesday, 22 June)
- David Levin (Wednesday, 22 June)
- Glenn Maynard (Wednesday, 22 June)
- David Levin (Wednesday, 22 June)
- Glenn Maynard (Wednesday, 22 June)
- David Levin (Wednesday, 22 June)
- Glenn Maynard (Wednesday, 22 June)
- David Levin (Wednesday, 22 June)
- Glenn Maynard (Wednesday, 22 June)
- Jonas Sicking (Wednesday, 22 June)
- Ian Hickson (Tuesday, 21 June)
- Jonas Sicking (Tuesday, 21 June)
- Ian Hickson (Tuesday, 21 June)
- Jonas Sicking (Tuesday, 21 June)
- Ian Hickson (Monday, 20 June)
- Travis Leithead (Monday, 13 June)
- Travis Leithead (Monday, 13 June)
- Arthur Barstow (Monday, 13 June)
- Ian Hickson (Friday, 10 June)
- David Levin (Friday, 10 June)
- Travis Leithead (Friday, 10 June)
- Glenn Maynard (Friday, 10 June)
- Kenneth Russell (Friday, 10 June)
- Travis Leithead (Friday, 10 June)
- Travis Leithead (Friday, 10 June)
- Andrew Wilson (Thursday, 9 June)
- Glenn Maynard (Thursday, 9 June)
- Andrew Wilson (Thursday, 9 June)
- Jonas Sicking (Thursday, 9 June)
- Glenn Maynard (Thursday, 9 June)
- Kenneth Russell (Thursday, 9 June)
- Jonas Sicking (Thursday, 9 June)
- Glenn Maynard (Thursday, 9 June)
- David Levin (Wednesday, 8 June)
- Kenneth Russell (Wednesday, 8 June)
- David Levin (Wednesday, 8 June)
- ben turner (Wednesday, 8 June)
- Kenneth Russell (Wednesday, 8 June)
- David Levin (Wednesday, 8 June)
- Kenneth Russell (Wednesday, 8 June)
- Arthur Barstow (Wednesday, 8 June)
- Kenneth Russell (Saturday, 4 June)
- Andrew Wilson (Friday, 3 June)
- Jonas Sicking (Friday, 3 June)
- Glenn Maynard (Friday, 3 June)
- Jonas Sicking (Friday, 3 June)
- Kenneth Russell (Friday, 3 June)
- Jonas Sicking (Friday, 3 June)
- Dmitry Lomov (Friday, 3 June)
- Andrew Wilson (Friday, 3 June)
- Jonas Sicking (Friday, 3 June)
- Kenneth Russell (Friday, 3 June)
- Glenn Maynard (Friday, 3 June)
- Dmitry Lomov (Friday, 3 June)
- Dmitry Lomov (Friday, 3 June)
- Glenn Maynard (Friday, 3 June)
- David Levin (Friday, 3 June)
- Jonas Sicking (Friday, 3 June)
- David Levin (Thursday, 2 June)
- Glenn Maynard (Thursday, 2 June)
- Jonas Sicking (Thursday, 2 June)
- Glenn Maynard (Thursday, 2 June)
- David Levin (Thursday, 2 June)
- Glenn Maynard (Thursday, 2 June)
- David Levin (Thursday, 2 June)
- Kenneth Russell (Thursday, 2 June)
- Boris Zbarsky (Thursday, 2 June)
- David Levin (Thursday, 2 June)
- Jonas Sicking (Thursday, 2 June)
- Ian Hickson (Thursday, 2 June)
- Jonas Sicking (Thursday, 2 June)
- Glenn Maynard (Thursday, 2 June)
- ben turner (Thursday, 2 June)
- Kenneth Russell (Thursday, 2 June)
- Travis Leithead (Thursday, 2 June)
- Arthur Barstow (Thursday, 2 June)
Widget URI tests
widgets P&C rule 9.1.12...
Last message date: Thursday, 30 June 2011 23:17:35 UTC