Skip to content

Commit 2b228bf

Browse files
committed
[css-text] Improve issue text
1 parent d3e3942 commit 2b228bf

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

css-text/Overview.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-09-11 name=dcterms.date>
13+
<meta content=2013-09-13 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -68,13 +68,13 @@
6868

6969
<h1>CSS Text Module Level 3</h1>
7070

71-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 September
71+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 September
7272
2013</h2>
7373

7474
<dl>
7575
<dt>This version:</dt>
7676
<!--
77-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130911/">http://www.w3.org/TR/2013/WD-css3-text-20130911/</a></dd>
77+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130913/">http://www.w3.org/TR/2013/WD-css3-text-20130913/</a></dd>
7878
-->
7979

8080
<dd><a
@@ -1372,14 +1372,12 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for
13721372
<dd>Breaks text using the most stringent set of line-breaking rules.
13731373
</dl>
13741374

1375-
<p class=issue> It is unclear how Korean should be handled here. It should
1376-
perhaps not be included in the lists below (alongside Chinese and
1377-
Japanese). Also, the behavior of ‘<code class=css>word-break:
1378-
keep-all</code>’ may be more appropriate if it also triggered ‘<code
1379-
class=css>strict</code>’ line-breaking here, at least in the case of
1380-
<code class=css>auto</code>’. See <a
1381-
href="http://lists.w3.org/Archives/Public/public-i18n-cjk/2013AprJun/0001.html">this
1382-
thread</a> for further discussion of these issues.
1375+
<p class="feedback issue"> The rules here are following guidelines from <a
1376+
href="http://www.w3.org/TR/klreq/#line-break">KLREQ</a> for Korean, which
1377+
don't allow the Chinese/Japanese-specific breaks. However, the resulting
1378+
behavior could use some review and feedback to make sure they are correct,
1379+
particularly when “word basis” breaking is used (‘<code
1380+
class=css>word-break: keep-all</code>’) in Korean.
13831381

13841382
<p>CSS distinguishes between three levels of strictness in the rules for
13851383
text wrapping. The precise set of rules in effect for each level is up to

css-text/Overview.src.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -951,13 +951,11 @@ <h3 id="line-break">
951951
rules.</dd>
952952
</dl>
953953

954-
<p class="issue">
955-
It is unclear how Korean should be handled here.
956-
It should perhaps not be included in the lists below (alongside Chinese and Japanese).
957-
Also, the behavior of ''word-break: keep-all'' may be more appropriate
958-
if it also triggered ''strict'' line-breaking here, at least in the case of ''auto''.
959-
See <a href="http://lists.w3.org/Archives/Public/public-i18n-cjk/2013AprJun/0001.html">this thread</a>
960-
for further discussion of these issues.
954+
<p class="feedback issue">
955+
The rules here are following guidelines from <a href="http://www.w3.org/TR/klreq/#line-break">KLREQ</a> for Korean,
956+
which don't allow the Chinese/Japanese-specific breaks.
957+
However, the resulting behavior could use some review and feedback to make sure they are correct,
958+
particularly when “word basis” breaking is used (''word-break: keep-all'') in Korean.
961959

962960
<p>CSS distinguishes between three levels of strictness in the rules for
963961
text wrapping.

0 commit comments

Comments
 (0)