- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 01:59:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv19587
Modified Files:
Overview.html Overview.src.html default.css
Log Message:
Fix Conformance section wording
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Overview.html 9 Nov 2011 23:59:19 -0000 1.15
+++ Overview.html 13 Dec 2011 01:59:43 -0000 1.16
@@ -37,14 +37,14 @@
<h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
class=replaceme>N</var></h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
2011</h2>
<dl>
<dt>This version:
<dd><a class=replaceme
- href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/</a>
+ href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111213/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111213/</a>
<dt>Latest version:
@@ -445,10 +445,9 @@
</dl>
<p>A style sheet is conformant to <var class=replaceme>CSS TEMPLATE
- Module</var> if all of its declarations that use properties defined in
- this module have values that are valid according to the generic CSS
- grammar and the individual grammars of each property as given in this
- module.
+ Module</var> if all of its statements that use syntax defined in this
+ module are valid according to the generic CSS grammar and the individual
+ grammars of each feature defined in this module.
<p>A renderer is conformant to <var class=replaceme>CSS TEMPLATE
Module</var> if, in addition to interpreting the style sheet as defined by
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.src.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.src.html 30 Oct 2011 20:08:43 -0000 1.17
+++ Overview.src.html 13 Dec 2011 01:59:43 -0000 1.18
@@ -285,9 +285,9 @@
</dl>
<p>A style sheet is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
- if all of its declarations that use properties defined in this module
- have values that are valid according to the generic CSS grammar and the
- individual grammars of each property as given in this module.
+ if all of its statements that use syntax defined in this module are valid
+ according to the generic CSS grammar and the individual grammars of each
+ feature defined in this module.
<p>A renderer is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
if, in addition to interpreting the style sheet as defined by the
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- default.css 13 Dec 2011 00:56:30 -0000 1.23
+++ default.css 13 Dec 2011 01:59:43 -0000 1.24
@@ -185,7 +185,7 @@
div.example:before { color: #B9AB2D; }
/* ToC not indented, but font style shows hierarchy */
-ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; text-transform: uppercase; }
+ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; xtext-transform: uppercase; }
ul.toc ul {margin: 0; padding: 0; font-weight: normal; text-transform: none; }
ul.toc ul ul {margin: 0 0 0 2em; font-style: italic; }
ul.toc ul ul ul {margin: 0}
Received on Tuesday, 13 December 2011 01:59:50 UTC