- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 15:48:55 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-2007 In directory hutz:/tmp/cvs-serv15021 Modified Files: Overview.html Overview.src.html Log Message: Add roadmap to list of previous versions. s/or/and/ per timeless Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css-2007/Overview.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Overview.html 4 May 2011 21:15:50 -0000 1.4 +++ Overview.html 9 May 2011 15:48:53 -0000 1.5 @@ -15,11 +15,11 @@ <h1>Cascading Style Sheets (CSS) Snapshot 2007</h1> - <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 4 May 2011</h2> + <h2 class="no-num no-toc" id=w3c-note-date>W3C Note 9 May 2011</h2> <dl> <dt>This version:</dt> - <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-beijing-20110504/">http://www.w3.org/TR/2011/CR-css-beijing-20110504/</a></dd> --> + <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-beijing-20110509/">http://www.w3.org/TR/2011/CR-css-beijing-20110509/</a></dd> --> <dd><a href="http://dev.w3.org/csswg/css-2007/">http://dev.w3.org/csswg/css-2007/</a> @@ -29,11 +29,14 @@ <dd><a href="http://www.w3.org/TR/css-beijing/">http://www.w3.org/TR/css-beijing/</a> - <dt>Previous version: + <dt>Previous versions: <dd><a href="http://www.w3.org/TR/2010/WD-css-beijing-20100727/">http://www.w3.org/TR/2010/WD-css-beijing-20100727/</a> + <dd><a + href="http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/">http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/</a> + <dt>Editor: <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a> @@ -350,7 +353,7 @@ href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed syntax</a> for proprietary property and value extensions to CSS. The CSS Working Group recommends that experimental implementations of features in - CSS Working Drafts also use vendor-prefixed property or value names. This + CSS Working Drafts also use vendor-prefixed property and value names. This avoids any incompatibilities with future changes in the draft. Once a specification reaches the Candidate Recommendation stage, implementors should implement the non-prefixed syntax for any feature they can Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css-2007/Overview.src.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Overview.src.html 4 May 2011 21:15:50 -0000 1.4 +++ Overview.src.html 9 May 2011 15:48:53 -0000 1.5 @@ -20,8 +20,9 @@ <dd><a href="http://dev.w3.org/csswg/css-2007/">http://dev.w3.org/csswg/css-2007/</a></dd> <dt>Latest version:</dt> <dd><a href="http://www.w3.org/TR/css-beijing/">http://www.w3.org/TR/css-beijing/</a></dd> - <dt>Previous version:</dt> + <dt>Previous versions:</dt> <dd><a href="http://www.w3.org/TR/2010/WD-css-beijing-20100727/">http://www.w3.org/TR/2010/WD-css-beijing-20100727/</a></dd> + <dd><a href="http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/">http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/</a></dd> <dt>Editor:</dt> <dd><a href="http://fantasai.inkedblade.net/contact">Elika J. Etemad</a></dd> </dl> @@ -244,7 +245,7 @@ reserves a <a href="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">prefixed syntax</a> for proprietary property and value extensions to CSS. The CSS Working Group recommends that experimental implementations of features in -CSS Working Drafts also use vendor-prefixed property or value names. This +CSS Working Drafts also use vendor-prefixed property and value names. This avoids any incompatibilities with future changes in the draft. Once a specification reaches the Candidate Recommendation stage, implementors should implement the non-prefixed syntax for any feature they can demonstrate
Received on Monday, 9 May 2011 15:48:57 UTC