Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions css-ui-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ While the content is being scrolled, implementations may adjust their rendering
<h4 id="cursor" caniuse="css3-cursors">Styling the Cursor: the 'cursor' property</h4>
<pre class="propdef">
Name: cursor
Value: [ [<<url>> [&lt;x&gt; &lt;y&gt;]?,]* <br>
Value: [ [<<url>> [<<x>>; <<y>>]?,]* <br>
[ auto | default | none |<br>
context-menu | help | pointer | progress | wait | <br>
cell | crosshair | text | vertical-text | <br>
Expand Down Expand Up @@ -1043,11 +1043,11 @@ cursors larger than that size must be shrunk to within
the OS-supported size bounds,
while maintaining the cursor image's [=natural aspect ratio=], if any.

The optional &lt;x&gt; and &lt;y&gt; coordinates
The optional <<x>>; and <<y>>; coordinates
identify the exact position within the image which is the pointer position (i.e., the hotspot).
</dd>
<dt>&lt;x&gt;</dt>
<dt>&lt;y&gt;</dt>
<dt><dfn type><<x>></dfn></dt>
<dt><dfn type><<y>></dfn></dt>
<dd>
Each is a <<number>>.
The x-coordinate and y-coordinate of the position
Expand All @@ -1065,7 +1065,7 @@ the effect is as if a value of "0 0" were specified.

If the coordinates of the hotspot,
as specified either inside the image resource or
by &lt;x&gt; and &lt;y&gt; values,
by <<x>> and <<y>> values,
fall outside of the cursor image,
they must be clamped (independently) to fit.
</dd>
Expand Down
10 changes: 5 additions & 5 deletions css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ Styling the Cursor: the 'cursor' property</h4>

<pre class="propdef">
Name: cursor
Value: [ [ <<url>> | <<url-set>> ] [&lt;x&gt; &lt;y&gt;]? ]#? <br>
Value: [ [ <<url>> | <<url-set>> ] [<<x>> <<y>>]? ]#? <br>
[ auto | default | none |<br>
context-menu | help | pointer | progress | wait | <br>
cell | crosshair | text | vertical-text | <br>
Expand Down Expand Up @@ -824,11 +824,11 @@ Styling the Cursor: the 'cursor' property</h4>
the OS-supported size bounds,
while maintaining the cursor image's [=natural aspect ratio=], if any.

The optional &lt;x&gt; and &lt;y&gt; coordinates
The optional <<x>> and <<y>> coordinates
identify the exact position within the image which is the pointer position (i.e., the hotspot).

<dt>&lt;x&gt;
<dt>&lt;y&gt;
<dt><dfn type><<x>></dfn>
<dt><dfn type><<y>></dfn>
<dd>
Each is a <<number>>.
The x-coordinate and y-coordinate of the position
Expand All @@ -846,7 +846,7 @@ Styling the Cursor: the 'cursor' property</h4>

If the coordinates of the hotspot,
as specified either inside the image resource or
by &lt;x&gt; and &lt;y&gt; values,
by <<x>> and <<y>> values,
fall outside of the cursor image,
they must be clamped (independently) to fit.
</dl>
Expand Down