Required Fields

  1. Add aria-required="true" to the required INPUTs.

Example

<form aria-label="Account Sign-Up">
   <label for="username">Username</label>
   <input type="text" id="username" aria-required="true" />
   ...
</form>

References

results matching ""

    No results matching ""