maximecb / Turing-Drawings

Randomly generated Turing machines draw images and animations on a 2D canvas.
323 stars 36 forks source link

HTML5 input type=number, and <h1> for the title #5

Closed denilsonsa closed 4 years ago

denilsonsa commented 4 years ago

I'm using the HTML5 because it is semantically correct (it is in fact a number), and because it provides a better UI (the proper number keyboard on touch-screen; or the two arrow buttons when using a mouse).

I'm also using <h1> for the title, because that's the correct way to mark a title.

maximecb commented 4 years ago

Thanks for the improvements @denilsonsa :)