- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Jun 2011 17:51:16 +0000
- To: public-css-commits@w3.org
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-‘<code - class=property>and</code>’) child terms are true, otherwise false + <dd> true if all of the (non-‘<code class=css>and</code>’) + child terms are true, otherwise false <dt>supports_disjunction - <dd> true if any of the (non-‘<code class=property>or</code>’) + <dd> true if any of the (non-‘<code class=css>or</code>’) 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