mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
HTML - implement the labels attribute
This commit is contained in:
parent
91e5a3a71e
commit
5b24f05ce7
25 changed files with 516 additions and 95 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue