public-webapps@w3.org from October to December 2011 by subject

"We just ran out of time ..." [Was: Re: Component Model f2f: Actionable things]

[Bug 10623] Simplify Web IDL exceptions

[Bug 12510] Specs split off from HTML5 (like WebSockets) need to have xrefs linked, otherwise they're ambiguous

[Bug 12859] An IDL block for window.postMessage is lacking from the W3C spec.

[Bug 13104] Enable keepalive on WebSocket API

[Bug 13373] Privacy: Limit SharedWorker connections to same top-level domain

[Bug 13584] [web messaging] Channel Messaging Origins

[Bug 13686] Remove the special case from onmessage (to call start())

[Bug 13717] Clarify that a MessagePort clone, when created, hasn't been transfered, even if it was created as a result of another being transfered. ("If any object is listed in transfer more than once, or any of the Transferable objects listed in transfer have alread

[Bug 13761] Now that event data can be discarded (if there is no newline before eof), the last id field value received should be stored in a buffer and set as the EventSource's lastEventId only when the event is actually dispatched. That way the id associated with th

[Bug 13772] Example code should contain a comma instead of semicolon: worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']});

[Bug 13786] Drop the charset parameter or made it non-conforming. Other MIME types introduced by this specification do not allow the charset parameter.

[Bug 13794] I think length-prefixed messages would be a lot more useful than line-delimited messages. Sentinel terminators, especially newlines, are more error prone to generate and parse than a few bytes of length prefix followed by a message, repeat. In addition, t

[Bug 13799] Should Transferables be transfered even when postMessage fails?

[Bug 13807] Allow user-typed URLs and e-mail addresses to automatically become links

[Bug 13812] The EventSource garbage collection does not mention open/error events. It also does not seem to match the language entirely of WebSocket garbage collection.

[Bug 13831] Deleting a block should leave style tags nested inside

[Bug 13841] Investigate what should happen when hitting Enter inside nested single-line containers

[Bug 13856] I am not sure whether it is due to the nature of this documentation but it would be very helpful to include an example of HTTP response and how it should react to HTTP 3xx and 4xx.

[Bug 13893] Only HTML elements should be editable

[Bug 13908] WordStar semantics aren't supported

[Bug 13910] There can never be no active range

[Bug 13913] Attributes don't have an order

[Bug 13930] Refer to rniwa's undo/redo spec

[Bug 13967] Webkit implementation swaps second argument 'targetOrigin' with third argument 'ports'

[Bug 13972] var bgPage = chrome.extension.getBackgroundPage(); function saveTabData(tab, data) { if (tab.incognito) { bgPage[tab.url] = data; // Persist data ONLY in memory } else { localStorage[tab.url] = data; // OK to store data }

[Bug 13973] Refactor delete stuff

[Bug 13975] Get rid of multi-Range Selections

[Bug 13976] Backspacing in between two lists should merge them

[Bug 14037] Should XMLDocument be standardized?

[Bug 14048] Suggestion of change in process for "dispatch the event" in Server-Sent Events

[Bug 14084] Hi! Returning a null from getItem() if the key does not exist is downright semantically wrong. null is a full-fledged value which can be serialized (JSONed), and is NOT the value we get if we do: var x = myObject.someUnknownProperty; In that case we get t

[Bug 14094] EventSource: Add example of listening for and using an event type other than 'message'

[Bug 14144] Adding link to resolve the URL

[Bug 14148] Drop resolveURL in favor of URL()

[Bug 14199] IDBVersionChangeEvent still uses DOMString for version

[Bug 14201] IDBFactory.deleteDatabase text mentions IDBVersionChangeRequest

[Bug 14214] missing definition of Transferable

[Bug 14248] Merge selection spec into editing spec

[Bug 14252] Put DOM Range to rest

[Bug 14288] document.documentElement.insertAdjacentHTML specs WebKit behavior instead of IE behavior

[Bug 14318] Importance of the upgradeneeded event should be more explicit

[Bug 14322] Update URL of the WebSocket protocol

[Bug 14323] This API could easily be used by XForms implementations if protocols such as "localstorage://" could also be specified. Thanks! Alain Couthures agenceXML Invited Expert in Forms Work Group

[Bug 14329] Add a warning about high-volume traffic through MessagePort being a DOS risk for UAs and scripts

[Bug 14331] EventSource can end up in the wrong state due to race conditions (see comment 12 paragraph 2)

[Bug 14331] Hello! Why tasks that are queued by EventSource doesnot removed from task queues with "close" method? Thanks!

[Bug 14351] Event handler IDL attributes need [TreatNonCallableAsNull]

[Bug 14351] New: Event handler IDL attributes need [TreatNonCallableAsNull]

[Bug 14352] Event handler IDL attributes need [TreatNonCallableAsNull]

[Bug 14352] New: Event handler IDL attributes need [TreatNonCallableAsNull]

[Bug 14364] Add an API to make appcache support caching specific URLs dynamically

[Bug 14364] appcache: Add an API to make appcache support caching specific URLs dynamically

[Bug 14364] New: [appcache] manifest attribute should accept data-uris

[Bug 14376] New: Move to the new WebIDL exceptions

[Bug 14383] New: Investigate interaction between focus and selection

[Bug 14384] "upgradeneeded" event should set request.readyState to DONE

[Bug 14384] New: "upgradeneeded" event should set request.readyState to DONE

[Bug 14389] New: Remove =FunctionOnly from the callbacks

[Bug 14389] Remove =FunctionOnly from the callbacks

[Bug 14393] If exception is thrown during upgradeneeded event dispatch, abort the VERSION_CHANGE transaction

[Bug 14393] New: If exception is thrown during upgradeneeded event dispatch, abort the VERSION_CHANGE transaction

[Bug 14395] asd asasd asda dasd as d

[Bug 14395] New: asd asasd asda dasd as d

[Bug 14396] ddfsdfsdf sdf fdsgshdf vjlh fjhvkjds hkjdfh jdsgfvslhjfdvhd

[Bug 14396] New: ddfsdfsdf sdf fdsgshdf vjlh fjhvkjds hkjdfh jdsgfvslhjfdvhd

[Bug 14404] New: Version of an IDBDatabase from an aborted version change transaction needs to be specified

[Bug 14404] Version of an IDBDatabase from an aborted version change transaction needs to be specified

[Bug 14405] New: Steps for firing success/error events on a request are very transaction-centric

[Bug 14405] Steps for firing success/error events on a request are very transaction-centric

[Bug 14406] New: ывавып ав ыав р р

[Bug 14406] ывавып ав ыав р р

[Bug 14408] [IndexedDB] Cursors .key/.primaryKey/.value shouldn't throw as soon as .continue is called

[Bug 14408] New: [IndexedDB] Cursors .key/.primaryKey/.value shouldn't throw as soon as .continue is called

[Bug 14412] IDBFactorySync should have .cmp too

[Bug 14412] New: IDBFactorySync should have .cmp too

[Bug 14414] Is it really can be used like Winsocket? How can I use it?

[Bug 14414] New: Is it really can be used like Winsocket? How can I use it?

[Bug 14441] New: Note in IDBIndex.getKey is incorrect

[Bug 14441] Note in IDBIndex.getKey is incorrect

[Bug 14455] When tapping within a contenteditable, mobile browsers display a VKB that hogs the screen. But what if users don't want to enter any new text? They might instead make a selection, copy it, drag to move it, format it, or paste in something else. Ideally

[Bug 14474] Make it possible to close a connection in such a manner that all subsequent events are suppressed

[Bug 14474] New: Make it possible to close a connection in such a manner that all subsequent events are surpressed

[Bug 14480] How the data is stored at client side? Is it in some kind of file in temp folder or something. Can you please clarify.

[Bug 14480] New: How the data is stored at client side? Is it in some kind of file in temp folder or something. Can you please clarify.

[Bug 14488] [IDBObjectStore|IDBIndex].count description should specify optional argument behavior a little better

[Bug 14488] New: [IDBObjectStore|IDBIndex].count description should specify optional argument behavior a little better

[Bug 14513] New: WebSocket API: Missing reference for definition of MessageEvent

[Bug 14513] WebSocket API: Missing reference for definition of MessageEvent

[Bug 14527] cfgdfg dfg dfg dfg fgfdg sdftgf dhfghgdhfghfgdh fgh dfhdfhfghfghghhd

[Bug 14527] New: cfgdfg dfg dfg dfg fgfdg sdftgf dhfghgdhfghfgdh fgh dfhdfhfghfghghhd

[Bug 14530] Hi, In Server-Sent Events Section "Processing model", it should be clearly stated how to avoid the pipelining of HTTP requests on the connection used for an event source. HTTP pipelining - decribed in RFC 2616 / section 8.1.2.2 - is the possibility for a

[Bug 14530] New: Hi, In Server-Sent Events Section "Processing model", it should be clearly stated how to avoid the pipelining of HTTP requests on the connection used for an event source. HTTP pipelining - decribed in RFC 2616 / section 8.1.2.2 - is the possibility for a

[Bug 14544] New: section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the most recently formally published rev

[Bug 14544] section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the most recently formally published rev

[Bug 14554] New: Consider adding support for contenteditable=plaintext

[Bug 14564] mlnbdv bdg gk fgbjkgjfbjgfml vl bnkl ghl

[Bug 14564] New: mlnbdv bdg gk fgbjkgjfbjgfml vl bnkl ghl

[Bug 14578] New: Figure out how to behave if editing host is an inline element

[Bug 14592] EventSource should default to use "Use Credentials" set to false for CORS

[Bug 14592] New: EventSource should default to use "Use Credentials" set to false for CORS

[Bug 14660] [Editorial] Clarification for CLOSING in Garbage Collection

[Bug 14660] New: [Editorial] Clarification for CLOSING in Garbage Collection

[Bug 14663] New: Advice on CORS and caches

[Bug 14664] New: Defining CORS headers

[Bug 14665] Content-Type is not a simple header

[Bug 14665] New: Content-Type is not a simple header

[Bug 14666] Be clearer about cookies and CORS

[Bug 14666] New: Be clearer about cookies and CORS

[Bug 14677] Hey, There! =D My name is Felipe. And I'm looking around this new tecnology. I'm really enjoying it.

[Bug 14677] New: Hey, There! =D My name is Felipe. And I'm looking around this new tecnology. I'm really enjoying it.

[Bug 14684] fghfghf fgh fgh fgh fdghdffh fgh

[Bug 14684] New: fghfghf fgh fgh fgh fdghdffh fgh

[Bug 14694] New: innerHTML in DocumentFragment

[Bug 14695] How do I clear browsing history automatically? Is there a setting in Google Chrome, like I.E. to clear cookies and websites visited, etc. to clear everything automatically upon exiting Chrome? I cannot find one, always have to go to tools, history to dele

[Bug 14695] New: How do I clear browsing history automatically? Is there a setting in Google Chrome, like I.E. to clear cookies and websites visited, etc. to clear everything automatically upon exiting Chrome? I cannot find one, always have to go to tools, history to dele

[Bug 14712] New: Clarify copyright situation of Selection text

[Bug 14727] New: Deleting doesn't handle non-normalized sublists correctly

[Bug 14729] Inline formatting should add wrappers inside empty blocks

[Bug 14729] New: Inline formatting should add wrappers inside empty blocks

[Bug 14735] [IndexedDB] Add multientry attribute to IDBIndex

[Bug 14735] New: [IndexedDB] Add multientry attribute to IDBIndex

[Bug 14744] New: Allow literal []{} somehow in tests

[Bug 14745] New: Autolink on newline

[Bug 14773] New: Investigate if synchronous XHR in window context should not support new XHR responseTypes

[Bug 14830] New: Specify where index values are gotten from

[Bug 14830] Specify where index values are gotten from

[Bug 14842] New: Update createContextualFragment if detached flag is removed

[Bug 14847] HTTP/1.1 101 Switching Protocols Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: nToZIrKj/IYE0NjsLns7R+Msfcg=

[Bug 14847] New: HTTP/1.1 101 Switching Protocols Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: nToZIrKj/IYE0NjsLns7R+Msfcg=

[Bug 14848] HTTP/1.1 101 Switching Protocols Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: nToZIrKj/IYE0NjsLns7R+Msfcg=

[Bug 14848] New: HTTP/1.1 101 Switching Protocols Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Accept: nToZIrKj/IYE0NjsLns7R+Msfcg=

[Bug 14900] New: note about checking "origin" attribute of MessageEvent

[Bug 14985] New: Specify how autoincrement + empty keypath works

[Bug 14985] Specify how autoincrement + empty keypath works

[Bug 15029] Change multientry to multiEntry

[Bug 15029] New: Change multientry to multiEntry

[Bug 15030] Add IDBObjectStore.autoIncrement

[Bug 15030] New: Add IDBObjectStore.autoIncrement

[Bug 15055] [IndexedDB] (editorial) dead link "IDBFactory.open" in 3.1.8 Requests

[Bug 15055] New: [IndexedDB] (editorial) dead link "IDBFactory.open" in 3.1.8 Requests

[Bug 15059] Hi this the first test of my html5.

[Bug 15059] New: Hi this the first test of my html5.

[Bug 15094] New: When creating a worker, it should be possible to assign some arguments to the constructor, or pass an init object like so: var worker = new Worker("someurl.js", { someData: "1234" }); The object passed could be made available as the current context (this.

[Bug 15094] When creating a worker, it should be possible to assign some arguments to the constructor, or pass an init object like so: var worker = new Worker("someurl.js", { someData: "1234" }); The object passed could be made available as the current context (this.

[Bug 15096] 1.function supports_html5_storage() { 2. try { 3. return 'localStorage' in window && window['localStorage'] !== null; 4. } catch (e) { 5. return false; 6. } 7.}

[Bug 15096] New: 1.function supports_html5_storage() { 2. try { 3. return 'localStorage' in window && window['localStorage'] !== null; 4. } catch (e) { 5. return false; 6. } 7.}

[Bug 15097] function supports_html5_storage() { try { return 'localStorage' in window && window['localStorage'] !== null; } catch (e) { return false; } }

[Bug 15097] New: function supports_html5_storage() { try { return 'localStorage' in window && window['localStorage'] !== null; } catch (e) { return false; } }

[Bug 15104] In reply to: <p class="warning">Following HTTP procedures here could introduce serious security problems in a Web browser context. For example, consider a host with a WebSocket server at one path and an open HTTP redirector at another. Suddenl

[Bug 15104] New: In reply to: <p class="warning">Following HTTP procedures here could introduce serious security problems in a Web browser context. For example, consider a host with a WebSocket server at one path and an open HTTP redirector at another. Suddenl

[Bug 15127] New: Please don't use section numbers as these tend to change rapidly and make your feedback harder to understand.

[Bug 15127] Please don't use section numbers as these tend to change rapidly and make your feedback harder to understand.

[Bug 15129] New: Vxvzvxvjbcb vs avatars Bdhzgzgagdffgx Vvgbv bb Gvvcn. Bcc cf hghvhhcygfg fscsssxaxsszzxcxs Gets es Gvvfvbvfamtsf

[Bug 15129] Vxvzvxvjbcb vs avatars Bdhzgzgagdffgx Vvgbv bb Gvvcn. Bcc cf hghvhhcygfg fscsssxaxsszzxcxs Gets es Gvvfvbvfamtsf

[Bug 15134] New: Please explain what the proper behavior of getSelection on a display:none iframe is

[Bug 15141] DedicatedWorkerGlobalScope IDL formatting is broken

[Bug 15209] New: send() should not close the connection so easily

[Bug 15210] New: Consider dispatching an event when bufferedAmount drops to 0

[Bug 15223] Need to add an DOMError error attribute to the IDBTransaction interface

[Bug 15223] New: Need to add an DOMError error attribute to the IDBTransaction interface

[Bug 15234] New: Throw if IDBTransaction.objectStore() or IDBObjectStore.index() called after transaction finished

[Bug 15234] Throw if IDBTransaction.objectStore() or IDBObjectStore.index() called after transaction finished

[Bug 15257] New: Should synchronous flag be cleared after state is set to UNSENT or DONE?

[Bug 15257] Should synchronous flag be cleared after state is set to UNSENT or DONE?

[Bug 15266] I m testing the websocket, Please kindly neglect

[Bug 15266] New: I m testing the websocket, Please kindly neglect

[Bug 15279] New: Update WebSockets tests to remove support for MozWebSocket

[Bug 15292] HTTP/1.1 101 WebSocket Protocol Handshake Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Location: ws://example.com/demo Sec-WebSocket-Protocol: sample

[Bug 15292] New: HTTP/1.1 101 WebSocket Protocol Handshake Upgrade: WebSocket Connection: Upgrade Sec-WebSocket-Origin: http://example.com Sec-WebSocket-Location: ws://example.com/demo Sec-WebSocket-Protocol: sample

[Bug 15293] HTTP/1.1 101 Web Socket Protocol Handshake Upgrade: WebSocket Connection: Upgrade WebSocket-Origin: http://www.cnodejs.org WebSocket-Location: ws://www.cnodejs.org:8088/echo

[Bug 15293] New: HTTP/1.1 101 Web Socket Protocol Handshake Upgrade: WebSocket Connection: Upgrade WebSocket-Origin: http://www.cnodejs.org WebSocket-Location: ws://www.cnodejs.org:8088/echo

[Bug 15305] [XHR] (editorial) Missing "When set: " in the non-nomative box of the responseType attribute.

[Bug 15305] New: [XHR] (editorial) Missing "When set: " in the non-nomative box of the responseType attribute.

[Bug 15306] [XHR] (editorial) Mark the event summary section as non-normative.

[Bug 15306] New: [XHR] (editorial) Mark the event summary section as non-normative.

[Bug 15307] [XHR] (editorial) the Extensibilty section suggest method prefixing like FooBar() instead of fooBar()

[Bug 15307] New: [XHR] (editorial) the Extensibilty section suggest method prefixing like FooBar() instead of fooBar()

[Bug 15316] New: this is a test of the w3 html5 web messaging form

[Bug 15316] this is a test of the w3 html5 web messaging form

[Bug 15337] ease enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appr

[Bug 15337] New: ease enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appr

[Bug 15365] ection numbers as these tend to change rapidly and make your feedback harder to understand

[Bug 15365] New: ection numbers as these tend to change rapidly and make your feedback harder to understand

[Component Model] Decorator Challenges

[Component Model] Use Case: Displaying an Element across frames

[Component Model]: Decorators and Fallback Content

[components] Summary of open questions

[cors] 'custom request headers'

[cors] 7.2 seems to make * unusable

[CORS] Access-Control-Request-Method

[CORS] Access-Control-Request-Method was Re: [CORS] Allow-Access-Request-Method

[CORS] Allow-Access-Request-Method

[cors] Content-Type

[CORS] Does "Origin" have to be included in the "Access-Control-Request-Headers" field?

[cors] Failed sharing check and cookies

[cors] how to test multiple origin values

[cors] JAX-RS and preflight

[cors] Should browsers send non-user-controllable headers in Access-Control-Request-Headers?

[cors] Simple Header question

[cors] The case of Http Headers in Access-Control-Request-Headers

[cors] what's an example a simple request with credentials?

[cors] when a preflight goes bad

[DOM3 Events] Some comments on Basic Event Interfaces

[DOM3Events] Oustanding issues (was: [DOM3Events] CR)

[DOM4] atomicity of DocumentFragment insertion

[DOM4] Remove Node.isSameNode

[DOM4] XML lang

[dom] Mutation Observers

[DRAFT] Web Intents Task Force Charter

[ElementTraversal] Moving traversal from Element Traversal to DOM4?

[File API] Blob.slice()

[File API] Calling requestFileSystem with bad filesystem type

[File API] dependencies

[File API] Dereferencing Model for Blob URIs

[File API] FileList

[File API] Issue 182 about OperationNotAllowed

[File API] New Draft | Re: CfC: new WD of File API; deadline Oct 17

[File API] Other sources for Blob data.

[FileAPI] Blob protocol version - is this needed?

[FileAPI] createObjectURL isReusable proposal

[FileAPI] Event handler IDL attributes

[FileAPI] FileReader.abort() and File[Saver|Writer].abort have different behaviors

[FileAPI] Length of the opaque string for blob URLs

[FileAPI] Remove readAsBinaryString?

[From-Origin] editorial

[From-Origin] on "clickjacking"

[From-Origin] on "privacy leakage"

[From-Origin] on "theft"

[indexeddb] 'raises' statements in IDL

[IndexedDB] (editorial) outdated example in "3.2.1 The IDBRequest Interface" section

[IndexedDB] Array keys / circular references

[indexeddb] Bug#14404 https://www.w3.org/Bugs/Public/show_bug.cgi?id=14404

[indexeddb] Calling IDBDatabase.close inside onupgradeneeded handler

[indexeddb] Change IDBRequest.errorCode property to match new Exception type model

[indexeddb] Compound Key support for Primary Keys and Indexes

[indexeddb] DOM Level 4 Exceptions and Error updates to IDB spec

[indexeddb] error value of open request after aborting VERSION_CHANGE transaction inside an onupgradeneeded handler

[indexeddb] Exception type for NON_TRANSIENT_ERR code

[IndexedDB] Handling missing/invalid values for indexes

[IndexedDB] IDBObjectStore.delete should accept a KeyRange

[indexeddb] Implicit Transaction Request associated with failed transactions

[indexeddb] Keypath attribute lookup question

[indexeddb] New WebIDL Exception Model for IndexedDB

[IndexedDB] Passing an empty array to IDBDatabase.transaction

[IndexedDB] Soliciting feedback from SQL Vendors

[IndexedDB] there should not be a message exception field on IDBDatabaseException

[IndexedDB] Throwing when *creating* a transaction

[IndexedDB] transaction order

[Pointer Lock] Few comments

[postmsg] Moving back to LC

[Selectors API 2] Is matchesSelector stable enough to unprefix in implementations?

[selectors-api] Requirements and Use Cases for Scoped Methods

[selectors-api] Return an Array instead of a static NodeList

[stream-api] Editor's Draft for Streams API

[Web Intents] Task Force Mailing List set up

[webcomponents]: First draft of the Shadow DOM Specification

[Widgets] CfC: add WidgetStorage interface to API spec; deadline December 1

[widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

[widgets] Killing file:// of evil (widget URI ready for pub)

[widgets] Widget Interface is a W3C Candidate Recommendation; Call for Implementations

[widgets] Widget Interface test cases

[Widgets] WidgetStorage interface

[workers] Moving back to LC

[Workers] Worker same-origin and usage in JS libraries...

[XHR2] Disable new response types for sync XHR in Window context

[XHR2] HTML in XHR implementation feedback

[XHR2] overrideMimeType in state UNSENT

[XHR2] responseText for text/html before the encoding has stabilized

[XHR2] Streamed send or receive

[XHR2] timeout

[XHR]

[XHR] chunked

[XHR] chunked requests

[XHR] Invoking open() from event listeners

[XHR] responseType "json"

[XHR] upload progress events ("successfully uploaded")

A proposal for Element constructors

Add PointerLock and Gamepad APIs to WebApps' charter; deadline December 1

Adding methods to Element.prototype

Adding methods to Element.prototype WAS: [Selectors API 2] Is matchesSelector stable enough to unprefix in implementations?

Adding Web Intents to the Webapps WG deliverables

AW: AW: AW: AW: WebSocket API: close and error events

AW: AW: AW: WebSocket API: close and error events

AW: AW: WebSocket API: close and error events

AW: WebSocket API: close and error events

Barewords in on* attributes, redux (also, find() and company)

before/after editaction

Behavior Attachment Redux, was Re: HTML element content models vs. components

Bug in file system Api specification

Bug Tracking for the File* specs [Was: Re: Bug in file system Api specification]

Call for Contributors: TAG's Web App Storage work [Was: Re: TAG Comment on Web Storage]

Call for Implementations: Web Storage

Call for Implementations: WebSocket API

CfC: Add PointerLock and Gamepad APIs to WebApps' charter; deadline December 1

CfC: add Quota API to WebApps' charter; deadline December 20

CfC: adding Mutation Observers to DOM4; deadline Oct 14 [Was: Re: Mutation Observers: a replacement for DOM Mutation Events]

CfC: CORS to advance to Last Call

CfC: Identifying "Test Spec Editors"; deadline Nov 11

CfC: new WD of File API; deadline Oct 17

CfC: publish a Candidate Recommendation of DOM 3 Events; deadline October 21

CfC: publish a Candidate Recommendation of Web Storage; deadline Nov 25

CfC: publish a Candidate Recommendation of WebSockets API; deadline Nov 9

CfC: publish Candidate Recommendation of Widget Interface; deadline December 5

CfC: publish LCWD of Web Storage; deadline Oct 20

CfC: publish new WD of DOM4; deadline December 21

CfC: publish new WD of HTML5 Web Messaging; deadline Oct 16

CfC: publish new WD of Indexed Database API; deadline Oct 21

CfC: publish new WD of Server-Sent Events; deadline Oct 16

CfC: publish new WD of XHR; deadline December 5

CfC: publish Proposed Recommendation of WARP; deadline December 5

CfC: publish WG Note of the "old" XHR(1); deadline December 8

Component Model f2f: Actionable things

Consolidating charter changes

Copy/cut and event.preventDefault()

Data uris, was: Re: Enable compression of a blob to .zip file

Dictionaries in WebIDL

Disabling non-collapsed selection

Discovery and Web Intents (was Re: [DRAFT] Web Intents Task Force Charter)

Discussion topic for Webapps F2F on Nov 1

Draft Agenda for 1 November 2011 f2f meeting

Draft minutes: 1 November 2011 f2f meeting

Draft Minutes: 31 October 2011 f2f meeting

Dropping XMLHttpRequest 1 (just do 2)?

Enable compression of a blob to .zip file

Feedback on websockets - at least one-way please!

Feedback requested for UndoManager and DOM Transaction

File API: "Determining encoding"

file sharing services

FileSystem API - The Flags interface

Firefox bug: "Worker" load ignores Content-Type version parameter

Fwd: Head's up: Geolocation API Level 2 FPWD and LC

Fwd: Re: Quota API and WebApps [Was: Re: Consolidating charter changes]

Fwd: W3C Workshop on the Future of Offline Web Applications (Call for Participation)

FYI: Mobile Web Applications Interoperability Event, 6-7 December 2011, Sophia-Antipolis, France

FYI: New email alias for WebAppSec WG test suite work

Gave a try to the Component Model

Generic guide to exceptions, events, etc. for new APIs Re: [indexeddb] New WebIDL Exception Model for IndexedDB

Heads up: RDFa 1.1 headed into Last Call in January 2012

HTML Editing APIs is already in scope [Was: Re: Draft Minutes: 31 October 2011 f2f meeting]

HTML element content models vs. components

HTML Speech XG Completes, seeks feedback for eventual standardization

Identifying "Test Spec Editors"; deadline Nov 11

IME and WebApps [Was: Re: Consolidating charter changes]

Indexed database API autoIncrement

IndexedDB: calling IDBTransaction.objectStore() or IDBObjectStore.index() after transaction is finished?

IndexedDB: IDBIndex.multientry attribute?

IndexedDB: multientry or multiEntry?

IndexedDB: ordering sense of IDBFactory.cmp?

IndexedDB: spec nit - IDBFactory.cmp returns int?

innerHTML in DocumentFragment

Is BlobBuilder needed?

Joint meeting of the CSS/WebApps/WebFonts WGs

Last Call Comments on Web Storage

Mouse Lock

Mutation Observers: a replacement for DOM Mutation Events

New tests for element traversal properties

Notes from a component model pow-wow

Opening discussion on StreamWorker

PointerLock and Gamepad APIs

postMessage is the new wtf

Postponed: Request for Review: Test cases for DOM L3 Events

Priorities and expectations for 2012

Proposal for a new Matrix API

Proposed Specification for find/findAll/matches

publish new WD of XHR; deadline December 5

Publishing XHR (level 1 and 2)...

QSA, the problem with ":scope", and naming

Question about implementing DataTransfer.addElement

Question about the ProgressEvent implementation status

Quota API and WebApps [Was: Re: Consolidating charter changes]

Remaining Problems with Explicit :scope Switching in find/findAll

Remaining Problems with Explicit :scope Switching in find/findAll (was: Re: [Selectors API 2] Is matchesSelector stable enough to unprefix in implementations?)

Reminder: RfC: Last Call Working Draft of Web IDL; deadline October 18

Reminder: RfC: LCWD of Touch Events version 1; deadline October 11

Reminder: RfC: LCWD of Web Socket API; comment deadline October 21

Reminder: RfC: LCWD of Web Storage ; deadline November 15

Reminder: WebApps TPAC2011 meeting Oct 31 and November 1; request for agenda topics

Request for Review: Test cases for DOM L3 Events

Revising Web Storage, was: Re: TAG Comment on

Revisiting Command Elements and Toolbars

RfC: DeviceOrientation Event Specification Last Call; deadline January 15

RfC: Geolocation API Level 2 Last Call; deadline January 15

RfC: LCWD of Touch Events version 1; deadline November 17

RfC: LCWD of Web Socket API; comment deadline October 21

RfC: LCWD of Web Storage ; deadline November 15

RfC: pre-LC RDFa 1.1; deadline January 15

Sanatising HTML content through sandboxing

Sanitising HTML content through sandboxing

Spec changes for LCs and later maturity levels

Spec changes for LCs and later maturity levels [Was: Re: RfC: LCWD of Web Socket API; comment deadline October 21]

Standards for Web applications on mobile devices: November 2011 updates

State of subclassing and tag names in the component model

Storage Quota API

Synchronous postMessage for Workers?

TAG Comment on

TAG Comment on Web Storage

TPAC Web App

Volume control Intent, was: Re: [DRAFT] Web Intents Task Force Charter

W3Conf: conference for Web App developers November 15-16

Web API Design Cookbook

Web Components Explainer

Web IDL sequence<T> and item() method

Web Messaging Intents, was: Re: [DRAFT] Web Intents Task Force Charter

Web&TV Use Cases (was Re: [DRAFT] Web Intents Task Force Charter)

WebSocket "report" at TPAC?

WebSocket API: close and error events

websocket client in C? (minimal)

WebSocket treated as subresource: no HTTP auth dialogs?

What type should .findAll return

Who is the audience?

Widget-DSig's choice of RSA-4096 Re: [widgets] How to divorce widgets-digsig from Elliptic Curve PAG?

Widgets are moving to Native Web Apps CG

window.find already exists

XBL2 is dead.

XBL2, Component Model and WebApps' Rechartering [Was: Re: Consolidating charter changes]

XHR content-type rewriting

XPath and find/findAll methods

XPath and Selectors are identical, and shouldn't be co-developed

Last message date: Friday, 30 December 2011 20:02:25 UTC