[whatwg] Why children of datalist elements are barred from constraint validation?

2010-09-24 Thread Mounir Lamouri
Hi, I agree that a child of a datalist element should not block the form submission. However, I'm wondering why do we care about this particular edge case when there are a lot of situations where an element can be invalid without any possible action from the user. If there is no specific use

Re: [whatwg] Question about gradient stops in canvas and parsing as CSS colors

2010-09-24 Thread Philip Taylor
On Wed, Sep 22, 2010 at 3:49 PM, Anne van Kesteren ann...@opera.com wrote: On Wed, 22 Sep 2010 16:47:02 +0200, Boris Zbarsky bzbar...@mit.edu wrote: Clearly I happen to think Gecko's behavior is the sane one here, but there's a clear interoperability problem either way.  Certainly Opera and

Re: [whatwg] :invalid

2010-09-24 Thread Shiv Kumar
Boris, Are there cases when pages would set invalid default values and want them flagged as such in UI? Yes, there are. Typically, in large organizations, there are folks who clean up data. So they will be presented with data that's already entered by someone else and their job is to clean up

[whatwg] Low Memory Event

2010-09-24 Thread Charles Pritchard
This is likely mentioned in the Device API specs, or somewhere around there at the W3C: Do we have a route, or DOM events that signal when the device has a low memory condition? My computer is constantly running low in memory. Mozilla-apps (thunderbird) start hiding unneeded icons; Chrome

Re: [whatwg] Constraint validation feedback (various threads)

2010-09-24 Thread Mounir Lamouri
On 08/11/2010 03:03 PM, Ian Hickson wrote: On Tue, 20 Jul 2010, Mounir Lamouri wrote: At the moment, three form elements are barred from constraint validation: object, fieldset and output. I can understand why object and fieldset are barred from constraint validation but I think output

Re: [whatwg] Canvas element image scaling

2010-09-24 Thread Gregg Tavares (wrk)
As others have pointed out, canvas scaling algorithm is not specified and is different in each browser. http://greggman.com/downloads/examples/canvas-test/test-01/canvas-test-01-results.html http://greggman.com/downloads/examples/canvas-test/test-01/canvas-test-01.html On Sat, Sep 18, 2010 at

Re: [whatwg] Volume and Mute feedback on video

2010-09-24 Thread Ian Hickson
On Fri, 20 Aug 2010, Mike Wilcox wrote: On Aug 20, 2010, at 2:57 PM, Ian Hickson wrote: On Thu, 10 Jun 2010, Ashley Sheridan wrote: Or you could just raise the volume of the audio track itself. I think being able to raise the volume like this (beyond 100% of what it is) with script

Re: [whatwg] Canvas element image scaling

2010-09-24 Thread Boris Zbarsky
On 9/24/10 10:04 PM, Ruben Rodriguez II wrote: Forgive me as I have not kept up with all the discussions on this list, but have there been any suggestions with regards to NOT using a filter for rescaling? The mails you quoted mention how to do this in Gecko. -Boris