- From: Tantek Celik via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Jul 2011 23:17:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-ui
In directory hutz:/tmp/cvs-serv302
Modified Files:
Overview.html Overview.src.html
Log Message:
::value ::choices ::repeat-item ::repeat-index pseudo-elements are at-risk due to no known browser implementations.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html 8 Jul 2011 15:46:23 -0000 1.27
+++ Overview.html 13 Jul 2011 23:17:40 -0000 1.28
@@ -55,11 +55,11 @@
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 8 July 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 July 2011</h2>
<dl>
<dt>This version:</dt>
- <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110708">http://www.w3.org/TR/2011/ED-css3-ui-20110708</a></dd> -->
+ <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110713">http://www.w3.org/TR/2011/ED-css3-ui-20110713</a></dd> -->
<dd><a
href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -327,6 +327,8 @@
</li>
-->
+ <li>::value ::choices ::repeat-item ::repeat-index pseudo-elements
+
<li>‘<a href="#appearance0"><code
class=property>appearance</code></a>’ property and values
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-ui/Overview.src.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.src.html 8 Jul 2011 15:46:23 -0000 1.28
+++ Overview.src.html 13 Jul 2011 23:17:40 -0000 1.29
@@ -249,6 +249,7 @@
implemented by Firefox 4 and Safari
</li>
-->
+ <li>::value ::choices ::repeat-item ::repeat-index pseudo-elements</li>
<li>'appearance' property and values</li>
<li>'font' property values: window | document | workspace | desktop | tooltip | dialog | button | push-button | hyperlink | radio-button | checkbox | menu-item | tab | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password
</li>
Received on Wednesday, 13 July 2011 23:17:43 UTC