You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-text-3/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -647,7 +647,7 @@ Characters and Letters</h3>
647
647
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.
648
648
The UA may use a glyph provided by a font specifically for the control character,
649
649
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,
651
651
or use some other method to provide an appropriate visible glyph.
652
652
As required by [[!UNICODE]],
653
653
unsupported <code>Default_ignorable</code> characters must be ignored for rendering.
@@ -1253,7 +1253,7 @@ Line Breaking Details</h3>
1253
1253
only create distinctions in CJK text:
1254
1254
unless the writing system is tagged as
1255
1255
<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.
1257
1257
Future levels may add additional specific rules
1258
1258
for other writing systems and languages
1259
1259
as their requirements become known.
@@ -2631,7 +2631,7 @@ Appendix D: Scripts and Spacing</h2>
2631
2631
<h2 id="character-properties" class="no-num">Appendix E.
2632
2632
Characters and Properties</h2>
2633
2633
2634
-
<p>Unicode defines four codepoint-level properties that are referenced
2634
+
<p>Unicode defines four code point-level properties that are referenced
2635
2635
in CSS typesetting:
2636
2636
<dl export>
2637
2637
<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>
2649
2649
and given in the UTR50 data file.
2650
2650
</dl>
2651
2651
2652
-
<p>Unicode defines properties for individual codepoints, but sometimes
2652
+
<p>Unicode defines properties for individual code points, but sometimes
2653
2653
it is necessary to determine the properties of a <a>typographic character unit</a>.
2654
2654
For the purposes of CSS Text,
2655
2655
the properties of a <a>typographic character unit</a> are given by
0 commit comments