Skip to content

Commit

Permalink
[css-color-5] fix mention of powerless components
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored and svgeesus committed Mar 27, 2023
1 parent c04dc65 commit 3ee8aa4
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 @@ -413,8 +413,8 @@ The choice of mixing color space can have a large effect on the end result.
The calcuation is as follows:
* <span class="swatch" style="--color: white"></span> white
is rgb(100% 100% 100%)
which is lch(100% 0 none)
which is oklch(100% 0 none)
which is lch(100% none none)
which is oklch(100% none none)
* <span class="swatch" style="--color: blue"></span> blue
is rgb(0% 0% 100%)
which is lch(29.5683% 131.201 301.364)
Expand Down

0 comments on commit 3ee8aa4

Please sign in to comment.