- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Sep 2011 20:26:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4 In directory hutz:/tmp/cvs-serv15345 Modified Files: Overview.html Overview.src.html Log Message: Switch subject indicator from $ to ? per <http://lists.w3.org/Archives/Public/www-style/2011Sep/0542.html>. For now. :p Index: Overview.html =================================================================== RCS file: /sources/public/csswg/selectors4/Overview.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Overview.html 30 Sep 2011 18:28:10 -0000 1.57 +++ Overview.html 30 Sep 2011 20:26:07 -0000 1.58 @@ -1130,7 +1130,7 @@ <td>4 <tr> - <td><code>$E > F</code> + <td><code>?E > F</code> <td>an E element parent of an F element @@ -1200,7 +1200,7 @@ compound selector. <p>The subject of the selector can be explicitly identified by prepending a - dollar sign ($) to one of the compound selectors in a selector. Although + question mark (?) to one of the compound selectors in a selector. Although the element structure that the selector represents is the same with or without the dollar sign, indicating the subject in this way can change which compound selector represents the subject in that structure. @@ -1214,7 +1214,7 @@ <p>However the following one represents an ordered list <code>OL</code> having a unique child, that child being a <code>LI</code>: - <pre>$OL > LI:only-child</pre> + <pre>?OL > LI:only-child</pre> <p>The structures represented by these two selectors are the same, but the subjects of the selectors are not. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/selectors4/Overview.src.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- Overview.src.html 30 Sep 2011 18:28:10 -0000 1.59 +++ Overview.src.html 30 Sep 2011 20:26:07 -0000 1.60 @@ -492,7 +492,7 @@ <td><a href="#idref-combinators">Reference combinator</a> <td>4 <tr> - <td><code>$E > F</code> + <td><code>?E > F</code> <td>an E element parent of an F element <td><a href="#subject">Determining the subject of a selector</a> + <a href="#child-combinators">Child combinator</a> @@ -561,7 +561,7 @@ compound selector.</p> <p>The subject of the selector can be explicitly identified by prepending - a dollar sign ($) to one of the compound selectors in a selector. + a question mark (?) to one of the compound selectors in a selector. Although the element structure that the selector represents is the same with or without the dollar sign, indicating the subject in this way can change which compound selector represents the subject in that structure. @@ -572,7 +572,7 @@ <pre>OL > LI:only-child</pre> <p>However the following one represents an ordered list <code>OL</code> having a unique child, that child being a <code>LI</code>: - <pre>$OL > LI:only-child</pre> + <pre>?OL > LI:only-child</pre> <p>The structures represented by these two selectors are the same, but the subjects of the selectors are not. </div>
Received on Friday, 30 September 2011 20:26:15 UTC