[html5] r2260 - [e] (0) WF2: these xrefs to <input name> were wrong.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 2 00:46:12 PDT 2008
Author: ianh
Date: 2008-10-02 00:46:11 -0700 (Thu, 02 Oct 2008)
New Revision: 2260
Modified:
index
source
Log:
[e] (0) WF2: these xrefs to <input name> were wrong.
Modified: index
===================================================================
--- index 2008-10-02 07:31:30 UTC (rev 2259)
+++ index 2008-10-02 07:46:11 UTC (rev 2260)
@@ -24908,9 +24908,9 @@
have a <a href=#form-owner>form owner</a>, or they both have one and it is the
same for both.</li>
- <li>They both have a <code title=attr-input-name>name</code>
- attribute, and the value of <var title="">a</var>'s <code title=attr-input-name>name</code> attribute is a
- <a href=#compatibility-caseless>compatibility caseless</a> match for the value of <var title="">b</var>'s <code title=attr-input-name>name</code>
+ <li>They both have a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
+ attribute, and the value of <var title="">a</var>'s <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is a
+ <a href=#compatibility-caseless>compatibility caseless</a> match for the value of <var title="">b</var>'s <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
attribute.</li>
</ul><p>A document must not contain an <code><a href=#the-input-element>input</a></code> element whose
@@ -24928,7 +24928,7 @@
<ul><li>The element's <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> state is set to
true (for whatever reason).</li>
- <li>The element's <code title=attr-input-name>name</code>
+ <li>The element's <code title=attr-fe-name><a href=#attr-fe-name>name</a></code>
attribute is added, removed, or changes value<!-- XXX setting to
the same value? -->.</li>
@@ -42366,7 +42366,7 @@
<div class=example>
- <p>In the following example, the <code title=attr-input-name>name</code> attribute is given with the
+ <p>In the following example, the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute is given with the
double-quoted attribute value syntax:</p>
<pre><input <em>name="be evil"</em>></pre>
@@ -46911,7 +46911,7 @@
<p>Act as if a start tag token with the tag name "input" had been
seen, with all the attributes from the "isindex" token except
- "name", "action", and "prompt". Set the <code title=attr-input-name>name</code> attribute of the resulting
+ "name", "action", and "prompt". Set the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute of the resulting
<code><a href=#the-input-element>input</a></code> element to the value "<code title="">isindex</code>".</p>
<p>Act as if a stream of character tokens had been seen (see
Modified: source
===================================================================
--- source 2008-10-02 07:31:30 UTC (rev 2259)
+++ source 2008-10-02 07:46:11 UTC (rev 2260)
@@ -27726,11 +27726,11 @@
have a <span>form owner</span>, or they both have one and it is the
same for both.</li>
- <li>They both have a <code title="attr-input-name">name</code>
+ <li>They both have a <code title="attr-fe-name">name</code>
attribute, and the value of <var title="">a</var>'s <code
- title="attr-input-name">name</code> attribute is a
+ title="attr-fe-name">name</code> attribute is a
<span>compatibility caseless</span> match for the value of <var
- title="">b</var>'s <code title="attr-input-name">name</code>
+ title="">b</var>'s <code title="attr-fe-name">name</code>
attribute.</li>
</ul>
@@ -27756,7 +27756,7 @@
title="concept-fe-checked">checkedness</span> state is set to
true (for whatever reason).</li>
- <li>The element's <code title="attr-input-name">name</code>
+ <li>The element's <code title="attr-fe-name">name</code>
attribute is added, removed, or changes value<!-- XXX setting to
the same value? -->.</li>
@@ -48162,7 +48162,7 @@
<div class="example">
<p>In the following example, the <code
- title="attr-input-name">name</code> attribute is given with the
+ title="attr-fe-name">name</code> attribute is given with the
double-quoted attribute value syntax:</p>
<pre><input <em>name="be evil"</em>></pre>
@@ -53255,7 +53255,7 @@
<p>Act as if a start tag token with the tag name "input" had been
seen, with all the attributes from the "isindex" token except
"name", "action", and "prompt". Set the <code
- title="attr-input-name">name</code> attribute of the resulting
+ title="attr-fe-name">name</code> attribute of the resulting
<code>input</code> element to the value "<code
title="">isindex</code>".</p>
More information about the Commit-Watchers
mailing list