Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-images-3] remove && from <linear-color-stop> syntax #8021

Merged
merged 1 commit into from
Jul 5, 2023
Merged
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
remove && from <linear-color-stop> syntax
I assume this was a typo?
  • Loading branch information
12Me21 authored Nov 5, 2022
commit 22c7d3b97f01df11a62af7b733022d600f80520f
2 changes: 1 addition & 1 deletion css-images-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ Color Stop Lists</h4>
<pre class=prod>
<dfn>&lt;color-stop-list></dfn> =
<<linear-color-stop>> , [ <<linear-color-hint>>? , <<linear-color-stop>> ]#
<dfn>&lt;linear-color-stop></dfn> = <<color>> && <<length-percentage>>?
<dfn>&lt;linear-color-stop></dfn> = <<color>> <<length-percentage>>?
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
</pre>

Expand Down