Closed Bug 318746 Opened 19 years ago Closed 18 years ago

HTML type "bullet" and type "disk" bulleted lists produce numbered lists (should fall back to default <ul> behavior)

Categories

(Core :: Layout, defect)

defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 241719

People

(Reporter: yoel_tw, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

For example, the following code:
<ul type="bullet">
    <li>Red</li>
    <li>Green</li>
    <li>Blue</li>
</ul>

produces:

1. Red
2. Green
3. Blue

Reproducible: Always
"bullet" and "disk" don't exist. The valid types for lists are: "disc", "circle" and "square".

See http://www.w3.org/TR/REC-html40/struct/lists.html#type-values .
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
My error, having been mislead by an error in HTML Builder XP Version 6.0.

However, a bug does exist because an invalid value for an unordered-list attribute (i.e. type="bullet" and type="disk") should be ignored and therefore the default "disc" type should be automatically selected - not the default for ordered lists.

I assess the severity as trivial because there is no practical need to enter a default value.
Severity: normal → trivial
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Component: General → Layout
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → layout
Hardware: PC → All
Summary: HTML type "bullet" and type "disk" bulleted lists produce numbered lists. → HTML type "bullet" and type "disk" bulleted lists produce numbered lists (should fall back to default <ul> behavior)
Version: unspecified → Trunk

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