Closed Bug 4397 Opened 26 years ago Closed 26 years ago

Can't set alignment to "justify" in the div element.

Categories

(Core :: Layout, defect, P3)

All
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 588

People

(Reporter: jcarpenter0524, Assigned: buster)

References

()

Details

Builds: WinNT & MacPPC: 3/29 - Go to the URL: http://marvin/NGDriver/suites/domhtml/hdiv004.html or use the code below to see that the div element does not understand the align=justify attribute. I've left the javascript code in which shows that the DOM sees that align is set to justify, yet the text is not justified. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>test</TITLE> </HEAD> <BODY> <DIV align=justify> <P>This paragraph has it's alignment set to justify. xxXXxx XXxxXX xxXXxx XXxxXX xxXXxx XXxxXX xxXXxx XXxxXX </DIV> <SCRIPT TYPE="text/javascript"> var oLink=document.firstChild.childNodes.item(1).childNodes.item(1); document.writeln(oLink.align); </SCRIPT> </BODY> </HTML>
Assignee: troy → kipp
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 588 ***
Status: RESOLVED → VERIFIED
This is a duplicate of 588.
You need to log in before you can comment on or make changes to this bug.