Skip to content

Commit 5905243

Browse files
tidoustsvgeesus
authored andcommitted
[css-color-6] Fix typo in color-contrast() syntax
One `]` character was missing.
1 parent 17e8352 commit 5905243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-6/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Computing a Contrasting Color: the ''contrast-color()'' function {#colorcontrast
6565
<pre class='prod'>
6666
<<contrast-color()>> = contrast-color(
6767
[ [ <<color>> && [ tbd-fg | tbd-bg ] && <<target-contrast>>? ] |
68-
[ <<color>> && [ tbd-fg | tbd-bg ] && <<target-contrast>>, <<color>># ] )
68+
[ <<color>> && [ tbd-fg | tbd-bg ] && <<target-contrast>>, <<color>># ] ] )
6969
<<target-contrast>> = <<wcag2>>
7070
<!-- Allow multiple algorithms in the future by using && operator instead of | for <<target-contrast>> additions.
7171
See resolution in #7357 -->

0 commit comments

Comments
 (0)