- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 01:24:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional In directory hutz:/tmp/cvs-serv19255 Modified Files: Overview.html Overview.src.html Log Message: Reserve CSSRule constants. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-conditional/Overview.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Overview.html 16 Sep 2011 14:52:00 -0000 1.39 +++ Overview.html 12 Oct 2011 01:24:09 -0000 1.40 @@ -2,8 +2,8 @@ "http://www.w3.org/TR/html4/strict.dtd"> <html lang=en> - <head profile="http://www.w3.org/2006/03/hcard"><meta content="text/html; - charset=utf-8" http-equiv=Content-Type> + <head profile="http://www.w3.org/2006/03/hcard"><meta + content="text/html; charset=utf-8" http-equiv=Content-Type> <title>CSS Conditional Rules Module Level 3</title> <link href="../default.css" rel=stylesheet type="text/css"> @@ -17,14 +17,14 @@ <h1>CSS Conditional Rules Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 September + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 October 2011</h2> <dl> <dt>This version: - <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110916/"> - http://www.w3.org/TR/2011/ED-css3-conditional-20110916/</a> + <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20111012/"> + http://www.w3.org/TR/2011/ED-css3-conditional-20111012/</a> <dt>Latest version: @@ -53,13 +53,13 @@ <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 + 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> @@ -828,8 +828,8 @@ functions are permitted: <dl> - <dt><dfn id=url-exact title="url()|URL matching - functions::exact"><url></dfn> + <dt><dfn id=url-exact + title="url()|URL matching functions::exact"><url></dfn> <dd> <p>The ‘<a href="#url-exact"><code @@ -856,8 +856,8 @@ <code>http://www.w3.org/Style/CSS/</code>, but not on any other pages.</p> </div> - <dt><dfn id=url-prefix title="url-prefix()|URL matching - functions::prefix">url-prefix(<string>)</dfn> + <dt><dfn id=url-prefix + title="url-prefix()|URL matching functions::prefix">url-prefix(<string>)</dfn> <dd> <p>The ‘<a href="#url-prefix"><code @@ -882,8 +882,8 @@ <code>http://www.example.com/Style/CSS/</code>.</p> </div> - <dt><dfn id=url-domain title="domain()|URL matching - functions::domain">domain(<string>)</dfn> + <dt><dfn id=url-domain + title="domain()|URL matching functions::domain">domain(<string>)</dfn> <dd> <p>The ‘<a href="#url-domain"><code @@ -912,8 +912,8 @@ not affect the page <code>http://www.example.com/Style/CSS/</code>.</p> </div> - <dt><dfn id=url-regexp title="regexp()|URL matching functions::regular - expression">regexp(<string>)</dfn> + <dt><dfn id=url-regexp + title="regexp()|URL matching functions::regular expression">regexp(<string>)</dfn> <dd> <p>The contents of the <string> argument <strong>must</strong> @@ -985,7 +985,9 @@ <h2 id=apis><span class=secno>8. </span>APIs</h2> <p class=issue>This specification needs to define the CSSOM interfaces for - the new rule types. + the new rule types. I've reserved new CSSRule constants on <a + href="http://wiki.csswg.org/spec/cssom-constants">the wiki</a>: + SUPPORTS_RULE as 12 and DOCUMENT_RULE as 13. <p class=issue>Should this specification also define APIs for querying @supports, like <code>matchMedium</code> allows querying of media? @@ -1046,8 +1048,8 @@ that interprets the semantics of a style sheet and renders documents that use style sheets, or it may be a validator that checks style sheets. - <dt><dfn id=conform-authoring-tool title="conformance::authoring - tool">authoring tool</dfn> + <dt><dfn id=conform-authoring-tool + title="conformance::authoring tool">authoring tool</dfn> <dd>A tool that writes a style sheet. </dl> @@ -1181,10 +1183,10 @@ <dt id=CSS21>[CSS21] <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June 2011. W3C Recommendation. URL: <a - href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a> </dd> <!----> @@ -1310,11 +1312,11 @@ <li>authoring tool, <a href="#conform-authoring-tool" title="conformance, authoring tool"><strong>9.2.</strong></a> - <li>processor, <a href="#conform-processor" title="conformance, - processor"><strong>9.2.</strong></a> + <li>processor, <a href="#conform-processor" + title="conformance, processor"><strong>9.2.</strong></a> - <li>style sheet, <a href="#conform-style-sheet" title="conformance, - style sheet"><strong>9.2.</strong></a> + <li>style sheet, <a href="#conform-style-sheet" + title="conformance, style sheet"><strong>9.2.</strong></a> </ul> <li>‘<code class=css>@document</code>’ rule, <a @@ -1329,8 +1331,8 @@ <li>exact url matching function, <a href="#exact-url-matching-function" title="exact url matching function"><strong>7.</strong></a> - <li>group rule body, <a href="#group-rule-body" title="group rule - body"><strong>3.</strong></a> + <li>group rule body, <a href="#group-rule-body" + title="group rule body"><strong>3.</strong></a> <li>‘<code class=css>@media</code>’ rule, <a href="#media-rule" title="'@media' rule"><strong>5.</strong></a> @@ -1346,25 +1348,26 @@ <li>url(), <a href="#url-exact" title="url()"><strong>7.</strong></a> - <li>URL matching functions, <a href="#url-matching-functions" title="URL - matching functions"><strong>7.</strong></a> + <li>URL matching functions, <a href="#url-matching-functions" + title="URL matching functions"><strong>7.</strong></a> <ul> - <li>domain, <a href="#url-domain" title="URL matching functions, - domain"><strong>7.</strong></a> + <li>domain, <a href="#url-domain" + title="URL matching functions, domain"><strong>7.</strong></a> - <li>exact, <a href="#url-exact" title="URL matching functions, - exact"><strong>7.</strong></a> + <li>exact, <a href="#url-exact" + title="URL matching functions, exact"><strong>7.</strong></a> - <li>prefix, <a href="#url-prefix" title="URL matching functions, - prefix"><strong>7.</strong></a> + <li>prefix, <a href="#url-prefix" + title="URL matching functions, prefix"><strong>7.</strong></a> - <li>regular expression, <a href="#url-regexp" title="URL matching - functions, regular expression"><strong>7.</strong></a> + <li>regular expression, <a href="#url-regexp" + title="URL matching functions, regular expression"><strong>7.</strong></a> + </ul> <li>URL of the document being styled, <a - href="#url-of-the-document-being-styled" title="URL of the document being - styled"><strong>7.</strong></a> + href="#url-of-the-document-being-styled" + title="URL of the document being styled"><strong>7.</strong></a> <li>url-prefix(), <a href="#url-prefix" title="url-prefix()"><strong>7.</strong></a> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- Overview.src.html 16 Sep 2011 14:52:00 -0000 1.39 +++ Overview.src.html 12 Oct 2011 01:24:10 -0000 1.40 @@ -749,7 +749,9 @@ <h2 id="apis">APIs</h2> <p class="issue">This specification needs to define the CSSOM interfaces -for the new rule types.</p> +for the new rule types. I've reserved new CSSRule constants on <a +href="http://wiki.csswg.org/spec/cssom-constants">the wiki</a>: +SUPPORTS_RULE as 12 and DOCUMENT_RULE as 13.</p> <p class="issue">Should this specification also define APIs for querying @supports, like <code>matchMedium</code> allows querying of media?</p>
Received on Wednesday, 12 October 2011 01:24:15 UTC