Re: [whatwg] Markup-related feedback

2015-01-01 Thread Garrett Smith
On 12/30/14, Michael Gratton wrote: > On Tue, 30 Dec, 2014 at 5:12 PM, Garrett Smith > wrote: >> [snip] > >> >> - alerts false >> >> This result, in a way, seems to contradict the following:- >> >> | The disabled attribute, when specified, causes all >> | the form control descendants of the fiel

Re: [whatwg] Markup-related feedback

2015-01-01 Thread Garrett Smith
On 10/27/14, Ian Hickson wrote: > > On Fri, 24 Jan 2014, Jukka K. Korpela wrote: >> 2014-01-22 2:28, Ian Hickson wrote: >> > On Tue, 3 Dec 2013, Jukka K. Korpela wrote: >> > > >> > > Thank you for the clarifications. I may have been stuck to an idea >> > > of a submittable element, possibly adopte

Re: [whatwg] Markup-related feedback

2014-12-30 Thread Michael Gratton
On Tue, 30 Dec, 2014 at 5:12 PM, Garrett Smith wrote: [snip] - alerts false This result, in a way, seems to contradict the following:- | The disabled attribute, when specified, causes all | the form control descendants of the fieldset element, | excluding those that are descendants of the

Re: [whatwg] Markup-related feedback

2014-12-29 Thread Garrett Smith
Here's a code example to illustrate the confounding problem of a disabled INPUT whose disabled property is false. http://jsfiddle.net/cmsom6jo/2/ // Disable the fieldset to make all its form control // descendants to be disabled document.getElementById("a").disabled = true; // Are

Re: [whatwg] Markup-related feedback

2014-12-29 Thread Garrett Smith
On 12/29/14, Garrett Smith wrote: > On 10/27/14, Ian Hickson wrote: >> >> On Fri, 24 Jan 2014, Jukka K. Korpela wrote: >>> 2014-01-22 2:28, Ian Hickson wrote: >>> > On Tue, 3 Dec 2013, Jukka K. Korpela wrote: >>> > > > [...] > - but now that FIELDSET can be disabled, descendent elements are > i

Re: [whatwg] Markup-related feedback

2014-12-29 Thread Garrett Smith
On 10/27/14, Ian Hickson wrote: > > On Fri, 24 Jan 2014, Jukka K. Korpela wrote: >> 2014-01-22 2:28, Ian Hickson wrote: >> > On Tue, 3 Dec 2013, Jukka K. Korpela wrote: >> > > [...] >> 3. To determine if a form control is eligible for success (see below) >> `HTMLFormControl.isEnabled` > > What'

[whatwg] Markup-related feedback

2014-10-27 Thread Ian Hickson
On Fri, 24 Jan 2014, Jukka K. Korpela wrote: > 2014-01-22 2:28, Ian Hickson wrote: > > On Tue, 3 Dec 2013, Jukka K. Korpela wrote: > > > > > > Thank you for the clarifications. I may have been stuck to an idea > > > of a submittable element, possibly adopted from some earlier version > > > or pr