- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 22:47:40 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv18110
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix remaining validation error (duplicate ID CSS21) by marking CSS21 as normative in the one place where it wasn't.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html 3 Aug 2011 22:28:00 -0000 1.10
+++ Overview.html 3 Aug 2011 22:47:38 -0000 1.11
@@ -101,7 +101,7 @@
contains the features of CSS level 3 relating to <var
class=replaceme>DESCRIBE HERE</var>. It includes and extends the
functionality of CSS level 2 <a href="#CSS21"
- rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>, which builds on CSS
+ rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, which builds on CSS
level 1 <a href="#CSS1" rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>.
The main extensions compared to level 2 are <var
class=replaceme>SUMMARIZE HERE</var>.
@@ -619,16 +619,6 @@
</dd>
<!---->
- <dt id=CSS21>[CSS21]
-
- <dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
- Sheets Level 2 Revision 1 (CSS 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>
- </dd>
- <!---->
-
<dt id=CSS3COLOR>[CSS3COLOR]
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.src.html 3 Aug 2011 22:28:00 -0000 1.12
+++ Overview.src.html 3 Aug 2011 22:47:38 -0000 1.13
@@ -66,7 +66,7 @@
<p>CSS is a language for describing the rendering of structured documents
(such as HTML and XML) on screen, on paper, in speech, etc. This module
contains the features of CSS level 3 relating to <var class="replaceme">DESCRIBE HERE</var>.
- It includes and extends the functionality of CSS level 2 [[CSS21]],
+ It includes and extends the functionality of CSS level 2 [[!CSS21]],
which builds on CSS level 1 [[CSS1]].
The main extensions compared to level 2 are <var class="replaceme">SUMMARIZE HERE</var>.
Received on Wednesday, 3 August 2011 22:47:41 UTC