csswg/css3-conditional Overview.html,1.42,1.43 Overview.src.html,1.42,1.43

Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv22082

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix 'must not'.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.html	31 Oct 2011 03:56:37 -0000	1.42
+++ Overview.html	24 Nov 2011 17:38:56 -0000	1.43
@@ -17,14 +17,14 @@
 
    <h1>CSS Conditional Rules Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111031/">
-     http://www.w3.org/TR/2011/ED-css3-conditional-20111031/</a>
+    <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111124/">
+     http://www.w3.org/TR/2011/ED-css3-conditional-20111124/</a>
 
     <dt>Latest version:
 
@@ -357,7 +357,7 @@
    to true or false. When the condition is true, CSS processors
    <strong>must</strong> apply the rules inside the group rule as though they
    were at the group rule's location; when the condition is false, CSS
-   processors <strong>must</strong> not apply any of rules inside the group
+   processors <strong>must not</strong> apply any of rules inside the group
    rule. The current state of the condition does not affect the CSS object
    model, in which the contents of the group rule always remain within the
    group rule.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- Overview.src.html	31 Oct 2011 03:56:37 -0000	1.42
+++ Overview.src.html	24 Nov 2011 17:38:56 -0000	1.43
@@ -201,7 +201,7 @@
 evaluates to true or false.  When the condition is true, CSS processors
 <strong>must</strong> apply the rules inside the group rule as though
 they were at the group rule's location; when the condition is false, CSS
-processors <strong>must</strong> not apply any of rules inside the group
+processors <strong>must not</strong> apply any of rules inside the group
 rule.  The current state of the condition does not affect the CSS object
 model, in which the contents of the group rule always remain within the
 group rule.</p>

Received on Thursday, 24 November 2011 17:39:03 UTC