[html5] r7496 - [e] (0) Match Selectors terminology better Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 31 17:33:03 PDT 2012
Author: ianh
Date: 2012-10-31 17:33:02 -0700 (Wed, 31 Oct 2012)
New Revision: 7496
Modified:
complete.html
index
source
Log:
[e] (0) Match Selectors terminology better
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-10-31 23:28:42 UTC (rev 7495)
+++ complete.html 2012-11-01 00:33:02 UTC (rev 7496)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 31 October 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 1 November 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -63048,9 +63048,9 @@
<dd>
- <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code>
- pseudo-class must match any element falling into one of the
- following categories:</p>
+ <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code> pseudo-class must match any element
+ falling into one of the following categories, which for the purposes of Selectors are thus
+ considered <i>user-alterable</i>: <a href=#refsSELECTORS>[SELECTORS]</a></p>
<ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
and that are <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i> (i.e. that
Modified: index
===================================================================
--- index 2012-10-31 23:28:42 UTC (rev 7495)
+++ index 2012-11-01 00:33:02 UTC (rev 7496)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 31 October 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 1 November 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -63048,9 +63048,9 @@
<dd>
- <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code>
- pseudo-class must match any element falling into one of the
- following categories:</p>
+ <p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code> pseudo-class must match any element
+ falling into one of the following categories, which for the purposes of Selectors are thus
+ considered <i>user-alterable</i>: <a href=#refsSELECTORS>[SELECTORS]</a></p>
<ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
and that are <i title=concept-fe-mutable><a href=#concept-fe-mutable>mutable</a></i> (i.e. that
Modified: source
===================================================================
--- source 2012-10-31 23:28:42 UTC (rev 7495)
+++ source 2012-11-01 00:33:02 UTC (rev 7496)
@@ -73744,9 +73744,9 @@
<dd>
- <p>The <code title="selector-read-write">:read-write</code>
- pseudo-class must match any element falling into one of the
- following categories:</p>
+ <p>The <code title="selector-read-write">:read-write</code> pseudo-class must match any element
+ falling into one of the following categories, which for the purposes of Selectors are thus
+ considered <i>user-alterable</i>: <a href="#refsSELECTORS">[SELECTORS]</a></p>
<ul>
More information about the Commit-Watchers
mailing list