Skip to content

Commit 54a614e

Browse files
committed
[css-ui] Resolve Issue 26 add 'cursor' values 'grab' and 'grabbing' per existing interop in Gecko and -webkit- prefixed in Webkit
1 parent e1c164b commit 54a614e

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

css-ui/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ then only the end ellipsis/string should be rendered.
12571257
[ auto | default | none |<br>
12581258
context-menu | help | pointer | progress | wait | <br>
12591259
cell | crosshair | text | vertical-text | <br>
1260-
alias | copy | move | no-drop | not-allowed | <br>
1260+
alias | copy | move | no-drop | not-allowed | grab | grabbing | <br>
12611261
e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize |
12621262
ew-resize | ns-resize | nesw-resize | nwse-resize |
12631263
col-resize | row-resize |
@@ -1380,6 +1380,10 @@ Often rendered as a hand or pointer with a small circle with a line through it.
13801380
<dd>Indicates that the requested action will not be carried out.
13811381
Often rendered as a circle with a line through it.
13821382
</dd>
1383+
<dt style="cursor:grab">grab</dt>
1384+
<dd>Indicates that something can be grabbed (dragged to be moved). Often rendered as the backside of an open hand.</dd>
1385+
<dt style="cursor:grabbing">grabbing</dt>
1386+
<dd>Indicates that something is being grabbed (dragged to be moved). Often rendered as the backside of a hand with fingers closed mostly out of view.</dd>
13831387
</dl>
13841388

13851389
resizing and scrolling cursors

0 commit comments

Comments
 (0)