Skip to content

Commit f952e97

Browse files
cdoublevsvgeesus
authored andcommitted
[css-images-4] Allow <zero> for angular color stop/hint
1 parent 281749b commit f952e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-images-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1843,8 +1843,8 @@ Color Stop Lists</h4>
18431843
<dfn>&lt;angular-color-stop-list></dfn> =
18441844
<<angular-color-stop>> , [ <<angular-color-hint>>? , <<angular-color-stop>> ]#?
18451845
<dfn>&lt;angular-color-stop></dfn> = <<color>> <<color-stop-angle>>?
1846-
<dfn>&lt;angular-color-hint></dfn> = <<angle-percentage>>
1847-
<dfn>&lt;color-stop-angle></dfn> = <<angle-percentage>>{1,2}
1846+
<dfn>&lt;angular-color-hint></dfn> = <<angle-percentage>> | <<zero>>
1847+
<dfn>&lt;color-stop-angle></dfn> = [ <<angle-percentage>> | <<zero>> ]{1,2}
18481848
18491849
<dfn>&lt;color-stop></dfn> = <<color-stop-length>> | <<color-stop-angle>>
18501850
</pre>

0 commit comments

Comments
 (0)