Skip to content

Commit 7141ff2

Browse files
authored
[css-values-4] Fix simple copy/paste typos in new root-element font-relative units. (w3c#6745)
1 parent e41219e commit 7141ff2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-values-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
16721672

16731673
<dt><dfn id="rex" lt="rex">rex unit</dfn>
16741674
<dd>
1675-
Equal to the value of the ''rex'' unit on the root element.
1675+
Equal to the value of the ''ex'' unit on the root element.
16761676

16771677
<dt><dfn id="cap" lt="cap">cap unit</dfn>
16781678
<dd>
@@ -1691,7 +1691,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
16911691

16921692
<dt><dfn id="rcap" lt="rcap">rcap unit</dfn>
16931693
<dd>
1694-
Equal to the value of the ''rcap'' unit on the root element.
1694+
Equal to the value of the ''cap'' unit on the root element.
16951695

16961696
<dt><dfn id="ch" lt="ch">ch unit</dfn>
16971697
<dd>
@@ -1733,7 +1733,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
17331733

17341734
<dt><dfn id="rch" lt="rch">rch unit</dfn>
17351735
<dd>
1736-
Equal to the value of the ''rch'' unit on the root element.
1736+
Equal to the value of the ''ch'' unit on the root element.
17371737

17381738
<dt><dfn id="ic" lt="ic">ic unit</dfn>
17391739
<dd>
@@ -1762,7 +1762,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
17621762

17631763
<dt><dfn id="ric" lt="ric">ric unit</dfn>
17641764
<dd>
1765-
Equal to the value of the ''ric'' unit on the root element.
1765+
Equal to the value of the ''ic'' unit on the root element.
17661766

17671767
<dt><dfn id="lh" lt="lh">lh unit</dfn>
17681768
<dd>

0 commit comments

Comments
 (0)