- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Jan 2012 20:41:27 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors3 In directory hutz:/tmp/cvs-serv30392/selectors3 Modified Files: Overview.html Overview.src.html Removed Files: default.css Log Message: Regenerate to update references, style sheet Index: Overview.html =================================================================== RCS file: /sources/public/csswg/selectors3/Overview.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- Overview.html 10 Aug 2011 19:26:02 -0000 1.79 +++ Overview.html 3 Jan 2012 20:41:25 -0000 1.80 @@ -4,7 +4,7 @@ <html lang=en> <head> <title>Selectors Level 3</title> - <link href=default.css rel=stylesheet type="text/css"> + <link href="../default.css" rel=stylesheet type="text/css"> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css"> @@ -15,13 +15,13 @@ <h1 id=title>Selectors Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2012</h2> <dl> <dt>This version: - <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110810/"> - http://www.w3.org/TR/2011/REC-selectors3-20110810</a> --> + <dd> <!-- <a href="http://www.w3.org/TR/2012/ED-selectors3-20120103/"> + http://www.w3.org/TR/2012/REC-selectors3-20120103</a> --> <a href="http://dev.w3.org/csswg/selectors3"> http://dev.w3.org/csswg/selectors3</a> @@ -61,14 +61,14 @@ <!--begin-copyright--> <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" - rel=license>Copyright</a> © 2011 <a - href="http://www.w3.org/"><acronym title="World Wide Web - Consortium">W3C</acronym></a><sup>®</sup> (<a - href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute - of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym - title="European Research Consortium for Informatics and - Mathematics">ERCIM</acronym></a>, <a - href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a + rel=license>Copyright</a> © 2012 <a + href="http://www.w3.org/"><acronym + title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a + href="http://www.csail.mit.edu/"><acronym + title="Massachusetts Institute of Technology">MIT</acronym></a>, <a + href="http://www.ercim.eu/"><acronym + title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> @@ -95,8 +95,8 @@ <p>This document describes the selectors that already exist in <abbr title="CSS level 1">CSS1</abbr> <a href="#CSS1" - rel=biblioentry>[CSS1]<!--{{CSS1}}--></a> and <abbr title="CSS level - 2">CSS2</abbr> <a href="#CSS21" + rel=biblioentry>[CSS1]<!--{{CSS1}}--></a> and <abbr + title="CSS level 2">CSS2</abbr> <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, and further introduces new selectors for <abbr title="CSS level 3">CSS3</abbr> and other languages that may need them. @@ -110,10 +110,10 @@ <p>These expressions can also be used, for instance, to select a set of elements, or a single element from a set of elements, by evaluating the - expression across all the elements in a subtree. <acronym title="Simple - Tree Transformation Sheets">STTS</acronym> (Simple Tree Transformation - Sheets), a language for transforming XML trees, uses this mechanism. <a - href="#STTS3" rel=biblioentry>[STTS3]<!--{{STTS3}}--></a> + expression across all the elements in a subtree. <acronym + title="Simple Tree Transformation Sheets">STTS</acronym> (Simple Tree + Transformation Sheets), a language for transforming XML trees, uses this + mechanism. <a href="#STTS3" rel=biblioentry>[STTS3]<!--{{STTS3}}--></a> <h2 class="no-num no-toc" id=status>Status of this document</h2> <!--begin-status--> @@ -1123,9 +1123,9 @@ <p class=note><strong>Note:</strong> it is recommended that the <code>*</code> not be omitted, because it decreases the potential confusion between, for example, <code style="white-space: nowrap">div - :first-child</code> and <code style="white-space: - nowrap">div:first-child</code>. Here, <code style="white-space: - nowrap">div *:first-child</code> is more readable. + :first-child</code> and <code + style="white-space: nowrap">div:first-child</code>. Here, <code + style="white-space: nowrap">div *:first-child</code> is more readable. <h4 id=univnmsp><span class=secno>6.2.1. </span>Universal selector and namespaces</h4> @@ -2515,8 +2515,9 @@ <P>Some text that ends up on two lines</P></pre> <p>Assuming that a line break will occur before the word "ends", the <span - class=index-inst id=fictional-tag-sequence title="fictional tag - sequence">fictional tag sequence</span> for this fragment might be:</p> + class=index-inst id=fictional-tag-sequence + title="fictional tag sequence">fictional tag sequence</span> for this + fragment might be:</p> <pre><P> <P::first-line> @@ -2666,12 +2667,13 @@ <p>This example might be formatted as follows:</p> <div class=figure> - <p><img alt="Image illustrating the combined effect of the ::first-letter - and ::first-line pseudo-elements" src=first-letter.gif></p> + <p><img + alt="Image illustrating the combined effect of the ::first-letter and ::first-line pseudo-elements" + src=first-letter.gif></p> </div> - <p>The <span class=index-inst id=fictional-tag-sequence0 title="fictional - tag sequence">fictional tag sequence</span> is:</p> + <p>The <span class=index-inst id=fictional-tag-sequence0 + title="fictional tag sequence">fictional tag sequence</span> is:</p> <pre> <P> @@ -3303,10 +3305,10 @@ <dt id=CSS3NAMESPACE>[CSS3NAMESPACE] <dd>Elika J. Etemad; Anne van Kesteren. <a - href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/"><cite>CSS - Namespaces Module.</cite></a> 23 May 2008. W3C Candidate Recommendation. - (Work in progress.) URL: <a - href="http://www.w3.org/TR/2008/CR-css3-namespace-20080523/">http://www.w3.org/TR/2008/CR-css3-namespace-20080523/</a> + href="http://www.w3.org/TR/2011/REC-css3-namespace-20110929/"><cite>CSS + Namespaces Module.</cite></a> 29 September 2011. W3C Recommendation. URL: + <a + href="http://www.w3.org/TR/2011/REC-css3-namespace-20110929/">http://www.w3.org/TR/2011/REC-css3-namespace-20110929/</a> </dd> <!----> @@ -3319,11 +3321,11 @@ <dt id=UNICODE>[UNICODE] <dd>The Unicode Consortium. <a - href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html"><cite>The + href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The Unicode Standard.</cite></a> 2003. Defined by: The Unicode Standard, Version 4.0 (Boston, MA, Addison-Wesley, ISBN 0-321-18578-1), as updated from time to time by the publication of new versions URL: <a - href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html">http://www.unicode.org/unicode/standard/versions/enumeratedversions.html</a> + href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a> </dd> <!----> @@ -3405,10 +3407,10 @@ <dt id=SVG11>[SVG11] <dd>Erik Dahlström; et al. <a - href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector - Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed - Recommendation. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a> + href="http://www.w3.org/TR/2011/REC-SVG11-20110816/"><cite>Scalable + Vector Graphics (SVG) 1.1 (Second Edition).</cite></a> 16 August 2011. + W3C Recommendation. URL: <a + href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a> </dd> <!----> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/selectors3/Overview.src.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Overview.src.html 10 Aug 2011 19:26:02 -0000 1.12 +++ Overview.src.html 3 Jan 2012 20:41:25 -0000 1.13 @@ -2,7 +2,7 @@ <html lang="en"> <head> <title>Selectors Level 3</title> - <link href="default.css" type="text/css" rel="stylesheet"> + <link href="../default.css" type="text/css" rel="stylesheet"> <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css" rel="stylesheet"> </head> <body> --- default.css DELETED ---
Received on Tuesday, 3 January 2012 20:41:30 UTC