Input purpose (autocomplete attribute)

Things to check for:

  • Text input fields should have a valid autocomplete attribute.
Valid values for the autocomplete attribute are discussed on the W3C Autocomplete documentation.

Billing address example

Billing address

Shipping address example

Shipping address

All of the fields in the shipping address example are missing an autocomplete attribute.