Skip to content

Commit f53ac27

Browse files
committed
[css-text] semantically-perceived letter
1 parent b674d27 commit f53ac27

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css-text/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Terminology</h3>
142142

143143
<p><dfn>semantically-perceived character</dfn>
144144
<p><dfn>visually-perceived character</dfn>
145+
<p><dfn>semantically-perceived letters</dfn>
145146
<p><dfn>visually-perceived letters</dfn>
146147

147148
<p id="grapheme-cluster">A <dfn>grapheme cluster</dfn> is what
@@ -270,12 +271,12 @@ Terminology</h3>
270271
<dt><dfn>none</dfn></dt>
271272
<dd>No effects.</dd>
272273
<dt><dfn>capitalize</dfn></dt>
273-
<dd>Puts the first <i>letter</i> of each word in titlecase; other characters
274+
<dd>Puts the first <i>semantically-perceived letter</i> of each word in titlecase; other characters
274275
are unaffected.</dd>
275276
<dt><dfn>uppercase</dfn></dt>
276-
<dd>Puts all <i>letters</i> in uppercase.
277+
<dd>Puts all <i>semantically-perceived letters</i> in uppercase.
277278
<dt><dfn>lowercase</dfn></dt>
278-
<dd>Puts all <i>letters</i> in lowercase.</dd>
279+
<dd>Puts all <i>semantically-perceived letters</i> in lowercase.</dd>
279280
<dt><dfn>full-width</dfn></dt>
280281
<dd>Puts all characters in fullwidth form.
281282
If the character does not have a corresponding fullwidth form,
@@ -830,14 +831,14 @@ Terminology</h3>
830831
<dd><i>Soft wrap opportunities</i> are as defined <a href="#line-breaking">above</a>.</dd>
831832
<dt><dfn>break-all</dfn></dt>
832833
<dd>In addition to ''word-break:normal'' <i>soft wrap opportunities</i>,
833-
lines may break between any two <i>letters</i>
834+
lines may break between any two <i>semantically-perceived letters</i>
834835
(except where forbidden by the 'line-break' property).
835836
Hyphenation is not applied. This option is used mostly in a context where
836837
the text is predominantly using CJK characters with few non-CJK excerpts
837838
and it is desired that the text be better distributed on each line.</dd>
838839
<dt><dfn>keep-all</dfn></dt>
839840
<dd>
840-
Implicit <i>soft wrap opportunities</i> between <i>letters</i> are suppressed,
841+
Implicit <i>soft wrap opportunities</i> between <i>semantically-perceived letters</i> are suppressed,
841842
i.e. breaks are prohibited between pairs of letters
842843
(including those explicitly allowed by 'line-break')
843844
except where opportunities exist due to dictionary-based breaking.

0 commit comments

Comments
 (0)