HTML - implement the labels attribute

This commit is contained in:
janekptacijarabaci 2017-08-18 06:04:15 +02:00 committed by Roy Tam
commit 5b24f05ce7
25 changed files with 516 additions and 95 deletions

View file

@ -1,17 +0,0 @@
[label-attributes.html]
type: testharness
[A non-control follows by a control with same ID.]
expected: FAIL
[A form control has multiple labels.]
expected: FAIL
[A form control has no label 1.]
expected: FAIL
[A form control has no label 2.]
expected: FAIL
[A form control has an implicit label.]
expected: FAIL

View file

@ -1,29 +1,7 @@
[labelable-elements.html]
type: testharness
[Check if the output element can access 'labels']
expected: FAIL
[Check if the progress element can access 'labels']
expected: FAIL
[Check if the select element can access 'labels']
expected: FAIL
[Check if the textarea element can access 'labels']
expected: FAIL
[Check if the button element can access 'labels']
expected: FAIL
[Check if the hidden input element can access 'labels']
expected: FAIL
[Check if the input element in radio state can access 'labels']
[Check if the keygen element is not a labelable element]
expected: FAIL
[Check if the keygen element can access 'labels']
expected: FAIL
[Check if the meter element can access 'labels']
expected: FAIL