Skip to content

Commit 3a2ac8d

Browse files
authored
[css-ui] Fix accidental syntax regression (w3c#13018)
[foo,]* and foo#? are not equivalent, as the former has a trailing comma. See w3c#13001
1 parent 61050b3 commit 3a2ac8d

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)