Is HTML5 less with JavaScript?

Will browsers using HTML5 use less JavaScript, jQuery, etc. and do things like animations done with HTML only? Will this make Flash less necessary for smooth graphics?

In other words, I won’t lose anything by spending time learning jQuery, since HTML5 is here, right?

+5
source share
6 answers

In some specific places yup:

  • Attribute autofocusspecifically designed to replace generic JavaScript template
  • CSS3 animations can replace JavaScript animations, so if you were talking about HTML5 in the extended sense of the word, yup

HTML5, JavaScript, , jQuery, . , HTML , , , . , , , , , .

.

+13

, . , , , - , , , javascript . , , , - . HTML5 .

+8

HTML - . , JavaScript. , css . JavaScript, , .

+4

HTML 5 EMCAScript (aka JavaScript) , W3C.

, .
+4

, . . input, , url email. min max required. , -. , - , .

+3

No. You still have to encode backups for browsers that do not support the HTML5 features that you use. Backups will contain the same amount of Javascript code.

+2
source

All Articles