Short URL: http://html5.org/r/2244
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2244 | WF2: xref typos (used dfn instead of span) | 2008-09-30 03:18 |
Index: source
===================================================================
--- source (revision 2243)
+++ source (revision 2244)
@@ -27171,9 +27171,9 @@
title="dom-input-valueAsDate">valueAsDate</code> attribute does not
apply, as defined for the <code>input</code> element's <code
title="attr-input-type">type</code> attribute's current state, then
- return null. Otherwise, run the <dfn
+ return null. Otherwise, run the <span
title="concept-input-value-string-date">algorithm to convert a
- string to a <code>Date</code> object</dfn> defined for that state;
+ string to a <code>Date</code> object</span> defined for that state;
if the algorithm returned a <code>Date</code> object, then return
it, otherwise, return null.</p>
@@ -27184,9 +27184,9 @@
throw an <code>INVALID_ACCESS_ERR</code> exception; otherwise, if
the new value is null, then set the <span
title="concept-input-value">value</span> of the element to the empty
- string; otherwise, run the <dfn
+ string; otherwise, run the <span
title="concept-input-value-date-string">algorithm to convert a
- <code>Date</code> object to a string</dfn>, as defined for that
+ <code>Date</code> object to a string</span>, as defined for that
state, on the new value, and set the <span
title="concept-input-value">value</span> of the element to resulting
string.</p>
@@ -27202,9 +27202,9 @@
title="dom-input-valueAsNumber">valueAsNumber</code> attribute does
not apply, as defined for the <code>input</code> element's <code
title="attr-input-type">type</code> attribute's current state, then
- return a Not-a-Number (NaN) value. Otherwise, run the <dfn
+ return a Not-a-Number (NaN) value. Otherwise, run the <span
title="concept-input-value-string-number">algorithm to convert a
- string to a number</dfn> defined for that state; if the algorithm
+ string to a number</span> defined for that state; if the algorithm
returned a number, then return it, otherwise, return a Not-a-Number
(NaN) value.</p>
@@ -27213,8 +27213,8 @@
not apply, as defined for the <code>input</code> element's <code
title="attr-input-type">type</code> attribute's current state, then
throw an <code>INVALID_ACCESS_ERR</code> exception; otherwise, run
- the <dfn title="concept-input-value-number-string">algorithm to
- convert a number to a string</dfn>, as defined for that state, on
+ the <span title="concept-input-value-number-string">algorithm to
+ convert a number to a string</span>, as defined for that state, on
the new value, and set the <span
title="concept-input-value">value</span> of the element to resulting
string.</p>
@@ -27255,9 +27255,9 @@
<span title="concept-input-step">allowed value step</span> to <var
title="">value</var>.</p></li>
- <li><p>Run the <dfn
+ <li><p>Run the <span
title="concept-input-value-number-string">algorithm to convert a
- number to a string</dfn>, as defined for the <code>input</code>
+ number to a string</span>, as defined for the <code>input</code>
element's <code title="attr-input-type">type</code> attribute's
current state, on <var title="">value</var>, and set the <span
title="concept-input-value">value</span> of the element to