Closed Bug 336571 Opened 18 years ago Closed 18 years ago

<UL> tag with bad "type" tag (not cirlce, square, or disc, or just an empty string) becomes a <OL>

Categories

(Firefox :: General, defect)

x86
Windows ME
defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 241719

People

(Reporter: marcus.westin, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3

e-rixon in mozilla.irc channel #Firefox said:
When UL(unorded list, bullets) tag has "type" property decleared and the declar\
ation is not valid according to HTML4 (disc, square, circle)  it fallbacks to O\
L style (order list, numbers). The bug is also active when "type" property is s\
et with a empty string.

test found at http://people.cs.uchicago.edu/~westin bottom left corner
Test html code:


<P>
TEST CODE: <BR>
   <ul type="notvalid"><li>test string</li></ul>
</P>

<P>
SHOULD BE: <BR>
   * test string
</P>

<P>
SHOWS AS: <BR>
   1. test string
</P>


Reproducible: Always

Steps to Reproduce:
1. go to people.cs.uchicago.edu/~westin
2. click bottom left link to Firefox bug tests
3. read description or just view source

Actual Results:  
I got 
TEST:
    1. test string

SHOULD BE:
* test string

SHOWS AS:
1. test string 

Expected Results:  
TEST:
    * test string

SHOULD BE:
* test string

SHOWS AS:
1. test string

*** This bug has been marked as a duplicate of 241719 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.