Closed
Bug 2458
Opened 26 years ago
Closed 26 years ago
Parsing embed tag
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: michael.j.lowe, Assigned: rickg)
Details
The following html parses diffently than IE and NSC 4.5:
<HTML>
<EMBED SRC="sound/voc02.wav" AUTOSTART="true" LOOP="false" HIDDEN="true">
Test
</HTML>
Fixed by improvements to new DTD system; also fixed one in comment parsing.
Kipp, this bug now involves what appears to be a flush problem. The content
model is correct but the document doesnt render correctly.
Kipp, this bug now involves what appears to be a flush problem. The content
model is correct but the document doesnt render correctly.
Comment 5•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
This broken for more than just EMBED. The actual problem is that the embed tag
is in the <HTML>, not the <BODY>. Propagation got broken in this case, which
I'll fix shortly.
Comment 7•26 years ago
|
||
changing QA Contact to gem
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
QA Contact: 3847 → 4141
Comment 9•26 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•26 years ago
|
||
Verified: 1999-06-18-09-M7
You need to log in
before you can comment on or make changes to this bug.
Description
•