csswg/css3-ui Overview.html,1.29,1.30 Overview.src.html,1.30,1.31

Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv20735

Modified Files:
	Overview.html Overview.src.html 
Log Message:
text-overflow single value can only apply to end line edge per compat and interop.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Overview.html	27 Sep 2011 16:22:23 -0000	1.29
+++ Overview.html	29 Sep 2011 08:32:08 -0000	1.30
@@ -55,12 +55,12 @@
    src="http://www.w3.org/Icons/w3c_home" width=72> </a>
    <h1>CSS Basic User Interface Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 September
     2011</h2>
 
    <dl>
     <dt>This version:</dt>
-    <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110927">http://www.w3.org/TR/2011/ED-css3-ui-20110927</a></dd> -->
+    <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110929">http://www.w3.org/TR/2011/ED-css3-ui-20110929</a></dd> -->
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -3001,9 +3001,9 @@
    readability and means "grapheme cluster" <a href="#UAX29"
    rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> for implementation purposes.
 
-  <p> If there is one value, it applies to both the left and right line
-   edges. If there are two values, the first value applies to the left edge,
-   and the second value applies to the right edge.
+  <p> If there is one value, it applies only to the end line edge. If there
+   are two values, the first value applies to the left edge, and the second
+   value applies to the right edge.
 
   <p> For the ellipsis and string values, implementations must hide
    characters and <a
@@ -4056,19 +4056,19 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
     Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
     2011. W3C Recommendation. URL: <a
-    href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
     </dd>
    <!---->
 
    <dt id=CSS3COLOR>[CSS3COLOR]
 
    <dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
-    href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
+    href="http://www.w3.org/TR/2011/REC-css3-color-20110607/"><cite>CSS Color
     Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
-    href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
+    href="http://www.w3.org/TR/2011/REC-css3-color-20110607/">http://www.w3.org/TR/2011/REC-css3-color-20110607/</a>
     </dd>
    <!---->
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview.src.html	27 Sep 2011 16:22:26 -0000	1.30
+++ Overview.src.html	29 Sep 2011 08:32:08 -0000	1.31
@@ -1621,7 +1621,7 @@
 
 <p>
 If there is one value, 
-it applies to both the left and right line edges. 
+it applies only to the end line edge. 
 If there are two values,
 the first value applies to the left edge, 
 and the second value applies to the right edge.

Received on Thursday, 29 September 2011 08:32:16 UTC