Skip to content

Commit 7cd175d

Browse files
authored
Update Overview.bs
Updated the syntax of`alpha()` function to have the `<alpha>` value required
1 parent 2f73df3 commit 7cd175d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css-color-5/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,8 +1811,7 @@ Relative alpha colors refer to an origin color, and only change the alpha channe
18111811
The grammar of the ''alpha()'' function, new in this level, is as follows:
18121812

18131813
<pre class='prod'>
1814-
<dfn>alpha()</dfn> = alpha([from <<color>>]
1815-
[ / [<<alpha-value>> | none] ]? )
1814+
<dfn>alpha()</dfn> = alpha([from <<color>>] / [<<alpha-value>>])
18161815
</pre>
18171816

18181817

0 commit comments

Comments
 (0)