input type=time element

Pass Criteria

Reference

Test ti-001: Unlabelled input type=time

Test ti-002: input type=time with aria-label

aria-label should be used as accessible name.

No accessible description.

Test ti-003: input type=time with aria-labelledby

p referenced by aria-labelledby.

aria-labelledby should be used as accessible name.

No accessible description.

Test ti-004: input type=time with label

label should be used as accessible name.

No accessible description.

Test ti-005: input type=time with title attribute

title should be used as accessible name.

No accessible description.

Test ti-006: input type=time with aria-describedby

p referenced by aria-describedby.

aria-describedby should be used as accessible description.

No accessible name.

Test ti-007: input type=time with label element & title attribute

label should be used as accessible name.

title should be used as accessible description.