Skip to content

Commit 0484d8b

Browse files
committed
comma is necessary between url and predefined "fallback" cursor
fixes w3c#13001
1 parent f8a7df0 commit 0484d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-ui-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ While the content is being scrolled, implementations may adjust their rendering
921921

922922
<pre class="propdef">
923923
Name: cursor
924-
Value: <<cursor-image>>#? <<cursor-predefined>>
924+
Value: <<cursor-image>>#? , <<cursor-predefined>>
925925
Initial: auto
926926
Applies to: all elements
927927
Inherited: yes

css-ui-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Styling the Cursor: the 'cursor' property</h4>
720720

721721
<pre class="propdef">
722722
Name: cursor
723-
Value: <<cursor-image>>#? <<cursor-predefined>>
723+
Value: <<cursor-image>>#? , <<cursor-predefined>>
724724
Initial: auto
725725
Applies to: all elements
726726
Inherited: yes

0 commit comments

Comments
 (0)