csswg/css4-text Overview.html,1.2,1.3 Overview.src.html,1.2,1.3

Update of /sources/public/csswg/css4-text
In directory hutz:/tmp/cvs-serv22414

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Revert half-finished example checkin

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css4-text/Overview.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.html	6 Jan 2012 22:37:37 -0000	1.2
+++ Overview.html	6 Jan 2012 22:53:12 -0000	1.3
@@ -34,8 +34,8 @@
    <dl>
     <dt>This version:
 
-    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/03
-     18:35:26 $ (CVS $Revision$)</a> <!--
+    <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2012/01/06
+     22:37:37 $ (CVS $Revision$)</a> <!--
       <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>
     -->
      
@@ -1534,37 +1534,6 @@
     line-breaking opportunities, as in Korean.
   </dl>
 
-  <div class=example>
-   <p class=issue>Add example here
-
-   <p>Here's a mixed-script sample text:
-
-   <p><q>这是一些汉字 and some Latin text و کمی نوشتنن
-    عربی and some Thai.</q></p>
-
-   <p>The break-points are determined as follows (indicated by &middot;):
-
-   <dl>
-    <dt>&lsquo;<code class=css>word-break: normal</code>&rsquo;
-
-    <dd>
-     <p><q>这&middot;是一些汉字 and some Latin text و کمی
-      نوشتنن عربی and some Thai.</q></p>
-
-    <dt>&lsquo;<code class=css>word-break: break-all</code>&rsquo;
-
-    <dd>
-     <p><q>这是一些汉字 and some Latin text و کمی نوشتنن
-      عربی and some Thai.</q></p>
-
-    <dt>&lsquo;<code class=css>word-break: keep-all</code>&rsquo;
-
-    <dd>
-     <p><q>这是一些汉字 and some Latin text و کمی نوشتنن
-      عربی and some Thai.</q></p>
-   </dl>
-  </div>
-
   <p>When shaping scripts such as Arabic are allowed to break within words
    due to &lsquo;<code class=css>break-all</code>&rsquo;, the characters must
    still be shaped as if the word were not broken.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css4-text/Overview.src.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Overview.src.html	6 Jan 2012 22:37:37 -0000	1.2
+++ Overview.src.html	6 Jan 2012 22:53:12 -0000	1.3
@@ -1010,32 +1010,6 @@
         characters still creates line-breaking opportunities, as in Korean.</dd>
     </dl>
 
-    <div class="example">
-      <p class="issue">Add example here
-      <p>Here's a mixed-script sample text:
-      <p><q>这是一些汉字 and some Latin text
-       و کمی نوشتنن عربی 
-      and some Thai.</q></p>
-      <p>The break-points are determined as follows (indicated by &middot;):
-      <dl>
-        <dt>''word-break: normal''</dt>
-        <dd>
-      <p><q>这&middot;是一些汉字 and some Latin text
-       و کمی نوشتنن عربی 
-      and some Thai.</q></p>
-        <dt>''word-break: break-all''</dt>
-        <dd>
-      <p><q>这是一些汉字 and some Latin text
-       و کمی نوشتنن عربی 
-      and some Thai.</q></p>
-        <dt>''word-break: keep-all''</dt>
-        <dd>
-      <p><q>这是一些汉字 and some Latin text
-       و کمی نوشتنن عربی 
-      and some Thai.</q></p>
-      </dl>
-    </div>
-
     <p>When shaping scripts such as Arabic are allowed to break within words
       due to ''break-all'', the characters must still be shaped as if the
       word were not broken.</p>

Received on Friday, 6 January 2012 22:53:21 UTC