Skip to content

Commit 53fadf1

Browse files
committed
[css-text] it's not clear what the 'otherwise' applies to in 'but otherwise forbid' <http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html>
1 parent b98d191 commit 53fadf1

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

css-text/Overview.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,9 +1387,11 @@ <h3 id=line-break-property><span class=secno>5.2. </span> Breaking Rules
13871387
in <a href="#ref-UNICODE"
13881388
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
13891389
</ul>
1390-
If the <a href="#content-language"><i>content language</i></a> is Chinese
1391-
or Japanese, then additionally allow (but otherwise forbid) for ‘<code
1392-
class=css>normal</code>’ and ‘<code class=css>loose</code>’:
1390+
1391+
<li> Following breaks be allowed for ‘<code class=css>normal</code>
1392+
and ‘<code class=css>loose</code>’ if the <a
1393+
href="#content-language"><i>content language</i></a> is Chinese or
1394+
Japanese, or be forbidden if not:
13931395
<ul>
13941396
<li>breaks before hyphens:<br>
13951397
‐ U+2010, – U+2013, 〜 U+301C, ゠ U+30A0
@@ -1410,9 +1412,10 @@ <h3 id=line-break-property><span class=secno>5.2. </span> Breaking Rules
14101412
in <a href="#ref-UNICODE"
14111413
rel=biblioentry>[UNICODE]<!--{{!UNICODE}}--></a>.)
14121414
</ul>
1413-
If the <a href="#content-language"><i>content language</i></a> is Chinese
1414-
or Japanese, then additionally allow (but otherwise forbid) for ‘<code
1415-
class=css>loose</code>’:
1415+
1416+
<li> Following breaks be allowed for ‘<code class=css>loose</code>’ if
1417+
the <a href="#content-language"><i>content language</i></a> is Chinese or
1418+
Japanese, or be forbidden if not:
14161419
<ul>
14171420
<li>breaks before certain centered punctuation marks:<br>
14181421
: U+003A, ; U+003B, ・ U+30FB, : U+FF1A, ; U+FF1B,

css-text/Overview.src.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,10 @@ <h3 id="line-break-property">
950950
i.e. characters with the Unicode Line Break property <code>CJ</code>.
951951
(See <a href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a> in [[!UNICODE]].)
952952
</ul>
953-
If the <i>content language</i> is Chinese or Japanese,
954-
then additionally allow (but otherwise forbid) for ''normal'' and ''loose'':
953+
<li>
954+
Following breaks be allowed for ''normal'' and ''loose''
955+
if the <i>content language</i> is Chinese or Japanese,
956+
or be forbidden if not:
955957
<ul>
956958
<li>breaks before hyphens:<br>
957959
&#x2010;&nbsp;U+2010, &#x2013;&nbsp;U+2013, &#x301C;&nbsp;U+301C,
@@ -968,8 +970,10 @@ <h3 id="line-break-property">
968970
i.e. characters with the Unicode Line Break property <code>IN</code>.
969971
(See <a href="http://www.unicode.org/Public/UNIDATA/LineBreak.txt">LineBreak.txt</a> in [[!UNICODE]].)
970972
</ul>
971-
If the <i>content language</i> is Chinese or Japanese,
972-
then additionally allow (but otherwise forbid) for ''loose'':
973+
<li>
974+
Following breaks be allowed for ''loose''
975+
if the <i>content language</i> is Chinese or Japanese,
976+
or be forbidden if not:
973977
<ul>
974978
<li>breaks before certain centered punctuation marks:<br>
975979
&#x003A;&nbsp;U+003A, &#x003B;&nbsp;U+003B, &#x30FB;&nbsp;U+30FB,

css-text/issues-lc-2013.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,18 @@ Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
162162
Closed: Accepted
163163
----
164164
Issue 19.
165-
Summary: comments from DPub IG (Fwd) #4
165+
Summary: comments from DPub IG (Fwd) #4 Ruby line break rules should refer to CSS Ruby
166166
From: Bert Bos
167167
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
168168
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
169-
Open:
169+
Closed: Accepted
170170
----
171171
Issue 20.
172-
Summary: comments from DPub IG (Fwd) #5
172+
Summary: comments from DPub IG (Fwd) #5 it's not clear what the 'otherwise' applies to in 'but otherwise forbid'
173173
From: Bert Bos
174174
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0116.html
175175
Response: http://lists.w3.org/Archives/Public/www-style/2013Nov/0188.html
176-
Open:
176+
Closed: Accepted
177177
----
178178
Issue 21.
179179
Summary: comments from DPub IG (Fwd) #6

0 commit comments

Comments
 (0)