Closed Bug 53958 Opened 25 years ago Closed 25 years ago

Stylesheet and unordered list break left margin and placement of 'blob'

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: martin.tod, Assigned: pierre)

References

()

Details

Check out http://online.libdems.org. In the left hand box, near the top, the unordered list "Overall" "E-mail & e-mail lists" "Web sites" "Virtual Meetings" "Offline" is totally left-aligned with the 'blobs' pushed to the left of the text flow. Relevant section(s) of the stylesheet http://online.libdems.org/default.css read .Nav { width : 26%; float : left; font-size : 10px; background-color: white; border : thin solid #ff9900; padding: 8px; } .NavList { background-color: white; color: black; padding: 0px; margin-top: 2px; margin-bottom: 4px; }
OK, definitely a bug.. Just to clarify, "Overall" until "Offline" on the lefthand side should be indented, not flush with the left margin. At least Moz renders it better than NS 4.7x :)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Wow. How unbelievably refreshing to see such a well written page. I am very impressed by whoever wrote it. Nice one. The bug is actually not a bug, since the stylesheet explicitly sets the margin on the list to zero. If it looks 'ok' in IE (I haven't checked) then that is because IE has a bug whereby you cannot override its list margins. Marking INVALID.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Actually, it was the padding that was set to 0px which resulted in no indented list items. Verifying bug invalid.
Status: RESOLVED → VERIFIED
It's only invalid if you count the margin as starting from the text and not the 'blob'... is this what is really intended? It's certainly not the normal layout convention. Martin Tod, martin.tod@btinternet.com
Status: VERIFIED → REOPENED
Resolution: INVALID → ---
There is no normal layout convention. The spec says: "CSS1 did not specify the precise location of the marker box and for reasons of compatibility, CSS2 remains equally ambiguous. For more precise control of marker boxes, please use markers." <http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-position> Closed as Invalid again.
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → INVALID
reverifying...
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.