Skip to content

Commit 8a4e121

Browse files
committed
[css-color-5] proper pipes, fix #6134
1 parent 0044a15 commit 8a4e121

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-color-5/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -575,12 +575,12 @@ Adjusting colors: the ''color-adjust'' function {#coloradjust}
575575
<<srgb-adjuster>> | <<hsl-adjuster>> | <<hwb-adjuster>>
576576
| <<xyz-adjuster>> | <<lab-adjuster>> | <<lch-adjuster>>
577577
] | alpha ] <<percentage>>?
578-
<dfn>&lt;srgb-adjuster></dfn> = red || green || blue
579-
<dfn>&lt;hsl-adjuster></dfn> = <<hue-adjuster>> || saturation || lightness
580-
<dfn>&lt;hwb-adjuster></dfn> = <<hue-adjuster>> || whiteness || blackness
581-
<dfn>&lt;xyz-adjuster></dfn> = x || y || z
582-
<dfn>&lt;lab-adjuster></dfn> = lightness || a || b
583-
<dfn>&lt;lch-adjuster></dfn> = lightness || chroma || <<hue-adjuster>>
578+
<dfn>&lt;srgb-adjuster></dfn> = red | green | blue
579+
<dfn>&lt;hsl-adjuster></dfn> = <<hue-adjuster>> | saturation | lightness
580+
<dfn>&lt;hwb-adjuster></dfn> = <<hue-adjuster>> | whiteness | blackness
581+
<dfn>&lt;xyz-adjuster></dfn> = x | y | z
582+
<dfn>&lt;lab-adjuster></dfn> = lightness | a | b
583+
<dfn>&lt;lch-adjuster></dfn> = lightness | chroma | <<hue-adjuster>>
584584
<dfn>&lt;hue-adjuster></dfn> = hue [shorter | longer | increasing | decreasing | specified ]?
585585
</pre>
586586

0 commit comments

Comments
 (0)