[whatwg] Storage.getItem() question

2006-05-05 Thread Johnny Stenback
Hello all, Currently the web apps spec states the following about the getItem() method: -- The getItem(key) method must return the StorageItem object representing the key/value pair with the given key. If the given key does not exist in the list associated with the object, or is not

[whatwg] Show upload progress

2006-05-05 Thread Joaquin Cuenca Abela
Hi, A lot of people are implementing progress bars that show in real time the upload status of files being uploaded. Right now it's a pain to implement that kind of functionality, as the browser has to poll regularly the server with a secondary connection to get the total size of the request,

[whatwg] fullscreen event?

2006-05-05 Thread Martijn
Hello, I was thinking, maybe a fullscreen (and a normalscreen event or something like that) event would be useful? Also, a fullScreen property (which returns true or false) on the window would in that case be handy. Afaik, Mozilla already has such a property, only it doesn't work (it's always

Re: [whatwg] proposed canvas 2d API additions

2006-05-05 Thread Ian Hickson
On Fri, 28 Apr 2006, Arve Bersvendsen wrote: I would suggest that we do not use floats for the color values. While the choice of floats versus integers hardly matters on the desktop, it is a big deal on mobile devices, where you (often) may find that there is no FPU, so any floating