Re: Cross-Origin Resource Embedding Restrictions

2011-02-28 Thread Maciej Stachowiak
For what it's worth, I think this is a useful draft and a useful technology. Hotlinking prevention is of considerable interest to Web developers, and doing it via server-side Referer checks is inconvenient and error-prone. I hope we can fit it into Web Apps WG, or if not, find another goo home

Re: publish a new Working Draft of DOM Core; comment deadline March 2

2011-02-28 Thread Maciej Stachowiak
On Feb 26, 2011, at 7:15 AM, Doug Schepers wrote: > > I will remove my objection to publish DOM Core if: 1) conflicts (rather than > extensions) are removed from the draft, or reconciled with changes in DOM3 > Events; and 2) for those changes that have broad consensus, we can integrate > them

Re: publish a new Working Draft of DOM Core; comment deadline March 2

2011-02-28 Thread Maciej Stachowiak
On Feb 24, 2011, at 5:21 PM, Doug Schepers wrote: > Hi, Anne- > > I object to publishing a Working Draft of the DOM Core spec that includes DOM > Events. > > Introducing conflicting specifications that cover the same materials > dramatically harms interoperability, and the idea of "competing

Cross-Origin Resource Embedding Restrictions

2011-02-28 Thread Anne van Kesteren
Hi, The WebFonts WG is looking for a way to prevent cross-origin embedding of fonts as certain font vendors want to license their fonts with such a restriction. Some people think CORS is appropriate for this, some don't. Here is some background material: http://weblogs.mozillazine.org/roc

Re: [DOMCore] fire and dispatch

2011-02-28 Thread Anne van Kesteren
On Fri, 25 Feb 2011 18:47:54 +0100, Garrett Smith wrote: Your example is simple. But some common cases of synth events are complicated. UI Events aren't so bad but MouseEvents and especially TouchEvents are a lot of work to synthesize. Most cases for synth events are for testing -- feature tes

Re: [whatwg] Intent of the FileSystem API

2011-02-28 Thread Glenn Maynard
On Mon, Feb 28, 2011 at 7:41 PM, Eric Uhrhane wrote: > Sorry--I meant to push this over to public-webapps, as Ian suggested. > [+cc public-webapps, whatwg->BCC] > Currently (reviewing for context), the spec tries to reach "filename consistency" (only allowing filenames to be used which can be us

Re: [whatwg] Intent of the FileSystem API

2011-02-28 Thread Charles Pritchard
On 2/28/2011 4:10 PM, Eric Uhrhane wrote: On Mon, Feb 28, 2011 at 2:54 PM, Charles Pritchard wrote: I'd like some clarification on the intent of the FileSystem API: requestFileSystem permanent, getDirectory and getFile. ... They're not particularly easy to use, compared to the IndexedDB data

Re: [whatwg] Intent of the FileSystem API

2011-02-28 Thread Eric Uhrhane
Sorry--I meant to push this over to public-webapps, as Ian suggested. [+cc public-webapps, whatwg->BCC] On Mon, Feb 28, 2011 at 4:10 PM, Eric Uhrhane wrote: > On Mon, Feb 28, 2011 at 2:54 PM, Charles Pritchard wrote: >> I'd like some clarification on the intent of the FileSystem API: >> requestF

Re: [whatwg] Intent of the FileSystem API

2011-02-28 Thread Jonas Sicking
On Mon, Feb 28, 2011 at 3:50 PM, Charles Pritchard wrote: > Are there any plans of reviewing/visiting efficient File/Blob support in > indexeddb? Support for File and Blob is technically in the spec already, though I don't think any implementations support it. The more controversial part is supp

Re: [whatwg] Intent of the FileSystem API

2011-02-28 Thread Charles Pritchard
On 2/28/2011 3:50 PM, Ian Hickson wrote: On Mon, 28 Feb 2011, Charles Pritchard wrote: I'd like some clarification on the intent of the FileSystem API: requestFileSystem permanent, getDirectory and getFile. Are they intended to directly pass through to the host operating system, or are they jus

[Bug 12206] Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appropriate. If you're suggesting

2011-02-28 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12206 Ian 'Hixie' Hickson changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 12206] New: Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appropriate. If you're sugges

2011-02-28 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12206 Summary: Please enter your feedback, carefully indicating the title of the section for which you are submitting feedback, quoting the text that's wrong today if appropriate. I

[postmsg] Is HTML5 Web Messaging ready for Last Call Working Draft?

2011-02-28 Thread Arthur Barstow
Hixie, All, Is the HTML5 Web Messaging spec ready for Last Call Working Draft? http://dev.w3.org/html5/postmsg/ If not, what must be done before it is ready for LC and what is the time frame to complete the work? Bugzilla [1] reports one bug for this component without a Resolution and tha

Re: publish a new Working Draft of DOM Core; comment deadline March 2

2011-02-28 Thread Garrett Smith
On 2/28/11, Adrian Bateman wrote: > On Friday, February 25, 2011 1:54 AM, Anne van Kesteren wrote: >> >> The idea is to provide a better definition of the events model at a >> >> more >> >> appropriate location. I do not think DOM Level 3 Events is the right >> >> way >> >> forward, but I am happy

Re: publish a new Working Draft of DOM Core; comment deadline March 2

2011-02-28 Thread Karl Dubost
Le 28 févr. 2011 à 17:59, Adrian Bateman a écrit : > My preference is to not have two drafts in the WebApps working group with > conflicting specification of the same feature. Looking at http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#events and http://www.w3.org/TR/DOM-Level-3-Events

RE: publish a new Working Draft of DOM Core; comment deadline March 2

2011-02-28 Thread Adrian Bateman
On Friday, February 25, 2011 1:54 AM, Anne van Kesteren wrote: > >> The idea is to provide a better definition of the events model at a more > >> appropriate location. I do not think DOM Level 3 Events is the right way > >> forward, but I am happy to work in parallel to see which turns out > >> bet

[eventsource] Connection close on EventSource collection

2011-02-28 Thread Glenn Maynard
> 10 Garbage collection > If an EventSource object is garbage collected while its connection is still open, the connection must be closed. Multiple EventSource instances may share the same underlying connection. If this happens, and just one EventSource object is collected (eg. a tab closed), the

CfC: publish Last Call Working Draft of Web Workers; deadline March 7

2011-02-28 Thread Arthur Barstow
This is a Call for Consensus (CfC) to publish a new Last Call Working Draft of the Web Workers spec based on the following version of the spec (copied from ED version 1.276): http://dev.w3.org/html5/workers/publish/LCWD-workers-201103TBD.html This CfC satisfies the group's requirement to "re

CfC: publish Last Call Working draft of Server-sent Events; deadline March 7

2011-02-28 Thread Arthur Barstow
This is a Call for Consensus (CfC) to publish a new Last Call Working Draft of the Server-sent Events spec based on the following version of the spec (copied from ED version 1.161): http://dev.w3.org/html5/eventsource/publish/LCWD-eventsource-201103TBD.html This CfC satisfies the group's r

Re: set input.value when input element has composition string

2011-02-28 Thread Kang-Hao (Kenny) Lu
Hello Makoto, (Cc+ public-webapps) (11/02/25 15:16), Makoto Kato wrote: > Hi, > > This is simple sample. This behavior is different on all web browsers > when input element has composition/preedit string for IME. A relevant question here, I think, is where the cursor should go when the value of

[Bug 12202]

2011-02-28 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12202 Ms2ger changed: What|Removed |Added Status|NEW |RESOLVED CC|