Closed
Bug 61836
Opened 24 years ago
Closed 24 years ago
<h6><i>Text</h6></i> Does not turn off italics in large documents
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: neal, Assigned: harishd)
References
()
Details
On line 893 of http://shakespeare.eb.com/shakespeare/macro/5009/50.html
,
the following construct is used:
<a name=0081> </a> <!--field subhead--><H6><I>The order of the poems.</H6>
<!--field contents-->
</I>Elizabethan . . .
I realize the html is slightly broken, however, I would expect the italics
to be turned off; it remains on for the rest of the document. I have created a
small test case:
<body>
Some text
<p>
<h6><I>Some italics text</h6>
<!--Comment--></I>More normal text
</body>
Which functions as expected.
Thanks.
Assignee: clayton → harishd
Component: Layout → Parser
QA Contact: petersen → janc
Summary: <h6><i>Text</h6><i> Does not turn off italics in large documents → <h6><i>Text</h6></i> Does not turn off italics in large documents
To parser. (Made the markup in sumary match the markup in description.)
Duplicate of the (rather ancient) bug 26347 "Some tags lead to incorrect parsing
." See also bug 57177.
*** This bug has been marked as a duplicate of 26347 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•