public-webapps@w3.org from April to June 2011 by subject

'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

[Bug 12111] spec for Storage object getItem(key) method does not match implementation behavior

[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

[File API: FileSystem] Removed mimeType from toURL

[FileAPI] BlobBuilder.getBlob should clear the BlobBuilder

[FileAPI] File.slice spec bug

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

[FileAPI] FileWriter and read-only files

[FileAPI] Immutability and structured clones of File

[FileAPI] Result of calling MultipleReads on FileReader

[FileAPI] Seeking status and plan

[FileAPI] Updates to FileAPI Editor's Draft

[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)

[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

[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

[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

[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

[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?

[webstorage] origin security check

[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

[widgets]

[widgets] Dig Sig spec

[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

[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?

[widgets] Widgets Interface Spec ready for pub

[workers] Processing comments from 10-Mar-2011 LCWD

[XHR2] Blobs, names and FormData

[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

clarification on 9.1.3

clipboard events

Component Model: Landing Experimental Shadow DOM API in WebKit

Component Models and Encapsulation (was Re: Component Model: Landing Experimental Shadow DOM API in WebKit)

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)

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

More questions about contextual reference nodes

Mouse Lock

Mutation events replacement

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

Reminder: RfC: LCWD of HTML5 Web Messaging; deadline June 1

request for custom clipboard types (Re: clipboard events)

Request for feedback: DOMCrypt API proposal

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

RfC: WebApps Testing Process

risks of custom clipboard types

safeguarding a live getData() against looping scripts? (was: Re: clipboard events)

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?

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

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]

Widget URI tests

widgets P&C rule 9.1.12...

Last message date: Thursday, 30 June 2011 23:17:35 UTC