Skip to content

Commit b7b5f31

Browse files
committed
[css-ui][editorial] Explicitly define <x> and <y> as types
1 parent 39d3953 commit b7b5f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-ui-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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><dfn><<x>></dfn>
831-
<dt><dfn><<y>></dfn>
830+
<dt><dfn type><<x>></dfn>
831+
<dt><dfn type><<y>></dfn>
832832
<dd>
833833
Each is a <<number>>.
834834
The x-coordinate and y-coordinate of the position

0 commit comments

Comments
 (0)