Closed Bug 147707 Opened 22 years ago Closed 22 years ago

style sheet justification doesn't leave last line unjustified

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows 98
defect
Not set
trivial

Tracking

()

VERIFIED DUPLICATE of bug 62845

People

(Reporter: jez, Assigned: dbaron)

References

()

Details

The url http://www.jezndi.org/imogen.shtml uses a CSS to justify text. The body
style is defined :

BODY {
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: Arial,Verdana,sans-serif,helvetica;
	text-align: justify;
}

And paragraphs using the <p> and </p> markers are justified correctly.

The same is not true of paragraphs which are not started with <p>, i.e. they are
started after a <hr>. 

The paragraph is justified, but the last line looks odd because it spreads three
words over the width of the whole page. The last line of a paragraph should not
be justified.


The html and style sheet validate as html 4.01 using http://validator.w3.org.

This problem does not appear using Internet Explorer 5.01
Summary: style sheet justification doesn't leave last lime unjustified → style sheet justification doesn't leave last line unjustified

*** This bug has been marked as a duplicate of 62845 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
verified duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.