Closed
Bug 60241
Opened 25 years ago
Closed 21 years ago
Margins ignored in lists
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: andrew, Assigned: pierre)
Details
Attachments
(1 file)
417 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20000921
BuildID: 2000092111
Lists (<UL>) ignore the margins set for lists in the style sheet, and always use
a default value.
Reproducible: Always
Steps to Reproduce:
Create a page with a nested list, and set the margin in the style sheet to UL {
margin-left : 0px }
Actual Results: The inner list is indented.
Expected Results: The inner list should be flush with the outer list.
It doesn't work with LI { margin-left : 0px; } either, so it's not just that the
indent is part of the list item rather than the list itself.
Oops. Never mind. It's the padding that does the indentation. It's the margin
in IE ;-)
![]() |
||
Comment 3•25 years ago
|
||
Resolving invalid per the "oops, nevermind" comment. :)
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 4•25 years ago
|
||
Netscape's standard compliance QA team reorganised itself once again, so taking
remaining non-tables style bugs. Sorry about the spam. I tried to get this done
directly at the database level, but apparently that is "not easy because of the
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
Comment 5•24 years ago
|
||
VERIFIED INVALID per the 'Resolving invalid per the "oops, nevermind" comment.
:)' comment. :-)
Status: RESOLVED → VERIFIED
Status: VERIFIED → UNCONFIRMED
Resolution: INVALID → ---
*** This bug has been marked as a duplicate of 27851 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago → 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•