|
17 | 17 |
|
18 | 18 | <h1>CSS Conditional Rules Module Level 3</h1> |
19 | 19 |
|
20 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2011</h2> |
| 20 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2> |
21 | 21 |
|
22 | 22 | <dl> |
23 | 23 | <dt>This version: |
24 | 24 |
|
25 | | - <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110622/"> |
26 | | - http://www.w3.org/TR/2011/ED-css3-conditional-20110622</a> |
| 25 | + <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110630/"> |
| 26 | + http://www.w3.org/TR/2011/ED-css3-conditional-20110630</a> |
27 | 27 |
|
28 | 28 | <dt>Latest version: |
29 | 29 |
|
@@ -896,20 +896,21 @@ <h2 id=at-document><span class=secno>7. </span>Document queries: the |
896 | 896 |
|
897 | 897 | <dd> |
898 | 898 | <p>The contents of the <string> argument <strong>must</strong> |
899 | | - match the JavaScript <code>Pattern</code> production. However, failing |
900 | | - to do so is not a CSS syntax error and does not trigger any error |
901 | | - handling for CSS syntax errors.</p> |
| 899 | + match the JavaScript <code>Pattern</code> production (<a |
| 900 | + href="#ECMA-262-5.1" |
| 901 | + rel=biblioentry>[ECMA-262-5.1]<!--{{!ECMA-262-5.1}}--></a>, section |
| 902 | + 15.10.1). However, failing to do so is not a CSS syntax error and does |
| 903 | + not trigger any error handling for CSS syntax errors.</p> |
902 | 904 |
|
903 | 905 | <p>The ‘<a href="#url-regexp"><code |
904 | 906 | class=css>regexp()</code></a>’ function evaluates to true whenever |
905 | 907 | the string argument compiled as a JavaScript regular expression with the |
906 | 908 | <code>global</code>, <code>ignoreCase</code> and <code>multiline</code> |
907 | | - flags <em>disabled</em> (see <a href="#ECMA-262" |
908 | | - rel=biblioentry>[ECMA-262]<!--{{!ECMA-262}}--></a> Edition 5, sections |
909 | | - 15.10.7.2 through 15.10.7.4 <span class=issue>fix reference and cite 5.1 |
910 | | - when final</span>) compiles successfully and the resulting regular |
911 | | - expression matches the entirety of the <a href="#url-of-doc">URL of the |
912 | | - document being styled</a>.</p> |
| 909 | + flags <em>disabled</em> (see <a href="#ECMA-262-5.1" |
| 910 | + rel=biblioentry>[ECMA-262-5.1]<!--{{!ECMA-262-5.1}}--></a>, sections |
| 911 | + 15.10.7.2 through 15.10.7.4) compiles successfully and the resulting |
| 912 | + regular expression matches the entirety of the <a href="#url-of-doc">URL |
| 913 | + of the document being styled</a>.</p> |
913 | 914 |
|
914 | 915 | <p class=note>Note that regular expression must match the entire URL, not |
915 | 916 | just a part of it.</p> |
@@ -1177,11 +1178,12 @@ <h3 class=no-num id=normative-references>Normative references</h3> |
1177 | 1178 | </dd> |
1178 | 1179 | <!----> |
1179 | 1180 |
|
1180 | | - <dt id=ECMA-262>[ECMA-262] |
| 1181 | + <dt id=ECMA-262-5.1>[ECMA-262-5.1] |
1181 | 1182 |
|
1182 | 1183 | <dd><a |
1183 | 1184 | href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"><cite>ECMAScript |
1184 | | - Language Specification, Third Edition.</cite></a> December 1999. URL: <a |
| 1185 | + Language Specification, Edition 5.1.</cite></a> June 2011. ISO/IEC |
| 1186 | + 16262:2011. URL: <a |
1185 | 1187 | href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">http://www.ecma-international.org/publications/standards/Ecma-262.htm</a> |
1186 | 1188 | </dd> |
1187 | 1189 | <!----> |
|
0 commit comments