Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Specifies the legal number intervals for an <input> element. For example: if step="3", legal numbers could be -3, 0, 3, 6, etc.  The step attribute can be used together with the max and min properties to create a range of legal values. The step property works with the following input types: number, range, date, datetime, datetime-local, month, time and week.

...