Testing the title attribute

Example 1

The <input> element should have an accessible name of ‘Add your name’ via the title attribute.

Example 2

The <input> element should have an accessible name of ‘Name’ via the <label> element. It will have an accessible description of ‘Add your name’ via the title attribute.

Example 3

The <input> element should have an accessible name of ‘Name’ via the <label> element. It will have an accessible description of ‘Include your full name’ via the aria-describedby attribute.

Include your full name