Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-color-5] fix mention of powerless components #8631

Merged
Changes from all commits
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
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