- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Oct 2008 07:46:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7085
Modified Files:
Overview.html
Log Message:
WF2: these xrefs to <input name> were wrong. (whatwg r2260)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1432
retrieving revision 1.1433
diff -u -d -r1.1432 -r1.1433
--- Overview.html 2 Oct 2008 07:31:35 -0000 1.1432
+++ Overview.html 2 Oct 2008 07:46:15 -0000 1.1433
@@ -20165,9 +20165,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
@@ -20179,7 +20179,7 @@
false:</p><!-- XXX event firing order and timing --><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>
@@ -33777,7 +33777,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>
@@ -37705,7 +37705,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
Received on Thursday, 2 October 2008 07:46:52 UTC