Skip to content
Open
Changes from 1 commit
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
3 changes: 1 addition & 2 deletions css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,8 +1811,7 @@ Relative alpha colors refer to an origin color, and only change the alpha channe
The grammar of the ''alpha()'' function, new in this level, is as follows:

<pre class='prod'>
<dfn>alpha()</dfn> = alpha([from <<color>>]
[ / [<<alpha-value>> | none] ]? )
<dfn>alpha()</dfn> = alpha([from <<color>>] / [<<alpha-value>>])
Comment thread
dletorey marked this conversation as resolved.
Outdated
</pre>


Expand Down
Loading