w3c / adapt

Semantics to describe user personalization preferences.
https://w3c.github.io/adapt/
Other
51 stars 27 forks source link

Step Indicator section (was Logs) has an attribute step that is different from the HTML step attribute #60

Open snidersd opened 6 years ago

snidersd commented 6 years ago

The attribute step in Step Indicator section is to number the steps in sequential order. The step attribute in HTML specifies the legal number intervals for an element. Example: if step="3", legal numbers could be -3, 0, 3, 6, etc. Tip: The step attribute can be used together with the max and min attributes to create a range of legal values.