Skip to content

Commit f21973b

Browse files
committed
[css-values-4] more typos
1 parent b0afdf4 commit f21973b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1036,12 +1036,12 @@ Font-relative lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
10361036
<dt><dfn id="lh" lt="lh">lh unit</dfn>
10371037
<dd>
10381038
Equal to the computed value of the 'line-height' property of the element on which it is used,
1039-
converted to an absolute length by measuring the height line box containing only the strut (See [[CSS2/visudet#strut]]) would have.
1039+
converted to an absolute length by measuring the height of a line box containing only the strut (See [[CSS2/visudet#strut]]) would have.
10401040

10411041
<dt><dfn id="rlh" lt="rlh">rlh unit</dfn>
10421042
<dd>
10431043
Equal to the computed value of 'line-height' property on the root element,
1044-
converted to an absolute length by measuring the height line box containing only the strut (See [[CSS2/visudet#strut]]) would have.
1044+
converted to an absolute length by measuring the height of a line box containing only the strut (See [[CSS2/visudet#strut]]) would have.
10451045

10461046
Note: setting the 'height' of an element using either the ''lh'' or the ''rlh'' units
10471047
does not enable authors to control the actual number of lines in that element.
@@ -2256,7 +2256,7 @@ Toggling Between Values: ''toggle()''</h3>
22562256

22572257
If ''toggle()'' is used on a <a>shorthand property</a>,
22582258
it sets each of its longhands to a ''toggle()'' value
2259-
with arguments corresponding to what the longhand would have recieved
2259+
with arguments corresponding to what the longhand would have received
22602260
had each of the original ''toggle()'' arguments been the sole value of the <a>shorthand</a>.
22612261

22622262
<div class="example">

0 commit comments

Comments
 (0)