Pass | The disabled attribute, when specified, causes all the form control descendants of the fieldset element, excluding those that are descendants of the fieldset element's first legend element child, if any, to be disabled. | Asserts runPass | assert_true(true, "The fieldset is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:42:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubname'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:43:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubnum'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:44:5) | Pass | assert_true(true, "input 'clubc_l1' is descendant of the first legend child of the fieldset. It should not be disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:45:5) | Pass | assert_true(true, "input 'clubr_l1' is descendant of the first legend child of the fieldset. It should not be disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:46:5) | Pass | assert_true(true, "input 'clubt_l1' is descendant of the first legend child of the fieldset. It should not be disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:47:5) | Pass | assert_false(false, "input 'club_l2' is a descendant of the second legend child of the fieldset. It should be disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:48:5) |
|
Pass | The first 'legend' element is not a child of the disabled fieldset: Its descendants should be disabled. | Asserts runPass | assert_true(true, "The fieldset is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:52:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubname2'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:53:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubnum2'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:54:5) | Pass | assert_false(false, "the first legend is not a child of the disabled fieldset: input 'club2' is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:55:5) |
|
Pass | The <legend> element is not a child of the disabled fieldset: Its descendants should be disabled. | Asserts runPass | assert_true(true, "The fieldset is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:59:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubname3'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:60:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubnum3'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:61:5) | Pass | assert_false(false, "the first legend is not a child of the disabled fieldset: input 'club3' is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:62:5) |
|
Pass | The <legend> element is child of the disabled fieldset: Its descendants should be disabled. | Asserts runPass | assert_true(true, "The fieldset is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:66:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubname4'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:67:5) | Pass | assert_false(false, "fieldset is disabled so is input 'clubnum4'")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:68:5) | Pass | assert_true(true, "the first legend a child of the disabled fieldset: input 'club4' is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:69:5) |
|
Pass | A <fieldset> element is in the <legend> element of another disabled <fieldset>: Its descendants should be disabled. | Asserts runPass | assert_true(true, "The fieldset in a legend is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:75:5) | Pass | assert_false(false, "In a disabled fieldset in the first legend child of another disabled fieldset: input 'club4' is disabled")
at Test.<anonymous> ( /html/semantics/forms/the-fieldset-element/disabled-001.html:76:5) |
|