xhtml valid attribute type of script elements cause mozilla not load javascript
VERIFIED
INVALID
Status
()
People
(Reporter: fredpoint, Unassigned)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
(URL)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031103 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20031103 In XHTML 1.1 strict, element <script> have no attribute "langage" but have a replacement "type" If you use valid "type" element instead of "langage", Mozilla not load javascript or do NOT understand that script elements contains a js to include. This is not compliant. Reproducible: Always Steps to Reproduce:
Comment 1•15 years ago
|
||
It should be type="text/javascript".
Summary: xhtml valid attribute type of script elements cause mozilla not load javascript → xhtml valid attribute type of script elements cause mozilla not load javascript
you are right i apologize !
Status: UNCONFIRMED → RESOLVED
Last Resolved: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•