08:28 | <yihua> | 這樣就加入了? |
13:30 | <nlogax> | twss |
17:04 | <swirrl> | LIST |
17:12 | <jcranmer> | this isn't an NNTP server ... ;-) |
17:21 | <Philip`> | jcranmer: Maybe swirrl was telling everybody to lean to one side in an attempt to tip the channel over |
19:25 | <jarek> | Hello |
19:26 | <jarek> | does any browser support this? http://dev.w3.org/html5/markup/input.color.html |
19:28 | <Ms2ger> | Opera, or so I hear |
19:29 | <nimbu> | yes |
19:29 | <nimbu> | i think chrome does too now |
19:30 | <jarek> | http://diveintohtml5.org/forms.html#type-color |
19:30 | <jarek> | this looks awesome, it uses the native color picker from OSX |
19:31 | <jarek> | but it seems to be disabled by default on WebKit |
19:35 | <jarek> | OK, it works on Opera |
19:36 | <jarek> | but initially it is displaying simple, non-standard color picker |
19:36 | <jarek> | the native color picker shows only after pressing "Other…" button |
19:36 | <jarek> | is there a way to display native picker right away? |
19:42 | <Ms2ger> | Ask Opera nicely? :) |
19:42 | <nimbu> | :) |
19:43 | <Ms2ger> | I hear nimbu can fix that ;) |
19:43 | <nimbu> | would def try! |
19:55 | <jarek> | but I need this feature on WebKit... |
19:55 | <jarek> | it doesn't work even on Chrome Canary |
19:59 | <jarek> | also, there is no alpha slider, is this a bug or by design? |
20:00 | <jarek> | since we can specify rgba() colors, it would make sense to have alpha slider as well |
20:02 | <jarek> | "The value attribute, if specified and not empty, must have a value that is a valid simple color." "A simple color consists of three 8-bit numbers in the range 0..255, representing the red, green, and blue components of the color respectively, in the sRGB color space." |
20:02 | <jarek> | no alpha support? :/ |
20:04 | <nimbu> | jarek: good question |
20:08 | <Hixie> | no alpha support, intentionally |
22:27 | <heycam> | gsnedders, I'm looking at your comment about Web IDL lacking a definition of [[Call]] for normal operations |
22:28 | <heycam> | gsnedders, and the problem of `alert("hi")` needing to work even in strict mode |
22:28 | <heycam> | gsnedders, do you know whether all methods of window need to work like this (i.e., have this set to the window)? |
22:29 | <gsnedders> | heycam: Dunno. I'm on vacation. :) |
22:29 | <heycam> | gsnedders, it's swapped out of your head then? :) |
22:29 | <gsnedders> | heycam: It'd be better for it to be consistent, though. |
22:29 | <heycam> | gsnedders, suppose so. dunno if people want to move to requiring "window." for newer functions though. |
22:30 | <gsnedders> | I doubt it. |
22:30 | <heycam> | k |
22:30 | <heycam> | well I might introduce an extended attribute to have this set correctly, which can then be put on Window in the idl |
22:31 | <gsnedders> | Yeah. Window is quite the special case, being the global object and all. |