csswg/css3-conditional Overview.html,1.8,1.9 Overview.src.html,1.8,1.9

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Better quoting for code styles.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	6 Jun 2011 17:49:08 -0000	1.8
+++ Overview.html	6 Jun 2011 17:51:14 -0000	1.9
@@ -558,12 +558,12 @@
 
    <dt>supports_conjunction
 
-   <dd> true if all of the (non-&lsquo;<code
-    class=property>and</code>&rsquo;) child terms are true, otherwise false
+   <dd> true if all of the (non-&lsquo;<code class=css>and</code>&rsquo;)
+    child terms are true, otherwise false
 
    <dt>supports_disjunction
 
-   <dd> true if any of the (non-&lsquo;<code class=property>or</code>&rsquo;)
+   <dd> true if any of the (non-&lsquo;<code class=css>or</code>&rsquo;)
     child terms are true, otherwise false
 
    <dt>supports_condition_in_parens

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.src.html	6 Jun 2011 17:49:08 -0000	1.8
+++ Overview.src.html	6 Jun 2011 17:51:14 -0000	1.9
@@ -387,17 +387,17 @@
 
 <dt>supports_conjunction</dt>
 <dd>
-  true if all of the (non-'and') child terms are true, otherwise false
+  true if all of the (non-''and'') child terms are true, otherwise false
 </dd>
 
 <dt>supports_disjunction</dt>
 <dd>
-  true if any of the (non-'or') child terms are true, otherwise false
+  true if any of the (non-''or'') child terms are true, otherwise false
 </dd>
 
 <dt>supports_condition_in_parens</dt>
 <dd>
-  evaluate the single (non-'(' and non-')') child term
+  evaluate the single (non-''('' and non-'')'') child term
 </dd>
 
 <dt>supports_declaration_condition</dt>

Received on Monday, 6 June 2011 17:51:18 UTC