html5 template not working on internet explorer how to solve it -
i new in web designing , have started make own templates in html 5. today made template in html5 working chrome , firefox not working internet explorer(tested on ie 8).
how can solve problem?
i recommend neovov's polyfill: https://github.com/neovov/template-element-polyfill
nb: there's bug in ie 11: moves <template> under <body> element before rendering dom! parentnode attribute wrong, , nesting fail. can see in [f12] tool.
Comments
Post a Comment