Skip to content

Commit a749af6

Browse files
cdoublevsvgeesus
authored andcommitted
[*][editorial] Drop autolinks to value in

1 parent 05d9b87 commit a749af6

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

css-color-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,9 +3734,9 @@ Specifying Predefined Colors: the ''color()'' function
37343734
color() = color( <> [ / [ <> | none ] ]? )
37353735
<colorspace-params> = [ <> | <>]
37363736
<predefined-rgb-params> = <> [ <> | <> | none ]{3}
3737-
<predefined-rgb> = ''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020''
3737+
<predefined-rgb> = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020
37383738
<xyz-params> = <> [ <> | <> | none ]{3}
3739-
<xyz-space> = ''xyz'' | ''xyz-d50'' | ''xyz-d65''
3739+
<xyz-space> = xyz | xyz-d50 | xyz-d65
37403740
37413741

37423742
@@ -4682,8 +4682,8 @@ Color Space for Interpolation
46824682

46834683
46844684
<color-space> = <rectangular-color-space> | <polar-color-space>
4685-
<rectangular-color-space> = ''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020'' | ''lab'' | ''oklab'' | ''xyz'' | ''xyz-d50'' | ''xyz-d65''
4686-
<polar-color-space> = ''hsl'' | ''hwb'' | ''lch'' | ''oklch''
4685+
<rectangular-color-space> = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65
4686+
<polar-color-space> = hsl | hwb | lch | oklch
46874687
<hue-interpolation-method> = [ shorter | longer | increasing | decreasing ] hue
46884688
<color-interpolation-method> = in [ <> | <> <>? ]
46894689

css-color-5/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ or any other color or monochrome output device which has been characterized.
18451845
It's defined as:
18461846

18471847
1848-
@color-profile = @color-profile [<> | ''device-cmyk''] { <> }
1848+
@color-profile = @color-profile [<> | device-cmyk] { <> }
18491849
18501850

18511851
@@ -2407,8 +2407,8 @@ or any other color or monochrome output device which has been characterized.
24072407
24082408
device-cmyk() = <> | <>
24092409
<legacy-device-cmyk-syntax> = device-cmyk( <>#{4} )
2410-
<modern-device-cmyk-syntax> = device-cmyk( <>{4} [ / [ <> | ''none'' ] ]? )
2411-
<cmyk-component> = <> | <> | ''none''
2410+
<modern-device-cmyk-syntax> = device-cmyk( <>{4} [ / [ <> | none ] ]? )
2411+
<cmyk-component> = <> | <> | none
24122412
24132413

24142414
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.
26532653

26542654
26552655
<color-space> = <> | <> | <>
2656-
<rectangular-color-space> = ''srgb'' | ''srgb-linear'' | ''display-p3'' | ''a98-rgb'' | ''prophoto-rgb'' | ''rec2020'' | ''lab'' | ''oklab'' | ''xyz'' | ''xyz-d50'' | ''xyz-d65''
2657-
<polar-color-space> = ''hsl'' | ''hwb'' | ''lch'' | ''oklch''
2656+
<rectangular-color-space> = srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65
2657+
<polar-color-space> = hsl | hwb | lch | oklch
26582658
<custom-color-space> = <>
26592659
<hue-interpolation-method> = [ shorter | longer | increasing | decreasing ] hue
26602660
<color-interpolation-method> = in [ <> | <> <>? | <> ]

css-easing-2/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ A cubic Bézier easing function has the following syntax:
599599

600600
601601
<cubic-bezier-easing-function> =
602-
''ease'' | ''ease-in'' | ''ease-out'' | ''ease-in-out'' | <>
602+
ease | ease-in | ease-out | ease-in-out | <>
603603
604604
cubic-bezier() = cubic-bezier( [ <>, <> ]#{2} )
605605
@@ -781,11 +781,11 @@ It is defined by a number of steps, and a
781781
It has the following syntax:
782782

783783
784-
<step-easing-function> = ''step-start'' | ''step-end'' | <>
784+
<step-easing-function> = step-start | step-end | <>
785785
786786
steps() = steps( <>, <>?)
787-
<step-position> = ''jump-start'' | ''jump-end'' | ''jump-none'' | ''jump-both''
788-
| ''start'' | ''end''
787+
<step-position> = jump-start | jump-end | jump-none | jump-both
788+
| start | end
789789
790790

791791

css-fonts-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -369,16 +369,16 @@ Syntax of <>
369369

370370
376376

377377
378378
<> = <>| <> | <>
379-
<> = ''generic(fangsong)'' | ''generic(kai)'' | ''generic(khmer-mul)'' | ''generic(nastaliq)''
380-
<> = ''serif'' | ''sans-serif'' | ''system-ui'' | ''cursive'' | ''fantasy'' | ''math'' | ''monospace''
381-
<> = ''ui-serif'' | ''ui-sans-serif'' | ''ui-monospace'' | ''ui-rounded''
379+
<> = generic(fangsong) | generic(kai) | generic(khmer-mul) | generic(nastaliq)
380+
<> = serif | sans-serif | system-ui | cursive | fantasy | math | monospace
381+
<> = ui-serif | ui-sans-serif | ui-monospace | ui-rounded
382382
383383

384384
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 <>
401401
402402

403403
404-
<> = ''caption'' | ''icon'' | ''menu'' | ''message-box'' | ''small-caption'' | ''status-bar''
404+
<> = caption | icon | menu | message-box | small-caption | status-bar
405405
406406

407407

css-shapes-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ Shapes from Box Values
780780
Its syntax is:
781781

782782
783-
<> = <> | ''margin-box''
783+
<> = <> | margin-box
784784
785785

786786
The definitions of the values are:

0 commit comments

Comments
 (0)