- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 01:36:24 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional In directory hutz:/tmp/cvs-serv4891 Modified Files: Overview.html Overview.src.html Log Message: More id cleanup. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-conditional/Overview.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.html 7 Jun 2011 00:33:49 -0000 1.11 +++ Overview.html 7 Jun 2011 01:36:22 -0000 1.12 @@ -695,16 +695,17 @@ functions are permitted: <dl> - <dt><dfn id=lturlgt title="url()|URL matching + <dt><dfn id=url-exact title="url()|URL matching functions::exact"><url></dfn> <dd> - <p>The ‘<a href="#lturlgt"><code class=css>url()</code></a>’ - function is the <dfn id=exact-url-matching-function>exact url matching - function</dfn>. It evaluates to true whenever the URL of the document - being styled is exactly the URL given.</p> + <p>The ‘<a href="#url-exact"><code + class=css>url()</code></a>’ function is the <dfn + id=exact-url-matching-function>exact url matching function</dfn>. It + evaluates to true whenever the URL of the document being styled is + exactly the URL given.</p> - <p class=Note>The ‘<a href="#lturlgt"><code + <p class=Note>The ‘<a href="#url-exact"><code class=css>url()</code></a>’ function, since it is a core syntax element in CSS, is allowed (subject to different character limitations and thus escaping requirements) to contain an unquoted value (in @@ -722,11 +723,11 @@ <code>http://www.w3.org/Style/CSS/</code>, but not on any other pages.</p> </div> - <dt><dfn id=url-prefixltstringgt title="url-prefix()|URL matching + <dt><dfn id=url-prefix title="url-prefix()|URL matching functions::prefix">url-prefix(<string>)</dfn> <dd> - <p>The ‘<a href="#url-prefixltstringgt"><code + <p>The ‘<a href="#url-prefix"><code class=css>url-prefix()</code></a>’ function is the <dfn id=url-prefix-matching-function>url prefix matching function</dfn>. It evaluates to true whenever the URL of the document being styled has the @@ -748,21 +749,20 @@ <code>http://www.example.com/Style/CSS/</code>.</p> </div> - <dt><dfn id=domainltstringgt title="domain()|URL matching + <dt><dfn id=url-domain title="domain()|URL matching functions::domain">domain(<string>)</dfn> <dd> - <p>The ‘<a href="#domainltstringgt"><code + <p>The ‘<a href="#url-domain"><code class=css>domain()</code></a>’ function is the <dfn id=domain-matching-function>domain matching function</dfn>. It evaluates to true whenever the URL of the page has a host subcomponent (as defined in <a href="#URI" rel=biblioentry>[URI]<!--{{!URI}}--></a>) and that host subcomponent is exactly the argument to the ‘<a - href="#domainltstringgt"><code class=css>domain()</code></a>’ - function or a final substring of the host component is a period (U+002E) + href="#url-domain"><code class=css>domain()</code></a>’ function + or a final substring of the host component is a period (U+002E) immediately followed by the argument to the ‘<a - href="#domainltstringgt"><code class=css>domain()</code></a>’ - function.</p> + href="#url-domain"><code class=css>domain()</code></a>’ function.</p> <div class=example> <p>For example, this rule:</p> @@ -778,8 +778,8 @@ not affect the page <code>http://www.example.com/Style/CSS/</code>.</p> </div> - <dt><dfn id=regexpltstringgt 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> @@ -787,7 +787,7 @@ to do so is not a CSS syntax error and does not trigger any error handling for CSS syntax errors.</p> - <p>The ‘<a href="#regexpltstringgt"><code + <p>The ‘<a href="#url-regexp"><code class=css>regexp()</code></a>’ function evaluates to true whenever the string argument compiled as a JavaScript regular expression with the <code>global</code>, <code>ignoreCase</code> and <code>multiline</code> @@ -1138,7 +1138,7 @@ <li>‘<code class=css>@document</code>’ rule, <a href="#document-rule" title="'@document' rule"><strong>6.</strong></a> - <li>domain(), <a href="#domainltstringgt" + <li>domain(), <a href="#url-domain" title="domain()"><strong>6.</strong></a> <li>domain matching function, <a href="#domain-matching-function" @@ -1153,31 +1153,31 @@ <li>‘<code class=css>@media</code>’ rule, <a href="#media-rule" title="'@media' rule"><strong>4.</strong></a> - <li>regexp(), <a href="#regexpltstringgt" + <li>regexp(), <a href="#url-regexp" title="regexp()"><strong>6.</strong></a> <li>‘<code class=css>@supports</code>’ rule, <a href="#supports-rule" title="'@supports' rule"><strong>5.</strong></a> - <li>url(), <a href="#lturlgt" title="url()"><strong>6.</strong></a> + <li>url(), <a href="#url-exact" title="url()"><strong>6.</strong></a> <li>URL matching functions, <a href="#url-matching-functions" title="URL matching functions"><strong>6.</strong></a> <ul> - <li>domain, <a href="#domainltstringgt" title="URL matching functions, + <li>domain, <a href="#url-domain" title="URL matching functions, domain"><strong>6.</strong></a> - <li>exact, <a href="#lturlgt" title="URL matching functions, + <li>exact, <a href="#url-exact" title="URL matching functions, exact"><strong>6.</strong></a> - <li>prefix, <a href="#url-prefixltstringgt" title="URL matching - functions, prefix"><strong>6.</strong></a> + <li>prefix, <a href="#url-prefix" title="URL matching functions, + prefix"><strong>6.</strong></a> - <li>regular expression, <a href="#regexpltstringgt" title="URL matching + <li>regular expression, <a href="#url-regexp" title="URL matching functions, regular expression"><strong>6.</strong></a> </ul> - <li>url-prefix(), <a href="#url-prefixltstringgt" + <li>url-prefix(), <a href="#url-prefix" title="url-prefix()"><strong>6.</strong></a> <li>url prefix matching function, <a href="#url-prefix-matching-function" Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Overview.src.html 7 Jun 2011 00:33:49 -0000 1.11 +++ Overview.src.html 7 Jun 2011 01:36:22 -0000 1.12 @@ -504,7 +504,7 @@ permitted:</p> <dl> - <dt><dfn title="url()|URL matching functions::exact"><url></dfn></dt> + <dt><dfn id="url-exact" title="url()|URL matching functions::exact"><url></dfn></dt> <dd> <p>The 'url()' function is the <dfn>exact url matching @@ -528,7 +528,7 @@ </div> </dd> - <dt><dfn title="url-prefix()|URL matching functions::prefix">url-prefix(<string>)</dfn></dt> + <dt><dfn id="url-prefix" title="url-prefix()|URL matching functions::prefix">url-prefix(<string>)</dfn></dt> <dd> <p>The 'url-prefix()' function is the <dfn>url prefix @@ -550,7 +550,7 @@ </div> </dd> - <dt><dfn title="domain()|URL matching functions::domain">domain(<string>)</dfn></dt> + <dt><dfn id="url-domain" title="domain()|URL matching functions::domain">domain(<string>)</dfn></dt> <dd> <p>The 'domain()' function is the <dfn>domain @@ -574,7 +574,7 @@ </div> </dd> - <dt><dfn title="regexp()|URL matching functions::regular expression">regexp(<string>)</dfn></dt> + <dt><dfn id="url-regexp" title="regexp()|URL matching functions::regular expression">regexp(<string>)</dfn></dt> <dd> <p>The contents of the <string> argument <strong>must</strong>
Received on Tuesday, 7 June 2011 01:36:26 UTC