Skip to content

Commit 5571bdc

Browse files
committed
[css-text] I18N-ISSUE-319: word-break 'according to usual rules'
1 parent 091e32f commit 5571bdc

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

css-text/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,8 @@ <h3 id=word-break-property><span class=secno>5.3. </span> Breaking Rules
15371537
<dt><dfn id=normal1 title="normal!!word-break"><code
15381538
class=css>normal</code></dfn>
15391539

1540-
<dd>Words break according to their usual rules.
1540+
<dd><a href="#soft-wrap-opportunity"><i>Soft wrap opportunities</i></a>
1541+
are as defined <a href="#line-breaking">above</a>.
15411542

15421543
<dt><dfn id=break-all title="break-all!!word-break"><code
15431544
class=css>break-all</code></dfn>

css-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ <h3 id="word-break-property">
10771077

10781078
<dl>
10791079
<dt><dfn title="normal!!word-break">''normal''</dfn></dt>
1080-
<dd>Words break according to their usual rules.</dd>
1080+
<dd><i>Soft wrap opportunities</i> are as defined <a href="#line-breaking">above</a>.</dd>
10811081
<dt><dfn title="break-all!!word-break">''break-all''</dfn></dt>
10821082
<dd>In addition to ''normal'' <i>soft wrap opportunities</i>,
10831083
lines may break between any two <i>letters</i>

css-text/issues-lc-2013.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
412412
From: Phillips, Addison
413413
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0427.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0427.html</a>
414414
Open:</pre>
415-
<pre class=' open' id='issue-54'>
415+
<pre class='a' id='issue-54'>
416416
Issue 54. <a href='#issue-54'>#</a>
417417
Summary: I18N-ISSUE-319: word-break 'according to usual rules'
418418
From: Phillips, Addison
419419
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jan/0428.html'>http://lists.w3.org/Archives/Public/www-style/2014Jan/0428.html</a>
420-
Open:</pre>
420+
Closed: Accepted</pre>
421421
<pre class=' open' id='issue-55'>
422422
Issue 55. <a href='#issue-55'>#</a>
423423
Summary: I18N-ISSUE-320: Example 6

css-text/issues-lc-2013.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Issue 54.
390390
Summary: I18N-ISSUE-319: word-break 'according to usual rules'
391391
From: Phillips, Addison
392392
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jan/0428.html
393-
Open:
393+
Closed: Accepted
394394
----
395395
Issue 55.
396396
Summary: I18N-ISSUE-320: Example 6

0 commit comments

Comments
 (0)