Skip to content

Commit 60fba2b

Browse files
committed
[css-text-3] s/codepoint/code point/g per Myle's advice.
1 parent 49dfefb commit 60fba2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-text-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Characters and Letters</h3>
647647
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.
648648
The UA may use a glyph provided by a font specifically for the control character,
649649
substitute the glyphs provided for the corresponding symbol in the Control Pictures block,
650-
generate a visual representation of its codepoint value,
650+
generate a visual representation of its code point value,
651651
or use some other method to provide an appropriate visible glyph.
652652
As required by [[!UNICODE]],
653653
unsupported <code>Default_ignorable</code> characters must be ignored for rendering.
@@ -1253,7 +1253,7 @@ Line Breaking Details</h3>
12531253
only create distinctions in CJK text:
12541254
unless the writing system is tagged as
12551255
<a for=writing-system>Chinese</a> or <a for=writing-system>Japanese</a>,
1256-
only CJK codepoints are affected.
1256+
only CJK code points are affected.
12571257
Future levels may add additional specific rules
12581258
for other writing systems and languages
12591259
as their requirements become known.
@@ -2631,7 +2631,7 @@ Appendix D: Scripts and Spacing</h2>
26312631
<h2 id="character-properties" class="no-num">Appendix E.
26322632
Characters and Properties</h2>
26332633

2634-
<p>Unicode defines four codepoint-level properties that are referenced
2634+
<p>Unicode defines four code point-level properties that are referenced
26352635
in CSS typesetting:
26362636
<dl export>
26372637
<dt><dfn lt="Unicode East Asian Width|East Asian Width property"><a href="http://www.unicode.org/reports/tr11/#Definitions">East Asian width property</a></dfn>
@@ -2649,7 +2649,7 @@ Characters and Properties</h2>
26492649
and given in the UTR50 data file.
26502650
</dl>
26512651

2652-
<p>Unicode defines properties for individual codepoints, but sometimes
2652+
<p>Unicode defines properties for individual code points, but sometimes
26532653
it is necessary to determine the properties of a <a>typographic character unit</a>.
26542654
For the purposes of CSS Text,
26552655
the properties of a <a>typographic character unit</a> are given by

0 commit comments

Comments
 (0)