Re: [whatwg] [editing] queryCommand(Indeterm|State|Value) for commands where they make no sense

2011-09-19 Thread Aryeh Gregor
On Mon, Sep 19, 2011 at 12:37 PM, Ryosuke Niwa rn...@webkit.org wrote: Not throwing makes sense to me (at least for now). What value should they return though? State/indeterm should return false, value should return . For state/indeterm, this is what IE/WebKit/Opera do (Gecko throws). For

Re: [whatwg] [editing] queryCommand(Indeterm|State|Value) for commands where they make no sense

2011-09-19 Thread Ryosuke Niwa
On Mon, Sep 19, 2011 at 10:45 AM, Aryeh Gregor a...@aryeh.name wrote: State/indeterm should return false, value should return . For state/indeterm, this is what IE/WebKit/Opera do (Gecko throws). For value, it's what Gecko/Opera do; IE and WebKit return boolean false, but that's the wrong

Re: [whatwg] [editing] queryCommand(Indeterm|State|Value) for commands where they make no sense

2011-09-19 Thread Aryeh Gregor
On Mon, Sep 19, 2011 at 1:50 PM, Ryosuke Niwa rn...@webkit.org wrote: Sounds like a reasonable solution to me.  For what's worth, I think WebKit used to return false all the time so I don't think this will cause a huge compat. issue for us. I've changed the spec (warning, large diff):

[whatwg] Web Forms 2 Repetition Model—please reinstate on specification

2011-09-19 Thread whatwg
Please reinstate this feature (Web Forms 2 / Repetition Model) on the official specification. My use-case/ justification is explained on this forum thread: http://forums.whatwg.org/bb3/viewtopic.php?f=3t=4717 I want a declarative solution for simple repetition (e.g. for scientific data

Re: [whatwg] Web Forms 2 Repetition Model—please reinstate on specification

2011-09-19 Thread Ian Hickson
On Mon, 19 Sep 2011, wha...@aaabit.com wrote: Please reinstate this feature (Web Forms 2 / Repetition Model) on the official specification. My use-case/ justification is explained on this forum thread: http://forums.whatwg.org/bb3/viewtopic.php?f=3t=4717 I want a declarative solution