Closed Bug 4740 Opened 26 years ago Closed 26 years ago

the compact attribute of lists doesn't seem to do anything

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 2055

People

(Reporter: jcarpenter0524, Assigned: buster)

Details

The list attribute "compact" seems to have no affect on lists. Observe the following code in action: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <OL compact> <LI>List item 1 <LI>List item 2 <LI>List item 3 </OL> <OL> <LI>List item 1 <LI>List item 2 <LI>List item 3 </OL> </BODY> </HTML>
Assignee: troy → kipp
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 2055 ***
Status: RESOLVED → VERIFIED
Agreed, this is a duplicate of 2055.
You need to log in before you can comment on or make changes to this bug.