@@ -2407,8 +2407,8 @@ or any other color or monochrome output device which has been characterized.
device-cmyk() = <> | <>
<legacy-device-cmyk-syntax> = device-cmyk( <>#{4} )
- <modern-device-cmyk-syntax> = device-cmyk( <>{4} [ / [ <> | ''none'' ] ]? )
- <cmyk-component> = <> | <> | ''none''
+ <modern-device-cmyk-syntax> = device-cmyk( <>{4} [ / [ <> | none ] ]? )
+ <cmyk-component> = <> | <> | none
The arguments of the ''device-cmyk()'' function specify the cyan, magenta, yellow, and black components, in order,
@@ -2653,8 +2653,8 @@ 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''
- <polar-color-space> = ''hsl'' | ''hwb'' | ''lch'' | ''oklch''
+ <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
<color-interpolation-method> = in [ <> | <> <>? | <> ]
diff --git a/css-easing-2/Overview.bs b/css-easing-2/Overview.bs
index a4594ddd7106..f9902488acb7 100644
--- a/css-easing-2/Overview.bs
+++ b/css-easing-2/Overview.bs
@@ -599,7 +599,7 @@ A cubic Bézier easing function has the following syntax:
<cubic-bezier-easing-function> =
- ''ease'' | ''ease-in'' | ''ease-out'' | ''ease-in-out'' | <>
+ ease | ease-in | ease-out | ease-in-out | <>
cubic-bezier() = cubic-bezier( [ <>, <> ]#{2} )
@@ -781,11 +781,11 @@ 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''
- | ''start'' | ''end''
+ <step-position> = jump-start | jump-end | jump-none | jump-both
+ | start | end
diff --git a/css-fonts-4/Overview.bs b/css-fonts-4/Overview.bs
index 064b35eefc0c..bc34346af7b8 100644
--- a/css-fonts-4/Overview.bs
+++ b/css-fonts-4/Overview.bs
@@ -369,16 +369,16 @@ Syntax of <>
<> = <>| <> | <>
- <> = ''generic(fangsong)'' | ''generic(kai)'' | ''generic(khmer-mul)'' | ''generic(nastaliq)''
- <> = ''serif'' | ''sans-serif'' | ''system-ui'' | ''cursive'' | ''fantasy'' | ''math'' | ''monospace''
- <> = ''ui-serif'' | ''ui-sans-serif'' | ''ui-monospace'' | ''ui-rounded''
+ <> = generic(fangsong) | generic(kai) | generic(khmer-mul) | generic(nastaliq)
+ <> = serif | sans-serif | system-ui | cursive | fantasy | math | monospace
+ <> = ui-serif | ui-sans-serif | ui-monospace | ui-rounded
To make the syntax less succeptible to clashes, more recently defined generic font families are identified using a functional syntax.
@@ -401,7 +401,7 @@ Syntax of <>
- <> = ''caption'' | ''icon'' | ''menu'' | ''message-box'' | ''small-caption'' | ''status-bar''
+ <> = caption | icon | menu | message-box | small-caption | status-bar
diff --git a/css-shapes-1/Overview.bs b/css-shapes-1/Overview.bs
index 507a67c09541..d6d91bdf5274 100644
--- a/css-shapes-1/Overview.bs
+++ b/css-shapes-1/Overview.bs
@@ -780,7 +780,7 @@ Shapes from Box Values
Its syntax is:
- <> = <> | ''margin-box''
+ <> = <> | margin-box
The definitions of the values are: