Re: [Clipboard API] Add a flag to indicate paste-as-text to beforepaste and paste events

2012-08-24 Thread Sebastian Markbåge
We (Google) would like to propose to add a boolean flag indicating whether the user intended to paste as plain text or rich text. Perhaps we can add event.clipboardData.intendedType ? I.e. if( event.clipboardData.intendedType=='text/plain' ){ // user used paste as text command }else{ }

Multipart or TAR archive/package support for all APIs (Performance and scalability)

2009-08-04 Thread Sebastian Markbåge
There has been some talk about supporting packages/archives in web APIs. http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-July/021586.html http://lists.w3.org/Archives/Public/public-webapps/2009JulSep/0460.html -- Why? The main purpose is performance because of overhead in

Re: Copy/Paste Events

2009-08-04 Thread Sebastian Markbåge
On Mon, Aug 3, 2009 at 1:06 PM, Ian Hickson i...@hixie.ch wrote: It seems that nobody has bothered to implement this part of the spec even when implementing Drag Drop so it must not make sense. This part of the spec postdates most implementations, and the newer implementation (Gecko) was

Re: Copy/Paste Events

2009-07-27 Thread Sebastian Markbåge
IE, the WebKit model doesn't allow content to be arbitrarily added to the clipboard outside of the dedicated events - which I think is a good thing. Regards, Sebastian Markbåge On Mon, Jul 27, 2009 at 6:39 AM, Jacob Rossi t-jac...@microsoft.com wrote: Section 7.10.6 Copy and pastehttp

Re: Window Modes todo

2009-07-27 Thread Sebastian Markbåge
interfaces. It might be that those properties need to allow setters anyway. Sebastian Markbåge On Mon, Jul 27, 2009 at 3:59 PM, Boris Zbarsky bzbar...@mit.edu wrote: Robin Berjon wrote: Do other implementers care to chime in with what they do, and if they'd find this change acceptable? As I