- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Jun 2011 23:31:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-conditional
In directory hutz:/tmp/cvs-serv22981
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix wording of Note, and pick up updated references.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.html 7 Jun 2011 15:55:54 -0000 1.13
+++ Overview.html 13 Jun 2011 23:31:09 -0000 1.14
@@ -17,13 +17,13 @@
<h1>CSS Conditional Rules Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 June 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 June 2011</h2>
<dl>
<dt>This version:
- <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110607/">
- http://www.w3.org/TR/2011/ED-css3-conditional-20110607</a>
+ <dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110613/">
+ http://www.w3.org/TR/2011/ED-css3-conditional-20110613</a>
<dt>Latest version:
@@ -800,8 +800,8 @@
<p class=note>Note that regular expression must match the entire URL, not
just a part of it.</p>
- <p class=note>This definition intentionally matches the behavior of the
- <a
+ <p class=note>Note that this definition intentionally matches the
+ behavior of the <a
href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-pattern"><code
class=html>pattern</code> attribute</a> on the <code
class=html>input</code> element in <a href="#HTML5"
@@ -1010,10 +1010,10 @@
<dt id=CSS21>[CSS21]
<dd>Bert Bos; et al. <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23
- April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
+ 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>
</dd>
<!---->
@@ -1108,9 +1108,9 @@
<dt id=HTML5>[HTML5]
<dd>Ian Hickson. <a
- href="http://www.w3.org/TR/2011/WD-html5-20110113"><cite>HTML5.</cite></a>
- 13 January 2011. W3C Working Draft. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2011/WD-html5-20110113">http://www.w3.org/TR/2011/WD-html5-20110113</a>
+ href="http://www.w3.org/TR/2011/WD-html5-20110525/"><cite>HTML5.</cite></a>
+ 25 May 2011. W3C Working Draft. (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a>
</dd>
<!---->
</dl>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-conditional/Overview.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.src.html 7 Jun 2011 15:55:54 -0000 1.13
+++ Overview.src.html 13 Jun 2011 23:31:09 -0000 1.14
@@ -594,8 +594,8 @@
<p class="note">Note that regular expression must match the entire
URL, not just a part of it.</p>
- <p class="note">This definition intentionally matches the behavior
- of the <a
+ <p class="note">Note that this definition intentionally matches the
+ behavior of the <a
href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-pattern"><code class="html">pattern</code>
attribute</a> on the <code class="html">input</code> element
in [[HTML5]].</p>
Received on Monday, 13 June 2011 23:31:17 UTC