Skip to content

Commit 39d3953

Browse files
committed
[css-ui][editorial] Markup <x> and <y> productions with <dfn> element
1 parent e2903b1 commit 39d3953

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-ui-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Styling the Cursor: the 'cursor' property</h4>
683683

684684
<pre class="propdef">
685685
Name: cursor
686-
Value: [ [ <<url>> | <<url-set>> ] [&lt;x&gt; &lt;y&gt;]? ]#? <br>
686+
Value: [ [ <<url>> | <<url-set>> ] [<<x>> <<y>>]? ]#? <br>
687687
[ auto | default | none |<br>
688688
context-menu | help | pointer | progress | wait | <br>
689689
cell | crosshair | text | vertical-text | <br>
@@ -827,8 +827,8 @@ Styling the Cursor: the 'cursor' property</h4>
827827
The optional &lt;x&gt; and &lt;y&gt; coordinates
828828
identify the exact position within the image which is the pointer position (i.e., the hotspot).
829829

830-
<dt>&lt;x&gt;
831-
<dt>&lt;y&gt;
830+
<dt><dfn><<x>></dfn>
831+
<dt><dfn><<y>></dfn>
832832
<dd>
833833
Each is a <<number>>.
834834
The x-coordinate and y-coordinate of the position

0 commit comments

Comments
 (0)