diff --git a/css-color-5/Overview.bs b/css-color-5/Overview.bs index 4bcde312eae..0566e165a3e 100644 --- a/css-color-5/Overview.bs +++ b/css-color-5/Overview.bs @@ -2647,7 +2647,7 @@ or any other color or monochrome output device which has been characterized.
<color-space> = <> | < > | < > - <rectangular-color-space> = ''srgb'' |''srgb-linear'' |''display-p3'' |''a98-rgb'' |''prophoto-rgb'' |''rec2020'' |''lab'' |''oklab'' |''xyz'' | ''xyz-d50'' | ''xyz-d65'' + <rectangular-color-space> =''srgb'' |''srgb-linear'' |''display-p3'' |''a98-rgb'' |''prophoto-rgb'' |''rec2020'' |''lab'' |''oklab'' |''xyz'' |''xyz-d50'' |''xyz-d65'' <polar-color-space> =''hsl'' |''hwb'' |''lch'' |''oklch'' <custom-color-space> = <> <hue-interpolation-method> = [ shorter | longer | increasing | decreasing ] hue diff --git a/css-easing-2/Overview.bs b/css-easing-2/Overview.bs index d7141da645d..1679f8c9f58 100644 --- a/css-easing-2/Overview.bs +++ b/css-easing-2/Overview.bs @@ -781,7 +781,7 @@ It is defined by a number of steps, and a - <step-easing-function> = ''step-start'' | ''step-end'' | < > + <step-easing-function> = ''step-start'' |''step-end'' | <> steps() = steps( < >, < >?) <step-position> = ''jump-start'' |''jump-end'' |''jump-none'' |''jump-both''