Closed
Bug 2358
Opened 26 years ago
Closed 26 years ago
parser: frameset terminates early
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Brade, Assigned: rickg)
Details
This was working last week and no longer works. The resulting page should have a
fieldset in a fieldset. Notice that the text "bar" doesn't appear in the
outermost fieldset either.
Here is the minimal HTML:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>dlog</title>
</head>
<body>
<form action="file://foo.html" name="form" method="get">
<p>
<FIELDSET><LEGEND> parent box </LEGEND>
foo
<p>bar
<FIELDSET id=targetSet><LEGEND> child box </LEGEND>
foo
</fieldset>
</fieldset>
</form>
</body>
</html>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
When you get new bits, please verify that this still exists. If so, it's not a
parser bug because the content model is well formed.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
verifying; this seems to be working again
You need to log in
before you can comment on or make changes to this bug.
Description
•