Skip to content

Commit a6ade60

Browse files
committed
[css-text] Clarify some wording in line-break
1 parent e357415 commit a6ade60

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

css-text/Overview.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,9 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
13991399
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
14001400
</ul>
14011401
If the <a href="#content-language"><i>content language</i></a> is
1402-
Chinese, Japanese, or Korean, then additionally:
1402+
Chinese, Japanese, or Korean, then additionally allow (but otherwise
1403+
forbid) for ‘<code class=css>normal</code>’ and ‘<code
1404+
class=css>loose</code>’:
14031405
<ul>
14041406
<li>breaks before hyphens:<br>
14051407
‐ U+2010, – U+2013, 〜 U+301C, ゠ U+30A0
@@ -1421,7 +1423,8 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
14211423
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
14221424
</ul>
14231425
If the <a href="#content-language"><i>content language</i></a> is
1424-
Chinese, Japanese, or Korean, then additionally:
1426+
Chinese, Japanese, or Korean, then additionally allow (but otherwise
1427+
forbid) for ‘<code class=css>loose</code>’:
14251428
<ul>
14261429
<li>breaks before certain centered punctuation marks:<br>
14271430
: U+003A, ; U+003B, ・ U+30FB, : U+FF1A, ; U+FF1B,

css-text/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,8 @@ <h3 id="line-break">
973973
i.e. characters with the Unicode Line Break property <code>CJ</code>.
974974
(See <a href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a> in [[!UNICODE]].)
975975
</ul>
976-
If the <i>content language</i> is Chinese, Japanese, or Korean, then additionally:
976+
If the <i>content language</i> is Chinese, Japanese, or Korean,
977+
then additionally allow (but otherwise forbid) for ''normal'' and ''loose'':
977978
<ul>
978979
<li>breaks before hyphens:<br>
979980
&#x2010;&nbsp;U+2010, &#x2013;&nbsp;U+2013, &#x301C;&nbsp;U+301C,
@@ -990,7 +991,8 @@ <h3 id="line-break">
990991
i.e. characters with the Unicode Line Break property <code>IN</code>.
991992
(See <a href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a> in [[!UNICODE]].)
992993
</ul>
993-
If the <i>content language</i> is Chinese, Japanese, or Korean, then additionally:
994+
If the <i>content language</i> is Chinese, Japanese, or Korean,
995+
then additionally allow (but otherwise forbid) for ''loose'':
994996
<ul>
995997
<li>breaks before certain centered punctuation marks:<br>
996998
&#x003A;&nbsp;U+003A, &#x003B;&nbsp;U+003B, &#x30FB;&nbsp;U+30FB,

0 commit comments

Comments
 (0)