Closed Bug 1091228 Opened 10 years ago Closed 10 years ago

unordered <li> tags showing up as ordered <ol> tags, regardless of list-style. ie: All bulleted lists show up as numbered lists.

Categories

(Core :: General, defect)

33 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1027647

People

(Reporter: lindsayhaeber, Unassigned)

References

()

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141027150301

Steps to reproduce:

Visited to website http://www.industrialpwoerrental.ca/other.html


Actual results:

All unordered <li> lists within my table are showing as <ol>, regardless of list-type


Expected results:

should have shown as a list-type:bulleted. Instead shows as numbered list.
I assume you meant http://www.industrialpowerrental.ca/other.html

This has styles like so:

  list-style: outside none bulleted;

"bulleted" is not a built-in list style (were you thinking of "disc"?).  So this is treated as a custom page-provided list style, and if the page doesn't actually provide it that falls back to "decimal".

This is a change from CSS2.1 (which ignored unrecognized list styles) to CSS 3 (which introduces the ability to define custom list styles, and treats unrecognized ones as custom).
Blocks: 966166
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.