Closed
Bug 1848311
Opened 1 year ago
Closed 1 year ago
Don't speculate for or preload event handlers or unknown-language scripts
Categories
(Core :: DOM: HTML Parser, enhancement)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
DUPLICATE
of bug 957054
People
(Reporter: hsivonen, Unassigned)
Details
(Keywords: good-first-bug, helpwanted)
We should check for IE event handler scripts and unsupported type
/language
combinations in the HTML parser already (not just in ScriptLoader
) to avoid creating speculations or preloads for scripts that will not execute anyway.
Reporter | ||
Updated•1 year ago
|
Keywords: good-first-bug,
helpwanted
Reporter | ||
Comment 1•1 year ago
|
||
Not an exact duplicate of bug 957054, but fixing this would fix that one.
Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•