input type=email element test

Pass Criteria

Reference

Test ei-001: Unlabelled input type=email

Test ei-002: input type=email with aria-label

aria-label should be used as accessible name

No accessible description.

Test ei-003: input type=email with aria-labelledby

p referenced by aria-labelledby

aria-labelledby should be used as accessible name

No accessible description.

Test ei-004: input type=email with label

label should be used as accessible name

No accessible description.

Test ei-005: input type=email with title attribute

title should be used as accessible name

No accessible description.

Test ei-006: input type=email with aria-describedby

p referenced by aria-describedby

aria-describedby should be used as accessible description

No accessible name.

Test ei-007: input type=email with label element & title attribute

label should be used as accessible name

title should be used as accessible description

Note: placeholder and aria-placeholder are tested as part of the placeholder attribute test.