Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Add missing cursor properties #8370

Merged
merged 3 commits into from
Jul 14, 2014
Merged

Add missing cursor properties #8370

merged 3 commits into from
Jul 14, 2014

Conversation

sprintr
Copy link
Contributor

@sprintr sprintr commented Jul 12, 2014

I was working on a project a few days ago and found that cursor is missing some properties, so I went on and added them up. Most of these properties are quite old and has support in many browsers.

@valtlai
Copy link
Contributor

valtlai commented Jul 13, 2014

@sprintr I think that properties need to be in alphabetical order.

@sprintr
Copy link
Contributor Author

sprintr commented Jul 13, 2014

@valtlait The list is sorted by the css code hints extension itself.

@sprintr
Copy link
Contributor Author

sprintr commented Jul 13, 2014

@valtlait added the sorted list

@@ -78,7 +78,7 @@
"content": {"values": ["attr()", "close-quote", "no-close-quote", "no-open-quote", "normal", "none", "open-quote", "inherit"]},
"counter-increment": {"values": ["none", "inherit"]},
"counter-reset": {"values": ["none", "inherit"]},
"cursor": {"values": ["auto", "crosshair", "e-resize", "default", "help", "move", "n-resize", "ne-resize", "nw-resize", "pointer", "progress", "s-resize", "se-resize", "sw-resize", "text", "w-resize", "wait", "inherit"]},
"cursor": {"values": ["alias", "all-scroll", "auto", "cell", "col-resize", "copy", "crosshair", "default", "e-resize", "ew-resize", "grab", "grabbing", "help", "inherit", "move", "n-resize", "ne-resize", "nesw-resize", "no-drop", "none", "not-allowed", "ns-resize", "nw-resize", "nwse-resize", "pointer", "progress", "row-resize", "s-resize", "se-resize", "sw-resize", "text", "vertical-text", "w-resize", "wait", "zoom-in", "zoom-out"]},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

context-menu is still missing.

@RaymondLim RaymondLim self-assigned this Jul 13, 2014
@sprintr
Copy link
Contributor Author

sprintr commented Jul 14, 2014

@RaymondLim Thanks for pointing it out

@RaymondLim
Copy link
Contributor

Thanks. Merging now.

RaymondLim added a commit that referenced this pull request Jul 14, 2014
Add missing cursor properties
@RaymondLim RaymondLim merged commit b5fe6d2 into adobe:master Jul 14, 2014
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants