package playne

imports "programmer"

Tag: html5

  • HTML5 input type=”number” and step granularity

    or how I learnt the hard way about the how the step attribute works. Being an old (VB4,5,6) windows developer, I mistook the “step” attribute on the <input type=”number”…/> HTML 5 element for what it used to be. It not only controls what the step is if you press the spin control but also defines…