standards - HTML <script type=template> official? -


beside fact there template tag in html5, i'm wondering if type of script tag <script type="text/template"> conform html standards?

according the spec:

the script element allows authors include dynamic script , data blocks in documents.

so including template there fine.

text/template, however, not a registered mime type text/x-template more appropriate (x- traditional prefix experimental mime types).


Comments