input type=tel element test
input type=tel
input type=tel
with aria-label
aria-label should be used as accessible name.
No accessible description.
input type=tel
with aria-labelledby
p referenced by aria-labelledby
aria-labelledby should be used as accessible name.
No accessible description.
input type=tel
with label
label should be used as accessible name.
No accessible description.
input type=tel
with title attribute
title should be used as accessible name.
No accessible description.
input type=tel
with aria-describedby
p referenced by aria-describedby
aria-describedby should be used as accessible description.
No accessible name.
input type=tel
with label element & title attribute
label should be used as accessible name.
title should be used as accessible description.
input type=tel element
with explicit label,
& required attribute
Note: placeholder and aria-placeholder are tested as part of the placeholder attribute test.