Closed Bug 316257 Opened 19 years ago Closed 19 years ago

No SVG support when using list-style-image CSS property

Categories

(Firefox :: General, defect)

x86
Linux
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 231179

People

(Reporter: tim.habex, Unassigned)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051107 Firefox/1.5 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051107 Firefox/1.5 list-style-image CSS property works perfect with a number of image formats: list-style-image: url(/images/my_image.png); list-style-image: url(/images/my_image.gif); ... Yet it does not work with svg images. list-style-image: url(/images/my_image.svg); Tested with FireFox 1.5 RC2 Reproducible: Always Steps to Reproduce: 1. Create an image 2. Save as .png and as .svg 3. Create a document with <ul> and some <li> tags 4. Create a CSS stylesheet with an ul.list-style-image property 5. Assign "url(/images/my_image.png)" value to the list-style-image property 6. View page 7. Assign "url(/images/my_image.svg)" value to the list-style-image property 8. View page Actual Results: In step 6. the list-style-image is properly applied In step 8. the list-style-image is NOT applied at all. Expected Results: It should have applied the list-style-image property as incicated. Probably this is just enabling svg image hendling for this property.
*** This bug has been marked as a duplicate of 231179 ***
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.