Re: [whatwg] Propsal: Mechanism for converting rgb, hex, and named color strings between one another

2010-09-23 Thread Anne van Kesteren
On Wed, 22 Sep 2010 23:49:53 +0200, Daniel Buchner dan...@mozilla.com wrote: Thoughts? I think CSSColorComponentValue in the CSSOM should eventually get this ability. Discussion on CSSOM take mostly place on www-st...@w3.org. -- Anne van Kesteren http://annevankesteren.nl/

[whatwg] Workers: what should happen when exceeding worker limit?

2010-09-23 Thread Ivan Kozik
What should happen when instantiating a Worker that cannot be started because of the limit on the number of workers? Chrome 6 and Chromium 7.0.532.0 (60255) put the 17th worker in a queue, to be created when some existing worker terminates. This queue seems to be limitless in size (or at least

Re: [whatwg] Scriptable interface for video element FullScreen mode

2010-09-23 Thread Mikko Rantalainen
2010-09-23 06:26 EEST: Shiv Kumar: Is this proposal not good enough? https://wiki.mozilla.org/index.php?title=Gecko:FullScreenAPI That proposal covers the video element but is way too broad. Digesting and analyzing it would take quite an effort. It will probably also require a really good

Re: [whatwg] Workers: what should happen when exceeding worker limit?

2010-09-23 Thread Dmitry Titov
Thanks for the feedback! I'd love to know more about your use case (if possible), since it may motivate further thinking on these limits... Indeed, the option of immediately throwing was also considered. It didn't look obviously better for the following reasons (I may forget something, but that's

[whatwg] input element list attribute and filtering suggestions

2010-09-23 Thread Mounir Lamouri
Hi, The list attribute [1] on input elements let the author specify a list of pre-defined suggestions via the datalist element (each option of the datalist is a suggestion). It looks like the idea is to have all the suggestions showing like a combobox which is more or less confirmed by Hixie [2].

Re: [whatwg] :invalid

2010-09-23 Thread Boris Zbarsky
On 9/23/10 6:12 PM, Mounir Lamouri wrote: So, to improve the user experience while using web forms we would like to fix that. However, we are wondering if :invalid (and :valid?) specifications should be updated to take UX considerations or if a new pseudo-classe should be created. Does anyone

Re: [whatwg] Scriptable interface for video element FullScreen mode

2010-09-23 Thread Robert O'Callahan
On Thu, Sep 23, 2010 at 10:11 PM, Mikko Rantalainen mikko.rantalai...@peda.net wrote: What kind of digesting and analyzing do you think is required? An UA is free to implement support for this API in a way that will ever accept the request only if the requested element is the video element.

Re: [whatwg] :invalid

2010-09-23 Thread Simon Pieters
On Fri, 24 Sep 2010 02:50:42 +0200, Boris Zbarsky bzbar...@mit.edu wrote: On 9/23/10 6:12 PM, Mounir Lamouri wrote: So, to improve the user experience while using web forms we would like to fix that. However, we are wondering if :invalid (and :valid?) specifications should be updated to take