What the polyfill should look like:
Number which can be hidden by the class attribute:
Number which can be hidden by the inline display property:
Number which can be hidden by the inline visibility property:
Number which can be hidden by the inline opacity property:
Number which transitions to a hidden state:
Number, hidden:
Number which can be disabled:
Number, plain disabled:
Number, plain readonly:
Number, plain:
Number with min:
Number with max:
Number with min and max:
Number with step=any:
Number with min and step=any:
Number with max and step=any:
Number with min, max, and step=any:
Number with step=5:
Number with min and step=5:
Number with max and step=5:
Number with misstepped max and step=5:
Number with min, max, and step=5:
Number with fractional step:
Number with min and fractional step:
Number with max and fractional step:
Number with min, max, and fractional step:
Number with negative min, max, and fractional step:
Back to GitHub repo