diff --git a/css-backgrounds-3/Overview.bs b/css-backgrounds-3/Overview.bs index 62baf765b82..cf588a40d04 100644 --- a/css-backgrounds-3/Overview.bs +++ b/css-backgrounds-3/Overview.bs @@ -970,7 +970,7 @@ layer.
 Name: background
-Value: [<># ,]? <>
+Value: <>#? , <>
 Initial: see individual properties
 Applies to: all elements
 Inherited: no
diff --git a/css-easing-1/Overview.bs b/css-easing-1/Overview.bs
index 646a73b5b97..0f4273a44e4 100644
--- a/css-easing-1/Overview.bs
+++ b/css-easing-1/Overview.bs
@@ -249,8 +249,8 @@ It has following syntax:
 
<step-easing-function> = ''step-start'' | ''step-end'' | - steps(<>[, - <>]?) + steps(<> , + <>?) <step-position> = ''jump-start'' | ''jump-end'' | diff --git a/css-easing-2/Overview.bs b/css-easing-2/Overview.bs index 0c1f3d64164..740543ed316 100644 --- a/css-easing-2/Overview.bs +++ b/css-easing-2/Overview.bs @@ -563,8 +563,8 @@ It has following syntax:
<step-easing-function> = ''step-start'' | ''step-end'' | - steps(<>[, - <>]?) + steps(<> , + <>?) <step-position> = ''jump-start'' | ''jump-end'' | diff --git a/css-shapes-1/Overview.bs b/css-shapes-1/Overview.bs index e2972604f79..8577da486c6 100644 --- a/css-shapes-1/Overview.bs +++ b/css-shapes-1/Overview.bs @@ -497,7 +497,7 @@ Supported Shapes
path() = - path( [<<'fill-rule'>>,]? <> ) + path( <<'fill-rule'>>? , <> )