- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Aug 2011 19:26:04 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors3
In directory hutz:/tmp/cvs-serv1728
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix errors and update references per <http://lists.w3.org/Archives/Public/www-style/2011Aug/0255.html>
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors3/Overview.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Overview.html 3 Aug 2011 15:07:02 -0000 1.78
+++ Overview.html 10 Aug 2011 19:26:02 -0000 1.79
@@ -15,13 +15,13 @@
<h1 id=title>Selectors Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2>
<dl>
<dt>This version:
- <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110803/">
- http://www.w3.org/TR/2011/REC-selectors3-20110803</a> -->
+ <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110810/">
+ http://www.w3.org/TR/2011/REC-selectors3-20110810</a> -->
<a href="http://dev.w3.org/csswg/selectors3">
http://dev.w3.org/csswg/selectors3</a>
@@ -1323,11 +1323,9 @@
(<code>|</code>). In keeping with the Namespaces in the XML
recommendation, default namespaces do not apply to attributes, therefore
attribute selectors without a namespace component apply only to attributes
- that have no namespace (equivalent to "<code>|attr</code>"; these
- attributes are said to be in the "per-element-type namespace partition").
- An asterisk may be used for the namespace prefix indicating that the
- selector is to match all attribute names without regard to the attribute's
- namespace.
+ that have no namespace (equivalent to "<code>|attr</code>"). An asterisk
+ may be used for the namespace prefix indicating that the selector is to
+ match all attribute names without regard to the attribute's namespace.
<p>An attribute selector with an attribute name containing a namespace
prefix that has not been previously <a href="#nsdecl">declared</a> is an
@@ -1426,13 +1424,13 @@
if the UA has namespace-specific knowledge that allows it to determine
which attribute is the "class" attribute for the respective namespace. One
such example of namespace-specific knowledge is the prose in the
- specification for a particular namespace (e.g. SVG 1.0 <a href="#SVG11"
+ specification for a particular namespace (e.g. SVG 1.1 <a href="#SVG11"
rel=biblioentry>[SVG11]<!--{{SVG11}}--></a> describes the <a
- href="http://www.w3.org/TR/2001/PR-SVG-20010719/styling.html#ClassAttribute">SVG
+ href="http://www.w3.org/TR/SVG11/styling.html#ClassAttribute">SVG
<code>class</code> attribute</a> and how a UA should interpret it, and
- similarly MathML 1.01 <a href="#MATHML"
- rel=biblioentry>[MATHML]<!--{{MATHML}}--></a> describes the <a
- href="http://www.w3.org/1999/07/REC-MathML-19990707/chapter2.html#sec2.3.4">MathML
+ similarly MathML <a href="#MATHML3"
+ rel=biblioentry>[MATHML3]<!--{{MATHML3}}--></a> describes the <a
+ href="http://www.w3.org/TR/MathML3/chapter2.html#fund.globatt">MathML
<code>class</code> attribute</a>.)
<div class=example>
@@ -1621,10 +1619,10 @@
For example, a visual user agent could apply this pseudo-class when the
cursor (mouse pointer) hovers over a box generated by the element. User
agents not that do not support <a
- href="http://www.w3.org/TR/REC-CSS2/media.html#interactive-media-group">interactive
+ href="http://www.w3.org/TR/CSS21/media.html#interactive-media-group">interactive
media</a> do not have to support this pseudo-class. Some conforming user
agents that support <a
- href="http://www.w3.org/TR/REC-CSS2/media.html#interactive-media-group">interactive
+ href="http://www.w3.org/TR/CSS21/media.html#interactive-media-group">interactive
media</a> may not be able to support this pseudo-class (e.g., a pen
device that does not detect hovering).
@@ -2491,8 +2489,8 @@
rel=biblioentry>[UAX29]<!--{{UAX29}}--></a>
<p>If the letters that would form the <code>::first-letter</code> are not
- in the same element, such as "‘<code class=css>T" in
- <code><p></code>’<em>T...</code>, the UA may create a
+ in the same element, such as "‘T" in
+ <code><p>‘<em>T...</code>, the UA may create a
<code>::first-letter</code> pseudo-element from one of the elements, both
elements, or simply not create a pseudo-element.
@@ -3385,13 +3383,13 @@
</dd>
<!---->
- <dt id=MATHML>[MATHML]
+ <dt id=MATHML3>[MATHML3]
- <dd>Patrick Ion; Robert Miner. <a
- href="http://www.w3.org/1999/07/REC-MathML-19990707"><cite>Mathematical
- Markup Language (MathML) 1.01 Specification.</cite></a> 7 July 1999. W3C
+ <dd>David Carlisle; Patrick Ion; Robert Miner. <a
+ href="http://www.w3.org/TR/2010/REC-MathML3-20101021/"><cite>Mathematical
+ Markup Language (MathML) Version 3.0.</cite></a> 21 October 2010. W3C
Recommendation. URL: <a
- href="http://www.w3.org/1999/07/REC-MathML-19990707">http://www.w3.org/1999/07/REC-MathML-19990707</a>
+ href="http://www.w3.org/TR/2010/REC-MathML3-20101021/">http://www.w3.org/TR/2010/REC-MathML3-20101021/</a>
</dd>
<!---->
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors3/Overview.src.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.src.html 3 Aug 2011 15:06:43 -0000 1.11
+++ Overview.src.html 10 Aug 2011 19:26:02 -0000 1.12
@@ -886,8 +886,7 @@
the Namespaces in the XML recommendation, default namespaces do not
apply to attributes, therefore attribute selectors without a namespace
component apply only to attributes that have no namespace (equivalent
-to "<code>|attr</code>"; these attributes are said to be in the
-"per-element-type namespace partition"). An asterisk may be used for
+to "<code>|attr</code>"). An asterisk may be used for
the namespace prefix indicating that the selector is to match all
attribute names without regard to the attribute's namespace.
@@ -986,11 +985,11 @@
determine which attribute is the "class" attribute for the
respective namespace. One such example of namespace-specific knowledge
is the prose in the specification for a particular namespace (e.g. SVG
-1.0 [[SVG11]] describes the <a
-href="http://www.w3.org/TR/2001/PR-SVG-20010719/styling.html#ClassAttribute">SVG
+1.1 [[SVG11]] describes the <a
+href="http://www.w3.org/TR/SVG11/styling.html#ClassAttribute">SVG
<code>class</code> attribute</a> and how a UA should interpret it, and
-similarly MathML 1.01 [[MATHML]] describes the <a
-href="http://www.w3.org/1999/07/REC-MathML-19990707/chapter2.html#sec2.3.4">MathML
+similarly MathML [[MATHML3]] describes the <a
+href="http://www.w3.org/TR/MathML3/chapter2.html#fund.globatt">MathML
<code>class</code> attribute</a>.)</p>
<div class="example">
@@ -1180,10 +1179,10 @@
it. For example, a visual user agent could apply this pseudo-class
when the cursor (mouse pointer) hovers over a box generated by the
element. User agents not that do not support <a
- href="http://www.w3.org/TR/REC-CSS2/media.html#interactive-media-group">interactive
+ href="http://www.w3.org/TR/CSS21/media.html#interactive-media-group">interactive
media</a> do not have to support this pseudo-class. Some conforming
user agents that support <a
- href="http://www.w3.org/TR/REC-CSS2/media.html#interactive-media-group">interactive
+ href="http://www.w3.org/TR/CSS21/media.html#interactive-media-group">interactive
media</a> may not be able to support this pseudo-class (e.g., a pen
device that does not detect hovering).</li>
@@ -1975,7 +1974,7 @@
<code>::first-letter</code> pseudo-element. [[UAX29]]
<p>If the letters that would form the <code>::first-letter</code> are not in the
-same element, such as "'T" in <code><p>'<em>T...</code>, the UA
+same element, such as "‘T" in <code><p>‘<em>T...</code>, the UA
may create a <code>::first-letter</code> pseudo-element from one of the elements,
both elements, or simply not create a pseudo-element.</p>
Received on Wednesday, 10 August 2011 19:26:10 UTC