Closed
Bug 297789
Opened 20 years ago
Closed 19 years ago
layout of css with descendant selectors appears wrong
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: staffan.bergh, Assigned: dbaron)
Details
(Keywords: testcase)
Attachments
(1 file)
|
875 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; sv-SE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 The expected layout of the following css/html code is to have a one em indent on each nested ul element, but indent in FF is much larger. Also ignores (?) the margin-left: 0em; on the single ul element? Layout in Opera 7 and IE6 looks OK. Reproducible: Always Steps to Reproduce: 1. Load attached file 2. 3. Actual Results: Layout with too large indent of ul elements Expected Results: Smaller indent
| Reporter | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Component: General → Layout
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.0 Branch
Updated•19 years ago
|
Assignee: nobody → dbaron
Component: Layout → Style System (CSS)
QA Contact: layout → ian
| Assignee | ||
Comment 2•19 years ago
|
||
See also http://developer.mozilla.org/en/docs/Consistent_List_Indentation *** This bug has been marked as a duplicate of 27851 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•