- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Jun 2011 19:19:26 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv13256
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix ECMA-262 reference.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html 22 Jun 2011 16:57:19 -0000 1.22
+++ Overview.html 30 Jun 2011 19:19:23 -0000 1.23
@@ -17,13 +17,13 @@
<h1>CSS Conditional Rules Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 June 2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110622/">
- http://www.w3.org/TR/2011/ED-css3-conditional-20110622</a>
+ <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110630/">
+ http://www.w3.org/TR/2011/ED-css3-conditional-20110630</a>
<dt>Latest version:
@@ -896,20 +896,21 @@
<dd>
<p>The contents of the <string> argument <strong>must</strong>
- match the JavaScript <code>Pattern</code> production. However, failing
- to do so is not a CSS syntax error and does not trigger any error
- handling for CSS syntax errors.</p>
+ match the JavaScript <code>Pattern</code> production (<a
+ href="#ECMA-262-5.1"
+ rel=biblioentry>[ECMA-262-5.1]<!--{{!ECMA-262-5.1}}--></a>, section
+ 15.10.1). However, failing 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="#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>
- flags <em>disabled</em> (see <a href="#ECMA-262"
- rel=biblioentry>[ECMA-262]<!--{{!ECMA-262}}--></a> Edition 5, sections
- 15.10.7.2 through 15.10.7.4 <span class=issue>fix reference and cite 5.1
- when final</span>) compiles successfully and the resulting regular
- expression matches the entirety of the <a href="#url-of-doc">URL of the
- document being styled</a>.</p>
+ flags <em>disabled</em> (see <a href="#ECMA-262-5.1"
+ rel=biblioentry>[ECMA-262-5.1]<!--{{!ECMA-262-5.1}}--></a>, sections
+ 15.10.7.2 through 15.10.7.4) compiles successfully and the resulting
+ regular expression matches the entirety of the <a href="#url-of-doc">URL
+ of the document being styled</a>.</p>
<p class=note>Note that regular expression must match the entire URL, not
just a part of it.</p>
@@ -1177,11 +1178,12 @@
</dd>
<!---->
- <dt id=ECMA-262>[ECMA-262]
+ <dt id=ECMA-262-5.1>[ECMA-262-5.1]
<dd><a
href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"><cite>ECMAScript
- Language Specification, Third Edition.</cite></a> December 1999. URL: <a
+ Language Specification, Edition 5.1.</cite></a> June 2011. ISO/IEC
+ 16262:2011. URL: <a
href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">http://www.ecma-international.org/publications/standards/Ecma-262.htm</a>
</dd>
<!---->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.src.html 22 Jun 2011 16:57:19 -0000 1.22
+++ Overview.src.html 30 Jun 2011 19:19:24 -0000 1.23
@@ -671,7 +671,8 @@
<dd>
<p>The contents of the <string> argument <strong>must</strong>
- match the JavaScript <code>Pattern</code> production. However,
+ match the JavaScript <code>Pattern</code> production
+ ([[!ECMA-262-5.1]], section 15.10.1). However,
failing to do so is not a CSS syntax error and does not trigger any
error handling for CSS syntax errors.</p>
@@ -679,8 +680,7 @@
argument compiled as a JavaScript regular expression with the
<code>global</code>, <code>ignoreCase</code> and
<code>multiline</code> flags <em>disabled</em>
- (see [[!ECMA-262]] Edition 5, sections 15.10.7.2 through 15.10.7.4
- <span class="issue">fix reference and cite 5.1 when final</span>)
+ (see [[!ECMA-262-5.1]], sections 15.10.7.2 through 15.10.7.4)
compiles successfully and the resulting regular expression matches
the entirety of the
<a href="#url-of-doc">URL of the document being styled</a>.</p>
Received on Thursday, 30 June 2011 19:19:27 UTC