Shouldn't <canvas> be under interactive? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Shouldn't <canvas> be under interactive?

Because canvas could be used by a user to the webpage which qualifies it to be under that category

7th Jan 2017, 6:16 PM
Gbenga
Gbenga - avatar
1 Resposta
+ 1
canvas is just a medium that the page developer can use with their code to display content to the user. Yes, the user may provide input through the canvas, but only if it has been designed to accept that input. The same can be said for any other element in HTML or HTML5.
8th Jan 2017, 6:28 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar