Skip to content

Commit 0889694

Browse files
committed
[css3-ui] edits for issue 46
1 parent 273c4e2 commit 0889694

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

css-ui/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,11 @@ If the values are unspecified,
981981
then the intrinsic hotspot defined inside the image resource itself is used.
982982
If both the values are unspecific and the referenced cursor has no defined hotspot,
983983
the effect is as if a value of "0 0" were specified.
984+
If the coordinates of the hotspot,
985+
as specified either inside the image resource or
986+
by <x> and <y> values,
987+
fall outside of the cursor image,
988+
they must be clamped (independently) to fit.
984989
</dd>
985990
</dl>
986991

css-ui/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,6 +2389,11 @@ <h4 class="heading settled" data-level="7.1.1" id="cursor"><span class="secno">7
23892389
then the intrinsic hotspot defined inside the image resource itself is used.
23902390
If both the values are unspecific and the referenced cursor has no defined hotspot,
23912391
the effect is as if a value of "0 0" were specified.
2392+
If the coordinates of the hotspot,
2393+
as specified either inside the image resource or
2394+
by &lt;x> and &lt;y> values,
2395+
fall outside of the cursor image,
2396+
they must be clamped (independently) to fit.
23922397
</dd>
23932398
</dl>
23942399

0 commit comments

Comments
 (0)