We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e8352 commit 5905243Copy full SHA for 5905243
css-color-6/Overview.bs
@@ -65,7 +65,7 @@ Computing a Contrasting Color: the ''contrast-color()'' function {#colorcontrast
65
<pre class='prod'>
66
<<contrast-color()>> = contrast-color(
67
[ [ <<color>> && [ tbd-fg | tbd-bg ] && <<target-contrast>>? ] |
68
- [ <<color>> && [ tbd-fg | tbd-bg ] && <<target-contrast>>, <<color>># ] )
+ [ <<color>> && [ tbd-fg | tbd-bg ] && <<target-contrast>>, <<color>># ] ] )
69
<<target-contrast>> = <<wcag2>>
70
<!-- Allow multiple algorithms in the future by using && operator instead of | for <<target-contrast>> additions.
71
See resolution in #7357 -->
0 commit comments