8000 Fix wording of Note, and pick up updated references. · w3c/csswg-drafts@f6bcb47 · GitHub
Skip to content

Commit f6bcb47

Browse files
committed
Fix wording of Note, and pick up updated references.
1 parent a23c9e5 commit f6bcb47

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

css3-conditional/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
<h1>CSS Conditional Rules Module Level 3</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 June 2011</h2>
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 June 2011</h2>
2121

2222
<dl>
2323
<dt>This version:
2424

25-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110607/">
26-
http://www.w3.org/TR/2011/ED-css3-conditional-20110607</a>
25+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-conditional-20110613/">
26+
http://www.w3.org/TR/2011/ED-css3-conditional-20110613</a>
2727

2828
<dt>Latest version:
2929

@@ -800,8 +800,8 @@ <h2 id=at-document><span class=secno>6. </span>Document queries: the
800800
<p class=note>Note that regular expression must match the entire URL, not
801801
just a part of it.</p>
802802

803-
<p class=note>This definition intentionally matches the behavior of the
804-
<a
803+
<p class=note>Note that this definition intentionally matches the
804+
behavior of the <a
805805
href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-pattern"><code
806806
class=html>pattern</code> attribute</a> on the <code
807807
class=html>input</code> element in <a href="#HTML5"
@@ -1010,10 +1010,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
10101010
<dt id=CSS21>[CSS21]
10111011

10121012
<dd>Bert Bos; et al. <a
1013-
href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
1014-
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 23
1015-
April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
1016-
href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
1013+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
1014+
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
1015+
2011. W3C Recommendation. URL: <a
1016+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
10171017
</dd>
10181018
<!---->
10191019

@@ -1108,9 +1108,9 @@ <h3 class=no-num id=other-references>Other references</h3>
11081108
<dt id=HTML5>[HTML5]
11091109

11101110
<dd>Ian Hickson. <a
1111-
href="http://www.w3.org/TR/2011/WD-html5-20110113"><cite>HTML5.</cite></a>
1112-
13 January 2011. W3C Working Draft. (Work in progress.) URL: <a
1113-
href="http://www.w3.org/TR/2011/WD-html5-20110113">http://www.w3.org/TR/2011/WD-html5-20110113</a>
1111+
href="http://www.w3.org/TR/2011/WD-html5-20110525/"><cite>HTML5.</cite></a>
1112+
25 May 2011. W3C Working Draft. (Work in progress.) URL: <a
1113+
href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a>
11141114
</dd>
11151115
<!---->
11161116
</dl>

css3-conditional/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ <h2 id="at-document">Document queries: the '@document' rule</h2>
594594
<p class="note">Note that regular expression must match the entire
595595
URL, not just a part of it.</p>
596596

597-
<p class="note">This definition intentionally matches the behavior
598-
of the <a
597+
<p class="note">Note that this definition intentionally matches the
598+
behavior of the <a
599599
href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#attr-input-pattern"><code class="html">pattern</code>
600600
attribute</a> on the <code class="html">input</code> element
601601
in [[HTML5]].</p>

0 commit comments

Comments
 (0)