diff --git a/css-values-3/Overview.bs b/css-values-3/Overview.bs index bae854b50bd9..e64ce42f763e 100644 --- a/css-values-3/Overview.bs +++ b/css-values-3/Overview.bs @@ -106,7 +106,7 @@ Component Value Types and also does not include any top-level comma-separated-list multiplier (i.e. if property pairing is defined as [ <> <>? ]#, then <<'pairing'>> is equivalent to [ <> <>? ], - not <> <> ]#). + not [ <> <>? ]#).
  • non-terminals that do not share the same name as a property. @@ -824,7 +824,7 @@ Compatible Units compatible units (those related by a static multiplicative factor, like the 96:1 factor between ''px'' and ''in'', - or the the computed 'font-size' factor between ''em'' and ''px'') + or the computed 'font-size' factor between ''em'' and ''px'') are converted into a single canonical unit. Each group of compatible units defines which among them is the canonical unit that will be used for serialization.