Re: Encoding Spec and Encoding for readAsText

2012-02-19 Thread Anne van Kesteren
On Sat, 18 Feb 2012 23:46:00 +0100, Arun Ranganathan aranganat...@mozilla.com wrote: OK, I agree that BOM considerations should override the Charset Parameter (if any) in Blob.type. I've made such a change. http://dev.w3.org/2006/webapi/FileAPI/ I think it would be better and clearer to

Re: [Clipboard] Processing model feedback (and other)

2012-02-19 Thread Anne van Kesteren
On Sat, 18 Feb 2012 16:45:07 +0100, Hallvord R. M. Steen hallv...@opera.com wrote: Firing an event surely should be specified elaborately elsewhere. I added another reference to DOM2-Events (though fire probably is used without being precisely spec'ed there..). Yes, you need to reference

Re: (aside) MIME type

2012-02-19 Thread Glenn Maynard
On Sun, Feb 19, 2012 at 4:55 AM, Julian Reschke julian.resc...@gmx.dewrote: The correct term IMHO is (Internet) Media Type, so disambiguation is possible. I don't believe it's helpful to maintain different sets of terminology. Use the official term, and when disambiguation is needed, it's

Re: [Clipboard] Processing model feedback (and other)

2012-02-19 Thread Paul Libbrecht
Le 19 févr. 2012 à 10:46, Anne van Kesteren a écrit : On Sat, 18 Feb 2012 16:45:07 +0100, Hallvord R. M. Steen hallv...@opera.com wrote: Firing an event surely should be specified elaborately elsewhere. I added another reference to DOM2-Events (though fire probably is used without being

Re: [Clipboard] Processing model feedback (and other)

2012-02-19 Thread Hallvord R. M. Steen
Siterer Anne van Kesteren ann...@opera.com: Except there's no such thing as default action really... IMO this is well established terminology and easy to understand for script authors because of the preventDefault() method name.. I've changed the text slightly though. I don't really

Re: [Clipboard] checking if implementation allows reading/writing a given type to the OS clipboard

2012-02-19 Thread Hallvord R. M. Steen
Siterer Paul Libbrecht p...@hoplahup.net: Hm.. you mean a page should be able to say Hello web browser, I just lve processing application/pdf data from the clipboard ? I don't see the use case for that. If I'm misunderstanding you please clarify :-) It means that if pdf is in the

Re: [Clipboard] Processing model feedback (and other)

2012-02-19 Thread Glenn Maynard
On Sat, Feb 18, 2012 at 10:12 AM, Hallvord R. M. Steen hallv...@opera.comwrote: I've looked at rewriting it but I'm not sure how. Cancelling the default action has different outcomes for the different types of events. Some of the outcomes are also easier to understand if you think that the

Re: [Clipboard] checking if implementation allows reading/writing a given type to the OS clipboard

2012-02-19 Thread Daniel Cheng
On Sat, Feb 18, 2012 at 07:28, Hallvord R. M. Steen hallv...@opera.comwrote: On Fri, 17 Feb 2012 19:23:29 +0100, Daniel Cheng dch...@chromium.org wrote: Also, what does it mean to be supported? In new versions of Chrome, any kind of MIME type is supported in the sense that you can set data