[html5] r8068 - [e] (0) Cross-reference problem for 'do not apply' in the forms section Affected [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 17 17:21:17 PDT 2013
Author: ianh
Date: 2013-07-17 17:21:16 -0700 (Wed, 17 Jul 2013)
New Revision: 8068
Modified:
complete.html
index
source
Log:
[e] (0) Cross-reference problem for 'do not apply' in the forms section
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-07-18 00:10:34 UTC (rev 8067)
+++ complete.html 2013-07-18 00:21:16 UTC (rev 8068)
@@ -50569,20 +50569,20 @@
access the element's <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>. On
getting, if the IDL attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>, it must return a <code><a href=#filelist>FileList</a></code> object that
represents the current <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>. The
- same object must be returned until the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> changes. If the IDL attribute <span>does
- not apply</span>, then it must instead return null. <a href=#refsFILEAPI>[FILEAPI]</a></p>
+ same object must be returned until the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> changes. If the IDL attribute <a href=#do-not-apply title="do not apply">does
+ not apply</a>, then it must instead return null. <a href=#refsFILEAPI>[FILEAPI]</a></p>
<hr><p>The <dfn id=dom-input-valueasdate title=dom-input-valueAsDate><code>valueAsDate</code></dfn> IDL attribute represents
the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element, interpreted as a date.</p>
- <p>On getting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <span>does not
- apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
+ <p>On getting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <a href=#do-not-apply title="do not apply">does not
+ apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
attribute's current state, then return null. Otherwise, run the <a href=#concept-input-value-string-date title=concept-input-value-string-date>algorithm to convert a string to a <code>Date</code>
object</a> defined for that state; if the algorithm returned a <code>Date</code> object, then
return it, otherwise, return null.</p>
- <p>On setting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <span>does not
- apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
+ <p>On setting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <a href=#do-not-apply title="do not apply">does not
+ apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
attribute's current state, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception; otherwise, if
the new value is null or a <code>Date</code> object representing the NaN time value, then set the
<a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the empty string; otherwise, run the
@@ -50593,8 +50593,8 @@
represents the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element, interpreted as a
number.</p>
- <p>On getting, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <span>does
- not apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state, then return a Not-a-Number (NaN)
+ <p>On getting, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <a href=#do-not-apply title="do not apply">does
+ not apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state, then return a Not-a-Number (NaN)
value. Otherwise, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAs<em>Date</em></a></code> attribute
<a href=#concept-input-apply title=concept-input-apply>applies</a>, run the <a href=#concept-input-value-string-date title=concept-input-value-string-date>algorithm to convert a string to a
<code>Date</code> object</a> defined for that state; if the algorithm returned a
@@ -50605,8 +50605,8 @@
Not-a-Number (NaN) value.</p>
<p>On setting, if the new value is infinite, then throw a <code>TypeError</code> exception.
- Otherwise, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <span>does not
- apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
+ Otherwise, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <a href=#do-not-apply title="do not apply">does not
+ apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
attribute's current state, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception. Otherwise, if
the new value is a Not-a-Number (NaN) value, then set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the empty string. Otherwise, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAs<em>Date</em></a></code> attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>, run the <a href=#concept-input-value-date-string title=concept-input-value-date-string>algorithm to convert a <code>Date</code> object to a
string</a> defined for that state, passing it a <code>Date</code> object whose <i>time
Modified: index
===================================================================
--- index 2013-07-18 00:10:34 UTC (rev 8067)
+++ index 2013-07-18 00:21:16 UTC (rev 8068)
@@ -50569,20 +50569,20 @@
access the element's <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>. On
getting, if the IDL attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>, it must return a <code><a href=#filelist>FileList</a></code> object that
represents the current <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a>. The
- same object must be returned until the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> changes. If the IDL attribute <span>does
- not apply</span>, then it must instead return null. <a href=#refsFILEAPI>[FILEAPI]</a></p>
+ same object must be returned until the list of <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> changes. If the IDL attribute <a href=#do-not-apply title="do not apply">does
+ not apply</a>, then it must instead return null. <a href=#refsFILEAPI>[FILEAPI]</a></p>
<hr><p>The <dfn id=dom-input-valueasdate title=dom-input-valueAsDate><code>valueAsDate</code></dfn> IDL attribute represents
the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element, interpreted as a date.</p>
- <p>On getting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <span>does not
- apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
+ <p>On getting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <a href=#do-not-apply title="do not apply">does not
+ apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
attribute's current state, then return null. Otherwise, run the <a href=#concept-input-value-string-date title=concept-input-value-string-date>algorithm to convert a string to a <code>Date</code>
object</a> defined for that state; if the algorithm returned a <code>Date</code> object, then
return it, otherwise, return null.</p>
- <p>On setting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <span>does not
- apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
+ <p>On setting, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> attribute <a href=#do-not-apply title="do not apply">does not
+ apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
attribute's current state, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception; otherwise, if
the new value is null or a <code>Date</code> object representing the NaN time value, then set the
<a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the empty string; otherwise, run the
@@ -50593,8 +50593,8 @@
represents the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element, interpreted as a
number.</p>
- <p>On getting, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <span>does
- not apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state, then return a Not-a-Number (NaN)
+ <p>On getting, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <a href=#do-not-apply title="do not apply">does
+ not apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute's current state, then return a Not-a-Number (NaN)
value. Otherwise, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAs<em>Date</em></a></code> attribute
<a href=#concept-input-apply title=concept-input-apply>applies</a>, run the <a href=#concept-input-value-string-date title=concept-input-value-string-date>algorithm to convert a string to a
<code>Date</code> object</a> defined for that state; if the algorithm returned a
@@ -50605,8 +50605,8 @@
Not-a-Number (NaN) value.</p>
<p>On setting, if the new value is infinite, then throw a <code>TypeError</code> exception.
- Otherwise, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <span>does not
- apply</span>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
+ Otherwise, if the <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> attribute <a href=#do-not-apply title="do not apply">does not
+ apply</a>, as defined for the <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code>
attribute's current state, then throw an <code><a href=#invalidstateerror>InvalidStateError</a></code> exception. Otherwise, if
the new value is a Not-a-Number (NaN) value, then set the <a href=#concept-fe-value title=concept-fe-value>value</a> of the element to the empty string. Otherwise, if the <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAs<em>Date</em></a></code> attribute <a href=#concept-input-apply title=concept-input-apply>applies</a>, run the <a href=#concept-input-value-date-string title=concept-input-value-date-string>algorithm to convert a <code>Date</code> object to a
string</a> defined for that state, passing it a <code>Date</code> object whose <i>time
Modified: source
===================================================================
--- source 2013-07-18 00:10:34 UTC (rev 8067)
+++ source 2013-07-18 00:21:16 UTC (rev 8068)
@@ -55443,7 +55443,7 @@
getting, if the IDL attribute <span title="concept-input-apply">applies</span>, it must return a <code>FileList</code> object that
represents the current <span title="concept-input-type-file-selected">selected files</span>. The
same object must be returned until the list of <span
- title="concept-input-type-file-selected">selected files</span> changes. If the IDL attribute <span>does
+ title="concept-input-type-file-selected">selected files</span> changes. If the IDL attribute <span title="do not apply">does
not apply</span>, then it must instead return null. <a href="#refsFILEAPI">[FILEAPI]</a></p>
<hr>
@@ -55451,14 +55451,14 @@
<p>The <dfn title="dom-input-valueAsDate"><code>valueAsDate</code></dfn> IDL attribute represents
the <span title="concept-fe-value">value</span> of the element, interpreted as a date.</p>
- <p>On getting, if the <code title="dom-input-valueAsDate">valueAsDate</code> attribute <span>does not
+ <p>On getting, if the <code title="dom-input-valueAsDate">valueAsDate</code> attribute <span title="do not apply">does not
apply</span>, 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 <span
title="concept-input-value-string-date">algorithm to convert a 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>
- <p>On setting, if the <code title="dom-input-valueAsDate">valueAsDate</code> attribute <span>does not
+ <p>On setting, if the <code title="dom-input-valueAsDate">valueAsDate</code> attribute <span title="do not apply">does not
apply</span>, as defined for the <code>input</code> element's <code title="attr-input-type">type</code>
attribute's current state, then throw an <code>InvalidStateError</code> exception; otherwise, if
the new value is null or a <code>Date</code> object representing the NaN time value, then set the
@@ -55473,7 +55473,7 @@
represents the <span title="concept-fe-value">value</span> of the element, interpreted as a
number.</p>
- <p>On getting, if the <code title="dom-input-valueAsNumber">valueAsNumber</code> attribute <span>does
+ <p>On getting, if the <code title="dom-input-valueAsNumber">valueAsNumber</code> attribute <span title="do not apply">does
not apply</span>, 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, if the <code title="dom-input-valueAsDate">valueAs<em>Date</em></code> attribute
@@ -55487,7 +55487,7 @@
Not-a-Number (NaN) value.</p>
<p>On setting, if the new value is infinite, then throw a <code>TypeError</code> exception.
- Otherwise, if the <code title="dom-input-valueAsNumber">valueAsNumber</code> attribute <span>does not
+ Otherwise, if the <code title="dom-input-valueAsNumber">valueAsNumber</code> attribute <span title="do not apply">does not
apply</span>, as defined for the <code>input</code> element's <code title="attr-input-type">type</code>
attribute's current state, then throw an <code>InvalidStateError</code> exception. Otherwise, if
the new value is a Not-a-Number (NaN) value, then set the <span
More information about the Commit-Watchers
mailing list