Skip to content

Commit a349490

Browse files
committed
[css-ui-3] Excplitely leave coordinate systems undefined
1 parent d14d8f3 commit a349490

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

css-ui/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,10 @@ The x-coordinate and y-coordinate of the position
10401040
in the cursor's coordinate system (left/top relative)
10411041
which represents the precise position that is being pointed to.
10421042

1043+
Note: This specification does not define
1044+
how the coordinate systems of the various types of <<image>> are established,
1045+
and defers these definitions to [[!CSS4-IMAGES]].
1046+
10431047
If the values are unspecified,
10441048
then the intrinsic hotspot defined inside the image resource itself is used.
10451049
If both the values are unspecific and the referenced cursor has no defined hotspot,

css-ui/Overview.html

+7
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,11 @@ <h4 class="heading settled" data-level="6.1.1" id="cursor"><span class="secno">6
22892289
which represents the precise position that is being pointed to.
22902290

22912291

2292+
<p class="note" role="note">Note: This specification does not define
2293+
how the coordinate systems of the various types of <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-images-3/#typedef-image" title="Expands to: ">&lt;image></a> are established,
2294+
and defers these definitions to <a data-link-type="biblio" href="#biblio-css4-images">[CSS4-IMAGES]</a>.</p>
2295+
2296+
22922297
<p>If the values are unspecified,
22932298
then the intrinsic hotspot defined inside the image resource itself is used.
22942299
If both the values are unspecific and the referenced cursor has no defined hotspot,
@@ -3892,6 +3897,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
38923897
<dd>CSS Values and Units Module Level 3 URL: <a href="http://www.w3.org/TR/css3-values/">http://www.w3.org/TR/css3-values/</a>
38933898
<dt id="biblio-css-writing-modes-3"><a class="self-link" href="#biblio-css-writing-modes-3"></a>[CSS-WRITING-MODES-3]
38943899
<dd>Elika Etemad; Koji Ishii. <a href="http://www.w3.org/TR/css-writing-modes-3/">CSS Writing Modes Level 3</a>. 20 March 2014. CR. URL: <a href="http://www.w3.org/TR/css-writing-modes-3/">http://www.w3.org/TR/css-writing-modes-3/</a>
3900+
<dt id="biblio-css4-images"><a class="self-link" href="#biblio-css4-images"></a>[CSS4-IMAGES]
3901+
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css4-images/">CSS Image Values and Replaced Content Module Level 4</a>. 11 September 2012. WD. URL: <a href="http://www.w3.org/TR/css4-images/">http://www.w3.org/TR/css4-images/</a>
38953902
<dt id="biblio-cssom-1"><a class="self-link" href="#biblio-cssom-1"></a>[CSSOM-1]
38963903
<dd>CSS Object Model Level 1 URL: <a href="http://www.w3.org/TR/cssom/">http://www.w3.org/TR/cssom/</a>
38973904
<dt id="biblio-rfc2119"><a class="self-link" href="#biblio-rfc2119"></a>[RFC2119]

0 commit comments

Comments
 (0)