Skip to content

Commit 506afb7

Browse files
committed
[css-text] Include more inseparable characters
1 parent 83ddb93 commit 506afb7

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

css-text/Overview.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,8 +1293,12 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
12931293
々 U+3005, 〻 U+303B, ゝ U+309D, ゞ U+309E, ヽ U+30FD,
12941294
ヾ U+30FE
12951295

1296-
<li>breaks between some inseparable characters:<br>
1297-
‥ U+2025, … U+2026
1296+
<li>breaks between inseparable characters such as ‥ U+2025,
1297+
… U+2026 i.e. characters with the Unicode Line Break property
1298+
<code>IN</code>. (See <a
1299+
href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a>
1300+
in <a href="#UNICODE"
1301+
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
12981302
</ul>
12991303
If the <a href="#content-language"><i>content language</i></a> is
13001304
Chinese, Japanese, or Korean, then additionally:

css-text/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,8 +914,10 @@ <h3 id="line-break">
914914
<li>breaks before iteration marks:<br>
915915
&#x3005;&nbsp;U+3005, &#x303B;&nbsp;U+303B, &#x309D;&nbsp;U+309D,
916916
&#x309E;&nbsp;U+309E, &#x30FD;&nbsp;U+30FD, &#x30FE;&nbsp;U+30FE
917-
<li>breaks between some inseparable characters:<br>
918-
&#x2025;&nbsp;U+2025, &#x2026;&nbsp;U+2026
917+
<li>breaks between inseparable characters
918+
such as &#x2025;&nbsp;U+2025, &#x2026;&nbsp;U+2026
919+
i.e. characters with the Unicode Line Break property <code>IN</code>.
920+
(See <a href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a> in [[!UNICODE]].)
919921
</ul>
920922
If the <i>content language</i> is Chinese, Japanese, or Korean, then additionally:
921923
<ul>

0 commit comments

Comments
 (0)