Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[css-ui] Fix accidental syntax regression
[foo,]* and foo#? are not equivalent, as the former has a trailing
comma.

See #13001
  • Loading branch information
frivoal committed Oct 27, 2025
commit 86221a54cf3451f314d283a59053f9874eb52037
2 changes: 1 addition & 1 deletion css-ui-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ While the content is being scrolled, implementations may adjust their rendering

<pre class="propdef">
Name: cursor
Value: <<cursor-image>>#? <<cursor-predefined>>
Value: [<<cursor-image>>,]* <<cursor-predefined>>
Initial: auto
Applies to: all elements
Inherited: yes
Expand Down
2 changes: 1 addition & 1 deletion css-ui-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ Styling the Cursor: the 'cursor' property</h4>

<pre class="propdef">
Name: cursor
Value: <<cursor-image>>#? <<cursor-predefined>>
Value: [<<cursor-image>>,]* <<cursor-predefined>>
Initial: auto
Applies to: all elements
Inherited: yes
Expand Down