Closed
Bug 280039
Opened 20 years ago
Closed 20 years ago
css property display: run-in doesn't work properly
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: diltsman, Assigned: bugzilla)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Build Identifier:
When viewing the page displayed by the following code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE> A run-in box example</TITLE>
<STYLE type="text/css">
H3 { display: run-in }
</STYLE>
</HEAD>
<BODY>
<H3>A run-in heading.</H3>
<P>and a paragraph of text that follows it.
</BODY>
</HTML>
The H3 element doesn't run-in to the P. According to the CSS2.1 specification
at http://www.w3.org/TR/CSS21/visuren.html#run-in H3 should be displayed as
though it were part of P, but with the formatting of H3. When I run this in
the January 25th daily build it displays as if the run-in property wasn't set.
Reproducible: Always
Steps to Reproduce:
1.Open a page that has the code in the detailed description of this problem.
2.
3.
Actual Results:
The page displayed as:
A run-in heading.
And a paragraph of text that follows it.
Expected Results:
instead of:
A run-in heading. and a paragraph of text that follows it.
Comment 1•20 years ago
|
||
Please search bugzilla before filing bugs. Thanks. *** This bug has been marked as a duplicate of 2056 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•