Skip to content

Number type with min, max, range, step

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 31 Dec 12:50
· 44 commits to master since this release

When an input element’s type attribute is in the Number state, the rules in this release apply. The input element represents a control for setting the element’s value to a string representing a number.

Included in this release are the following features:

  • type=number rule
  • type=range rule
  • min
  • max
  • step