Closed
Bug 253796
Opened 21 years ago
Closed 21 years ago
cursor:auto inside cursor:crosshair shows as text cursor, not hand cursor
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: Biesinger, Unassigned)
References
()
Details
Attachments
(2 files)
seen on http://www.quirksmode.org/css/cursor.html-
When there's an <a style="cursor:auto;"> inside a <div
style="cursor:crosshair;">, the link gets a text cursor instead of a hand one.
(linux, cvs from today, gtk2+xft)
| Reporter | ||
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 88688 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 3•21 years ago
|
||
Comment 4•21 years ago
|
||
Would it be awfully wrong to make auto == initial for 'cursor'?
It seems like this is what is expected.
Both CSS2.1 & CSS3 says:
auto
"The UA determines the cursor to display based on the current context."
The current behaviour doesn't seem very "contextual" to me.
We don't support 'initial' for 'cursor'.
(The idea of contextual values like that rather than UA stylesheets is silly --
except for one thing -- text vs. non-text. I've tried to get the spec changed
so that it says that 'auto' means "contextually switch between default and text
based on whether there is text", which is what it should say.)
You need to log in
before you can comment on or make changes to this bug.
Description
•