Skip to content

Commit

Permalink
[css-color-5] Add 'in' keyword before <colorspace>
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Mar 1, 2021
1 parent 81d9d32 commit d384477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css-color-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Mixing colors: the ''color-mix()'' function {#color-mix}


<pre class='prod'>
<dfn>color-mix()</dfn> = color-mix(<<colorspace>>?, <<mix-component>>#{2})
<dfn>color-mix()</dfn> = color-mix([ in <<colorspace>> ]?, <<mix-component>>#{2})
</pre>

<pre class='prod'>
Expand Down Expand Up @@ -603,7 +603,7 @@ Adjusting colors: the ''color-adjust'' function {#coloradjust}
Multiple color functions can be specified.

<pre class='prod'>
<dfn>color-adjust()</dfn> = color-adjust( <<color>> [ color-adjuster <<colorspace>>? ]? )
<dfn>color-adjust()</dfn> = color-adjust( <<color>> [ color-adjuster [ in <<colorspace>> ]? ]? )
</pre>

<div class="example">
Expand Down

0 comments on commit d384477

Please sign in to comment.