Skip to content

Commit 576ad65

Browse files
committed
[css-values-4] Fix copy-paste error in previous commit.
1 parent 6e66f4c commit 576ad65

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

css-values/Overview.bs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,8 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''ic'', ''rem'' units</h4>
955955

956956
<dt><dfn id="ch" lt="ch">ch unit</dfn>
957957
<dd>
958-
Equal to the used <a>advance measure</a> of the “” (CJK water ideograph, U+6C34) glyph
959-
found in the font used to render it.
958+
Equal to the used <a>advance measure</a> of the “0” (ZERO, U+0030) glyph
959+
in the font used to render it.
960960
(The <dfn dfn>advance measure</dfn> of a glyph is its advance width or height,
961961
whichever is in the inline axis of the element.)
962962

@@ -977,17 +977,14 @@ Font-relative lengths: the ''em'', ''ex'', ''ch'', ''ic'', ''rem'' units</h4>
977977

978978
<dt><dfn id="ic" lt="ic">ic unit</dfn>
979979
<dd>
980-
Equal to the used <a>advance measure</a> of the “0” (ZERO, U+0030) glyph
981-
in the font used to render it.
980+
Equal to the used <a>advance measure</a> of the “” (CJK water ideograph, U+6C34) glyph
981+
found in the font used to render it.
982982

983983
This measurement is an approximation
984984
(and in monospace fonts, an exact measure)
985985
of a single <a href="http://unicode.org/reports/tr11/#Definitions">fullwidth</a> glyph’s <a>advance measure</a>,
986986
thus allowing measurements based on an expected glyph count.
987987

988-
Note: The advance measure of a glyph can depend on writing-mode and text-orientation
989-
as well as font settings, text-transform, and any other properties that affect glyph selection or orientation.
990-
991988
In the cases where it is impossible or impractical to determine the ideographic advance measure,
992989
it must be assumed to be 1em.
993990

0 commit comments

Comments
 (0)