DescriptionRemove optional type="JavaScript" from script tags
http://www.whatwg.org/specs/web-apps/current-work/#attr-script-type
The type attribute gives the language of the script or format of the
data. If the attribute is present, its value must be a valid MIME
type. The charset parameter must not be specified. The default,
which is used if the attribute is absent, is "text/javascript"."
Blink is less strict than other browsers. Removing the optional type
attribute enables tests to be run in other browsers, notably Firefox.
BUG=308992
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169872
Patch Set 1 #
Messages
Total messages: 15 (0 generated)
|