From 39d39532d9b96d4d20a924e55fb770ab12c9823d Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 7 Jul 2025 15:41:42 +0200 Subject: [PATCH 1/4] [css-ui][editorial] Markup and productions with element --- css-ui-4/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index 04ef626a254..1bb7d3578d7 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -683,7 +683,7 @@ Styling the Cursor: the 'cursor' property
 	Name: cursor
-	Value: [ [ <> | <> ] [<x> <y>]? ]#? 
+ Value: [ [ <> | <> ] [<> <>]? ]#?
[ auto | default | none |
context-menu | help | pointer | progress | wait |
cell | crosshair | text | vertical-text |
@@ -827,8 +827,8 @@ Styling the Cursor: the 'cursor' property The optional <x> and <y> coordinates identify the exact position within the image which is the pointer position (i.e., the hotspot). -
<x> -
<y> +
<> +
<>
Each is a <>. The x-coordinate and y-coordinate of the position From b7b5f3197aabe0590e594e033ef3ec34ca74e66f Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 8 Jul 2025 04:49:55 +0200 Subject: [PATCH 2/4] [css-ui][editorial] Explicitly define and as types --- css-ui-4/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index 1bb7d3578d7..78ef2ca5924 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -827,8 +827,8 @@ Styling the Cursor: the 'cursor' property The optional <x> and <y> coordinates identify the exact position within the image which is the pointer position (i.e., the hotspot). -
<> -
<> +
<> +
<>
Each is a <>. The x-coordinate and y-coordinate of the position From 3249683180ec819475eb45260fd67c00f66232b1 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 8 Jul 2025 04:59:02 +0200 Subject: [PATCH 3/4] [css-ui-3] Backport 39d39532d and b7b5f3197 --- css-ui-3/Overview.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs index bf7729c71bb..d117a86b07d 100644 --- a/css-ui-3/Overview.bs +++ b/css-ui-3/Overview.bs @@ -933,7 +933,7 @@ While the content is being scrolled, implementations may adjust their rendering

Styling the Cursor: the 'cursor' property

 Name: cursor
-Value: [ [<> [<x> <y>]?,]* 
+Value: [ [<> [<>; <>]?,]*
[ auto | default | none |
context-menu | help | pointer | progress | wait |
cell | crosshair | text | vertical-text |
@@ -1046,8 +1046,8 @@ while maintaining the cursor image's [=natural aspect ratio=], if any. The optional <x> and <y> coordinates identify the exact position within the image which is the pointer position (i.e., the hotspot).
-
<x>
-
<y>
+
<>
+
<>
Each is a <>. The x-coordinate and y-coordinate of the position From abcb9f30dc86e8177de6f937e04681e77e400ac2 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 8 Jul 2025 05:01:19 +0200 Subject: [PATCH 4/4] [css-ui][editorial] Markup fixes --- css-ui-3/Overview.bs | 4 ++-- css-ui-4/Overview.bs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css-ui-3/Overview.bs b/css-ui-3/Overview.bs index d117a86b07d..80b1494bfe4 100644 --- a/css-ui-3/Overview.bs +++ b/css-ui-3/Overview.bs @@ -1043,7 +1043,7 @@ 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 <x> and <y> coordinates +The optional <>; and <>; coordinates identify the exact position within the image which is the pointer position (i.e., the hotspot).
<>
@@ -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 <x> and <y> values, +by <> and <> values, fall outside of the cursor image, they must be clamped (independently) to fit. diff --git a/css-ui-4/Overview.bs b/css-ui-4/Overview.bs index 78ef2ca5924..43699cb6960 100644 --- a/css-ui-4/Overview.bs +++ b/css-ui-4/Overview.bs @@ -824,7 +824,7 @@ Styling the Cursor: the 'cursor' property the OS-supported size bounds, while maintaining the cursor image's [=natural aspect ratio=], if any. - The optional <x> and <y> coordinates + The optional <> and <> coordinates identify the exact position within the image which is the pointer position (i.e., the hotspot).
<> @@ -846,7 +846,7 @@ Styling the Cursor: the 'cursor' property If the coordinates of the hotspot, as specified either inside the image resource or - by <x> and <y> values, + by <> and <> values, fall outside of the cursor image, they must be clamped (independently) to fit.