Skip to content

Commit

Permalink
[css-images-4] Apply #8021 to gradient definitions in CSS Images 4 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev committed Aug 4, 2023
1 parent 33020a5 commit d0f8741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-images-4/Overview.bs
Expand Up @@ -1672,13 +1672,13 @@ 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>> && <<color-stop-length>>?
<dfn>&lt;linear-color-stop></dfn> = <<color>> <<color-stop-length>>?
<dfn>&lt;linear-color-hint></dfn> = <<length-percentage>>
<dfn>&lt;color-stop-length></dfn> = <<length-percentage>>{1,2}
<dfn>&lt;angular-color-stop-list></dfn> =
<<angular-color-stop>> , [ <<angular-color-hint>>? , <<angular-color-stop>> ]#
<dfn>&lt;angular-color-stop></dfn> = <<color>> && <<color-stop-angle>>?
<dfn>&lt;angular-color-stop></dfn> = <<color>> <<color-stop-angle>>?
<dfn>&lt;angular-color-hint></dfn> = <<angle-percentage>>
<dfn>&lt;color-stop-angle></dfn> = <<angle-percentage>>{1,2}
Expand Down

0 comments on commit d0f8741

Please sign in to comment.