Closed
Bug 636214
Opened 15 years ago
Closed 15 years ago
setting style.cursor with a data URL doesn't work
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
VERIFIED
INVALID
People
(Reporter: jaas, Unassigned)
Details
Attachments
(1 file)
|
586 bytes,
text/html
|
Details |
The attached HTML test case tries to set a node's "style.cursor" to a data URI in a button's onclick handler. Works in Chrome, doesn't work in Firefox. What do we need to do to make this work? I suspect this bug can be duped.
Comment 2•15 years ago
|
||
The "cursor" property syntax is 0 or more URIs, each followed by a comma, followed by one of the predefined cursors as a fallback. Note the CSS parse error the testcase generates.
Spec is at http://www.w3.org/TR/CSS21/ui.html#cursor-props
Status: NEW → RESOLVED
Closed: 15 years ago
OS: All → Mac OS X
Resolution: --- → INVALID
Updated•15 years ago
|
OS: Mac OS X → All
Comment 3•15 years ago
|
||
The CSS 2.1 test suite seems to have no tests for this. Can we still add one?
Thanks! Specifying a predefined fallback makes this work.
Status: RESOLVED → VERIFIED
We can submit additional tests, but they won't be added to the test suite until after the version of the test suite used for entering PR. (I'm not sure if the test suite repo has a place to put such tests...)
Comment 6•15 years ago
|
||
I think that's fine; we should just get the tests added. fantasai, where should they go in the repo?
You need to log in
before you can comment on or make changes to this bug.
Description
•