Closed Bug 323917 Opened 19 years ago Closed 19 years ago

Empty <li> statement in nested <ul> cascades down to next level

Categories

(Core :: Layout, defect)

1.8 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 221855

People

(Reporter: njs8030, Unassigned)

Details

Attachments

(2 files)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

The empty <LI> after cow causes a bullet to appear after the word "Pets".  See attached image.

Reproducible: Always

Steps to Reproduce:
<UL>
<LI>Farm Animals
    <UL>
    <LI>Pig
    <LI>Cow
    <LI>
    </UL>
<LI>Pets
    <UL>
    <LI>Fish
    <LI>Cat
    </UL>
</UL>
Actual Results:  
Bullet from previous nesting depth appears after "Pets"

Expected Results:  
Empty bullet at the previous line.
Attached file testcase
I attached a testcase based on the HTML code given in the repro steps, but modified to be valid HTML4 strict.  See http://developer.mozilla.org/en/docs/Mozilla's_Quirks_Mode for an explanation of why this matters.
OS: MacOS X → All
Hardware: Macintosh → All
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Summary: Empty <LI> statement in nested <UL> cascades down to next level. → Empty <li> statement in nested <ul> cascades down to next level
Version: unspecified → 1.8 Branch

*** This bug has been marked as a duplicate of 221855 ***
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.

Attachment

General

Creator:
Created:
Updated:
Size: