[
https://issues.apache.org/jira/browse/OFBIZ-10492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16560644#comment-16560644 ]
Deepak Dixit edited comment on OFBIZ-10492 at 7/28/18 6:41 AM:
---------------------------------------------------------------
As per html4 standard type is required attribute [1], and in html5 its optional and its default value is javascript mimetype[2]
I'll replace all the occurance of <script type="text/javascript" with <script type="application/javascript"
[1]
https://www.w3.org/TR/html401/interact/scripts.html#h-18.2.1[2]
https://www.w3.org/TR/html50/scripting-1.html#attr-script-typewas (Author: deepak.dixit):
As per html4 standard type is required attribute [1], and in html5 its optional and its default value is javascript mimetype[2]
[1]
https://www.w3.org/TR/html401/interact/scripts.html#h-18.2.1[2]
https://www.w3.org/TR/html50/scripting-1.html#attr-script-typeI'll replace all the occurance of <script type="text/javascript" with <script type="application/javascript"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)