csswg/css3-ui Overview.html,1.26,1.27 Overview.src.html,1.27,1.28

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
explicitly note text-overflow string and 2-value functionality are at-risk.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html	8 Jul 2011 02:39:36 -0000	1.26
+++ Overview.html	8 Jul 2011 15:46:23 -0000	1.27
@@ -348,6 +348,14 @@
 
    <li>&lsquo;<a href="#ime-mode"><code
     class=property>ime-mode</code></a>&rsquo; property
+
+   <li>&lsquo;<a href="#text-overflow0"><code
+    class=property>text-overflow</code></a>&rsquo; property value:
+    &lt;string&gt;
+
+   <li>&lsquo;<a href="#text-overflow0"><code
+    class=property>text-overflow</code></a>&rsquo; property 2-value syntax
+    and definition.
   </ul>
 
   <h2 class="no-num no-toc" id=summary>Overview</h2>
@@ -374,7 +382,8 @@
    <li>Cascading Style Sheets, level 2, revision 1 <a href="#CSS21"
     rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
 
-   <li>User Interface for CSS3 (16 February 2000) [[CSSUI]]
+   <li><a href="http://www.w3.org/TR/2000/WD-css3-userint-20000216">User
+    Interface for CSS3 (16 February 2000)</a> [[CSSUI]]
   </ul>
 
   <p>This specification contains:
@@ -2982,6 +2991,9 @@
     given string is treated as an independent paragraph for bidi purposes.
   </dl>
 
+  <p class=note> Note: The &lt;string&gt; value, and the 2-value syntax
+   "{1,2}" and functionality are all at risk.
+
   <p> The term "character" is used in this property definition for better
    readability and means "grapheme cluster" <a href="#UAX29"
    rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> for implementation purposes.
@@ -3525,7 +3537,7 @@
    href="http://wiki.csswg.org/spec/css3-ui#issue-11">11</a>.
 
   <p>Values have the following meanings (values defined as "SVG only" behave
-   as &lsquo;<code class=css><span class=value>auto</span> </code>&rsquo; in
+   as &lsquo;<code class=css><span class=value>auto</span></code>&rsquo; in
    other XHTML and HTML content).
 
   <dl>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.src.html	8 Jul 2011 02:39:36 -0000	1.27
+++ Overview.src.html	8 Jul 2011 15:46:23 -0000	1.28
@@ -256,6 +256,8 @@
  <li>'content' property value: icon</li>
  <li>'icon' property</li>
  <li>'ime-mode' property</li>
+ <li>'text-overflow' property value: &lt;string&gt;</li>
+ <li>'text-overflow' property 2-value syntax and definition.</li>
 </ul>
 
 
@@ -279,7 +281,7 @@
 </p>
 <ul>
  <li>Cascading Style Sheets, level 2, revision 1 [[!CSS21]]</li>
- <li>User Interface for CSS3 (16 February 2000) [[CSSUI]]</li>
+ <li><a href="http://www.w3.org/TR/2000/WD-css3-userint-20000216">User Interface for CSS3 (16 February 2000)</a> [[CSSUI]]</li>
 </ul>
 
 <p>This specification contains:
@@ -1608,6 +1610,10 @@
 </dd>
 </dl>
 
+<p class="note">
+Note: The &lt;string&gt; value, and the 2-value syntax "{1,2}" and functionality are all at risk.
+</p>
+
 <p>
 The term "character" is used in this property definition for better readability and means "grapheme cluster" [[!UAX29]] for implementation purposes.
 </p>
@@ -2018,7 +2024,7 @@
  <a href="http://wiki.csswg.org/spec/css3-ui#issue-11">11</a>.
 </p>
 
-<p>Values have the following meanings (values defined as "SVG only" behave as '<span class="value">auto</span> ' in other XHTML and HTML content).</p>
+<p>Values have the following meanings (values defined as "SVG only" behave as '<span class="value">auto</span>' in other XHTML and HTML content).</p>
 
 <dl>
 <dt>auto</dt>

Received on Friday, 8 July 2011 15:46:33 UTC