w3c/adapt

Cleanup in modules to match updated auto-complete harmonization

clapierre opened this issue · 4 comments

In our new updated sortable table

we changed from camelCase to hyphens and harmonized with HTML auto-complete values.
We need to make sure all our examples throughout the 3 modules and explainer all match:

Eg: In Module 1 we have:

The purpose values that would typically be on form controls should provide context for the user. For example tel would relate to the user's telephone number. Note that there is no default value and there can be more than one value for a field, such as data-purpose="country postcode" which includes both the country and postal code.

This should be
such as data-purpose="country-name postal-code" which includes both the country and postal code.

List of possible Values are also incorrect as they do not match the new hyphenated names
3.1.3, 3.2.4, and 3.3.4
IE:
We are also missing the new auto-complete values
ie
address-level1, 2, 3, 4 etc.

Hi Charles, I did those things in the autocomplete branch, do you need me to pull request for this branch now or after we go through all of values?