Skip to content

Commit

Permalink
[css-values-4][editorial] typos #8108
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Oct 23, 2023
1 parent 0c0e8bc commit efbc43d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3026,7 +3026,7 @@ Basic Arithmetic: ''calc()''</h3>
}
</pre>

Altho '--ar' <em>could</em> have been written as simply
Although '--ar' <em>could</em> have been written as simply
''--ar: (16 / 9);'',
'--w' is used both on its own (in 'width')
and as a ''calc()'' component (in '--h'),
Expand Down Expand Up @@ -4228,7 +4228,7 @@ Type Checking</h3>
and ''width: 5px;''
are valid.

Note: Altho there are a few properties in which a bare <<number>>
Note: Although there are a few properties in which a bare <<number>>
becomes a <<length>> at used-value time
(specifically, 'line-height' and 'tab-size'),
<<number>>s never become "length-like" in ''calc()''.
Expand All @@ -4240,7 +4240,7 @@ Type Checking</h3>
interpreting them as ''px'' lengths.
Like unitless zeroes,
this has no effect on the parsing or behavior of [=math functions=],
tho a [=math function=] that resolves to a <<number>> value
though a [=math function=] that resolves to a <<number>> value
might become valid in Quirks Mode
(and have its result interpreted as a ''px'' length).

Expand Down

0 comments on commit efbc43d

Please sign in to comment.