[Webkit-unassigned] [Bug 23096] New: version in type attribute of type "application/javascript" should be supported
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 4 06:05:37 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23096
Summary: version in type attribute of type
"application/javascript" should be supported
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P4
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: georg at bioshop.de
Specifying the version in type attribute of type "application/javascript"
should be supported. Actually a script with version extension in the type
attribute is not executed.
This should be supported:
<script language="javascript1.6" type="application/javascript;version=1.6">
This is already supported:
<script language="javascript1.6" type="application/javascript">
Also the version specification should be used to switch ON/OFF language
specific features like new key words as introduced in JavaScript 1.7 or
implementation variants like the Array constructor of JavaScript 1.2.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list