Skip to content

Commit f40c251

Browse files
committed
Revert half-finished example checkin
1 parent 5ad4f19 commit f40c251

2 files changed

Lines changed: 2 additions & 59 deletions

File tree

css4-text/Overview.html

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 January 2012</h2>
3434
<dl>
3535
<dt>This version:
3636

37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/03
38-
18:35:26 $ (CVS $Revision$)</a> <!--
37+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/06
38+
22:37:37 $ (CVS $Revision$)</a> <!--
3939
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120106/">http://www.w3.org/TR/2012/WD-css3-text-20120106/</a></dd>
4040
-->
4141

@@ -1534,37 +1534,6 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
15341534
line-breaking opportunities, as in Korean.
15351535
</dl>
15361536

1537-
<div class=example>
1538-
<p class=issue>Add example here
1539-
1540-
<p>Here's a mixed-script sample text:
1541-
1542-
<p><q>这是一些汉字 and some Latin text و کمی نوشتنن
1543-
عربی and some Thai.</q></p>
1544-
1545-
<p>The break-points are determined as follows (indicated by &middot;):
1546-
1547-
<dl>
1548-
<dt>&lsquo;<code class=css>word-break: normal</code>&rsquo;
1549-
1550-
<dd>
1551-
<p><q>这&middot;是一些汉字 and some Latin text و کمی
1552-
نوشتنن عربی and some Thai.</q></p>
1553-
1554-
<dt>&lsquo;<code class=css>word-break: break-all</code>&rsquo;
1555-
1556-
<dd>
1557-
<p><q>这是一些汉字 and some Latin text و کمی نوشتنن
1558-
عربی and some Thai.</q></p>
1559-
1560-
<dt>&lsquo;<code class=css>word-break: keep-all</code>&rsquo;
1561-
1562-
<dd>
1563-
<p><q>这是一些汉字 and some Latin text و کمی نوشتنن
1564-
عربی and some Thai.</q></p>
1565-
</dl>
1566-
</div>
1567-
15681537
<p>When shaping scripts such as Arabic are allowed to break within words
15691538
due to &lsquo;<code class=css>break-all</code>&rsquo;, the characters must
15701539
still be shaped as if the word were not broken.

css4-text/Overview.src.html

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,32 +1010,6 @@ <h3 id="word-break">
10101010
characters still creates line-breaking opportunities, as in Korean.</dd>
10111011
</dl>
10121012

1013-
<div class="example">
1014-
<p class="issue">Add example here
1015-
<p>Here's a mixed-script sample text:
1016-
<p><q>这是一些汉字 and some Latin text
1017-
و کمی نوشتنن عربی
1018-
and some Thai.</q></p>
1019-
<p>The break-points are determined as follows (indicated by &middot;):
1020-
<dl>
1021-
<dt>''word-break: normal''</dt>
1022-
<dd>
1023-
<p><q>这&middot;是一些汉字 and some Latin text
1024-
و کمی نوشتنن عربی
1025-
and some Thai.</q></p>
1026-
<dt>''word-break: break-all''</dt>
1027-
<dd>
1028-
<p><q>这是一些汉字 and some Latin text
1029-
و کمی نوشتنن عربی
1030-
and some Thai.</q></p>
1031-
<dt>''word-break: keep-all''</dt>
1032-
<dd>
1033-
<p><q>这是一些汉字 and some Latin text
1034-
و کمی نوشتنن عربی
1035-
and some Thai.</q></p>
1036-
</dl>
1037-
</div>
1038-
10391013
<p>When shaping scripts such as Arabic are allowed to break within words
10401014
due to ''break-all'', the characters must still be shaped as if the
10411015
word were not broken.</p>

0 commit comments

Comments
 (0)