Skip to content

Commit fe4889e

Browse files
authored
[css-values-3] Fix typos
1 parent d9106f9 commit fe4889e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Component Value Types</h3>
106106
and also does not include any top-level <a href="#mult-comma">comma-separated-list multiplier</a>
107107
(i.e. if property <css>pairing</css> is defined as <css>[ <<custom-ident>> <<integer>>? ]#</css>,
108108
then <<'pairing'>> is equivalent to <css>[ <<custom-ident>> <<integer>>? ]</css>,
109-
not <css><<custom-ident>> <<integer>> ]#</css>).
109+
not <css>[ <<custom-ident>> <<integer>>? ]#</css>).
110110

111111
<li>
112112
non-terminals that do not share the same name as a property.
@@ -824,7 +824,7 @@ Compatible Units</h4>
824824
<dfn export local-lt=compatible>compatible units</dfn>
825825
(those related by a static multiplicative factor,
826826
like the 96:1 factor between ''px'' and ''in'',
827-
or the the computed 'font-size' factor between ''em'' and ''px'')
827+
or the computed 'font-size' factor between ''em'' and ''px'')
828828
are converted into a single <dfn export local-lt=canonical>canonical unit</dfn>.
829829
Each group of compatible units defines which among them is the <a>canonical unit</a>
830830
that will be used for serialization.

0 commit comments

Comments
 (0)