Closed
Bug 93392
Opened 23 years ago
Closed 23 years ago
Execution of <script defer> scripts not deferred
Categories
(Core :: DOM: HTML Parser, enhancement, P5)
Tracking
()
People
(Reporter: bugzilla, Assigned: harishd)
References
()
Details
(Keywords: html4)
Mozilla does not support the "defer" attribute of the <script> element
(http://www.w3.org/TR/html4/interact/scripts.html#adef-defer).
Reporter | ||
Updated•23 years ago
|
do we care?
Assignee: asa → harishd
Component: Browser-General → Parser
QA Contact: doronr → bsharma
Reporter | ||
Comment 2•23 years ago
|
||
It's optional, and not very important. I think it only exists so Internet
Explorer 4.0 can render JavaScript-heavy pages slightly faster. Setting priority
to low and severity to enhancement.
Severity: normal → enhancement
OS: Windows 2000 → All
Priority: -- → P5
Summary: "defer" attribute of <script> not supported → Execution of <script defer> scripts not deferred
Comment 3•23 years ago
|
||
See bug 28293 (RFE: defer attribute not supported on script elements)
This is a dupe, though it doesn't look like it will be added soon as other
things have taken higher priority. The blocker bugs should be removed from this
bug and added to bug 28293.
*** This bug has been marked as a duplicate of 28293 ***
Reporter | ||
Comment 4•23 years ago
|
||
Oh, didn't notice the dupe. My searh didn't include bugs which were resolved LATER.
vrfy. i don't blame you, see bugs about 'later considered harmful' :-(
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•