Closed
Bug 772153
Opened 13 years ago
Closed 12 years ago
unprefix CSS cursor: -moz-zoom-in | -moz-zoom-out
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: moz, Assigned: mjh563)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
It's named here:
http://wiki.csswg.org/spec/vendor-prefixes#specific-cases
and Opera has unprefixed support for cursor: zoom-in and zoom-out since 11.5
Adding my personal pet bug 204841 as dependency, may be it helps...
Depends on: 204841
nice testcase is here:
http://www.elektronotdienst-nuernberg.de/bugs/cursor.html
See also http://www.w3.org/TR/css3-ui/#cursor
Attachment #756555 -
Attachment mime type: text/plain → text/html
Attachment #756560 -
Flags: review?(bzbarsky)
![]() |
||
Comment 5•12 years ago
|
||
Comment on attachment 756560 [details] [diff] [review]
Add support for unprefixed cursor:zoom-in/out
r=me on the code, but dbaron should probably ok the general idea.
Attachment #756560 -
Flags: review?(bzbarsky)
Attachment #756560 -
Flags: review+
Attachment #756560 -
Flags: feedback?(dbaron)
Comment on attachment 756560 [details] [diff] [review]
Add support for unprefixed cursor:zoom-in/out
Sounds good to me, but please file a bug on removing the prefixed ones in a few releases.
Attachment #756560 -
Flags: feedback?(dbaron) → feedback+
Updated•12 years ago
|
Keywords: dev-doc-needed
Assignee: nobody → mjh563
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
(In reply to David Baron [:dbaron] (in W3C meetings through June 11) (don't cc:, use needinfo? instead) from comment #6)
> Sounds good to me, but please file a bug on removing the prefixed ones in a
> few releases.
Filed Bug 879119 (because nobody else did)
[Seems we aren't consistent in having this kind of bugs opend. Perhaps I'll look and see to file more of it]
Comment 10•12 years ago
|
||
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-zoom-in
https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-zoom-out
https://developer.mozilla.org/en-US/docs/Site_Compatibility_for_Firefox_24
Keywords: dev-doc-needed → dev-doc-complete
Updated•12 years ago
|
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•