You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui/Overview.bs
+14-6
Original file line number
Diff line number
Diff line change
@@ -980,7 +980,9 @@ User agents may ignore the cursor property over native user-agent controls such
980
980
981
981
Values have the following meanings:
982
982
983
-
image cursors
983
+
<dl>
984
+
<dt>image cursors
985
+
<dd>
984
986
<dl>
985
987
<dt><<url>></dt>
986
988
<dd>The user agent retrieves the cursor from the resource designated by the URI.
@@ -1060,7 +1062,8 @@ they must be clamped (independently) to fit.
1060
1062
</dd>
1061
1063
</dl>
1062
1064
1063
-
general purpose cursors
1065
+
<dt>general purpose cursors
1066
+
<dd>
1064
1067
1065
1068
<dl>
1066
1069
<dt style="cursor:auto">auto</dt>
@@ -1098,7 +1101,8 @@ Often rendered as a watch or hourglass.
1098
1101
</dd>
1099
1102
</dl>
1100
1103
1101
-
selection cursors
1104
+
<dt>selection cursors
1105
+
<dd>
1102
1106
<dl>
1103
1107
<dt style="cursor:cell">cell</dt>
1104
1108
<dd>Indicates that a cell or set of cells may be selected. Often rendered as a thick plus-sign with a dot in the middle.</dd>
@@ -1117,7 +1121,8 @@ any angle of I-beam/cursor for text that is rendered at any particular angle.
1117
1121
<dd>Indicates vertical-text that may be selected. Often rendered as a horizontal I-beam.</dd>
1118
1122
</dl>
1119
1123
1120
-
drag and drop cursors
1124
+
<dt>drag and drop cursors
1125
+
<dd>
1121
1126
<dl>
1122
1127
<dt style="cursor:alias">alias</dt>
1123
1128
<dd>Indicates an alias of/shortcut to something is to be created.
@@ -1144,7 +1149,8 @@ Often rendered as a circle with a line through it.
1144
1149
<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>
1145
1150
</dl>
1146
1151
1147
-
resizing and scrolling cursors
1152
+
<dt>resizing and scrolling cursors
1153
+
<dd>
1148
1154
<dl>
1149
1155
<dt>
1150
1156
<span style="cursor:e-resize">e-resize</span>,
@@ -1180,7 +1186,8 @@ Often rendered as arrows pointing up, down, left, and right with a dot in the mi
1180
1186
</dd>
1181
1187
</dl>
1182
1188
1183
-
zooming cursors
1189
+
<dt>zooming cursors
1190
+
<dd>
1184
1191
<dl>
1185
1192
<dt>
1186
1193
<span style="cursor:zoom-in"> zoom-in</span>,
@@ -1191,6 +1198,7 @@ Indicates that something can be zoomed (magnified) in or out, and
1191
1198
often rendered as a magnifying glass with a "+" or "-" in the center of the glass, for ''zoom-in'' and ''zoom-out'' respectively.
1192
1199
</dd>
1193
1200
</dl>
1201
+
</dl>
1194
1202
1195
1203
The UA may treat unsupported values as ''cursor/auto''.
1196
1204
E.g. on platforms that do not have a concept of a ''context-menu'' cursor,
0 commit comments