- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Jul 2011 19:34:00 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv21916
Modified Files:
Overview.html Overview.src.html
Log Message:
:scope word-smithing
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Overview.html 12 Jul 2011 18:17:08 -0000 1.23
+++ Overview.html 12 Jul 2011 19:33:58 -0000 1.24
@@ -1803,14 +1803,14 @@
:scope</h3>
<p>Sometimes the host language applies selectors within a limited scope
- within the document. For example, the <i>contextual reference node</i> in
- a <code>querySelector</code> call [[SELECT-API2]] or the parent element of
- a scoped HTML <code><style></code> element <a href="#HTML5"
+ within the document. For example, a <i>contextual reference node</i> in a
+ <code>querySelector</code> call [[SELECT-API2]] or the parent element of a
+ scoped HTML <code><style></code> element <a href="#HTML5"
rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> defines a scope. The
- <code>:scope</code> pseudo-class represents an element that defines the
- scope of the selector. If no scope is given, <code>:scope</code> is
- equivalent to <code>:root<code>. <span class=issue>If the scope is not
- defined by an element, then ???.</span> </code></code>
+ <code>:scope</code> pseudo-class represents an element that defines scope
+ for the selector. If no scope is given, <code>:scope</code> is equivalent
+ to <code>:root</code>. <span class=issue>If the scope is not defined by an
+ element, then ???.</span>
<h3 id=target-pseudo><span class=secno>7.4. </span> The target pseudo-class
:target</h3>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.src.html 12 Jul 2011 18:17:08 -0000 1.25
+++ Overview.src.html 12 Jul 2011 19:33:58 -0000 1.26
@@ -1325,12 +1325,12 @@
The scope pseudo-class :scope</h3>
<p>Sometimes the host language applies selectors within a limited scope within
- the document. For example, the <i>contextual reference node</i> in a
+ the document. For example, a <i>contextual reference node</i> in a
<code>querySelector</code> call [[SELECT-API2]] or the parent element of a
scoped HTML <code><style></code> element [[HTML5]] defines a scope.
- The <code>:scope</code> pseudo-class represents an element that defines the
- scope of the selector. If no scope is given, <code>:scope</code> is equivalent
- to <code>:root<code>.
+ The <code>:scope</code> pseudo-class represents an element that defines
+ scope for the selector. If no scope is given, <code>:scope</code> is
+ equivalent to <code>:root</code>.
<span class="issue">If the scope is not defined by an element, then ???.</span>
<h3 id=target-pseudo>
Received on Tuesday, 12 July 2011 19:34:01 UTC