From fe4889e0deaaa414897435849cdeef605aeaad9b Mon Sep 17 00:00:00 2001
From: Roman Dvornov
Date: Mon, 10 Jun 2019 15:12:00 +0300
Subject: [PATCH] [css-values-3] Fix typos
---
css-values-3/Overview.bs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.