File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Component Value Types</h3>
106
106
and also does not include any top-level <a href="#mult-comma">comma-separated-list multiplier</a>
107
107
(i.e. if property <css> pairing</css> is defined as <css> [ <<custom-ident>> <<integer>>? ] #</css> ,
108
108
then <<'pairing'>> is equivalent to <css> [ <<custom-ident>> <<integer>>? ] </css> ,
109
- not <css> <<custom-ident>> <<integer>> ]#</css> ).
109
+ not <css> [ <<custom-ident>> <<integer>>? ] #</css> ).
110
110
111
111
<li>
112
112
non-terminals that do not share the same name as a property.
@@ -824,7 +824,7 @@ Compatible Units</h4>
824
824
<dfn export local-lt=compatible>compatible units</dfn>
825
825
(those related by a static multiplicative factor,
826
826
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'' )
828
828
are converted into a single <dfn export local-lt=canonical>canonical unit</dfn> .
829
829
Each group of compatible units defines which among them is the <a>canonical unit</a>
830
830
that will be used for serialization.
You can’t perform that action at this time.
0 commit comments