Skip to content

Commit fe64cd8

Browse files
committed
[css-text] Revert change to add Korean to list of languages enabling additional breaks, for consistency with KLREQ.
1 parent cf85d73 commit fe64cd8

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

css-text/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,10 +1398,9 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
13981398
in <a href="#UNICODE"
13991399
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
14001400
</ul>
1401-
If the <a href="#content-language"><i>content language</i></a> is
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>’:
1401+
If the <a href="#content-language"><i>content language</i></a> is Chinese
1402+
or Japanese, then additionally allow (but otherwise forbid) for ‘<code
1403+
class=css>normal</code>’ and ‘<code class=css>loose</code>’:
14051404
<ul>
14061405
<li>breaks before hyphens:<br>
14071406
‐ U+2010, – U+2013, 〜 U+301C, ゠ U+30A0
@@ -1422,9 +1421,9 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
14221421
in <a href="#UNICODE"
14231422
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
14241423
</ul>
1425-
If the <a href="#content-language"><i>content language</i></a> is
1426-
Chinese, Japanese, or Korean, then additionally allow (but otherwise
1427-
forbid) for ‘<code class=css>loose</code>’:
1424+
If the <a href="#content-language"><i>content language</i></a> is Chinese
1425+
or Japanese, then additionally allow (but otherwise forbid) for ‘<code
1426+
class=css>loose</code>’:
14281427
<ul>
14291428
<li>breaks before certain centered punctuation marks:<br>
14301429
: U+003A, ; U+003B, ・ U+30FB, : U+FF1A, ; U+FF1B,

css-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ <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,
976+
If the <i>content language</i> is Chinese or Japanese,
977977
then additionally allow (but otherwise forbid) for ''normal'' and ''loose'':
978978
<ul>
979979
<li>breaks before hyphens:<br>
@@ -991,7 +991,7 @@ <h3 id="line-break">
991991
i.e. characters with the Unicode Line Break property <code>IN</code>.
992992
(See <a href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a> in [[!UNICODE]].)
993993
</ul>
994-
If the <i>content language</i> is Chinese, Japanese, or Korean,
994+
If the <i>content language</i> is Chinese or Japanese,
995995
then additionally allow (but otherwise forbid) for ''loose'':
996996
<ul>
997997
<li>breaks before certain centered punctuation marks:<br>

0 commit comments

Comments
 (0)