[html5] r8571 - [e] (0) Sync with WebIDL over 'unenumerable'. Fixing https://www.w3.org/Bugs/Pub [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 11 12:04:30 PDT 2014
Author: ianh
Date: 2014-04-11 12:04:27 -0700 (Fri, 11 Apr 2014)
New Revision: 8571
Modified:
complete.html
index
source
Log:
[e] (0) Sync with WebIDL over 'unenumerable'.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22600
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2014-04-11 18:30:42 UTC (rev 8570)
+++ complete.html 2014-04-11 19:04:27 UTC (rev 8571)
@@ -3626,9 +3626,10 @@
<p>The IDL fragments in this specification must be interpreted as required for conforming IDL
fragments, as described in the Web IDL specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+<!--CLEANUP-->
<p>The terms <dfn id=supported-property-indices>supported property indices</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value
of an indexed property</dfn>, <dfn id=support-named-properties>support named properties</dfn>, <dfn id=supported-property-names>supported property
- names</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named property</dfn>, <dfn id=platform-array-objects>platform array
+ names</dfn>, <dfn id=unenumerable>unenumerable</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named property</dfn>, <dfn id=platform-array-objects>platform array
objects</dfn>, and <dfn id=dfn-read-only-array title=dfn-read-only-array>read only</dfn> (when applied to arrays) are
used as defined in the Web IDL specification. The algorithm to <dfn id=convert-a-domstring-to-a-sequence-of-unicode-characters>convert a DOMString to a
sequence of Unicode characters</dfn> is similarly that defined in the Web IDL specification.</p>
@@ -38346,7 +38347,7 @@
<li><p>Return the list of names from <var title="">sourced names</var>, maintaining their
relative order.</li>
- </ol><p>The properties exposed in this way must not be enumerable.</p>
+ </ol><p>The properties exposed in this way must be <a href=#unenumerable>unenumerable</a>.</p>
<p>When a <code><a href=#the-form-element>form</a></code> element is <dfn id=dom-form-nameditem title=dom-form-namedItem>indexed for named property
retrieval</dfn>, the user agent must run the following steps:</p>
@@ -75890,7 +75891,7 @@
<p>The <a href=#supported-property-names>supported property names</a> of a <code><a href=#pluginarray>PluginArray</a></code> object are the values
of the <code title=dom-Plugin-name><a href=#dom-plugin-name>name</a></code> attributes of all the <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code> objects represented by the <code><a href=#pluginarray>PluginArray</a></code> object. The
- properties exposed in this way must not be enumerable.
+ properties exposed in this way must be <a href=#unenumerable>unenumerable</a>.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
@@ -75956,7 +75957,7 @@
<p>The <a href=#supported-property-names>supported property names</a> of a <code><a href=#mimetypearray>MimeTypeArray</a></code> object are the values
of the <code title=dom-MimeType-type><a href=#dom-mimetype-type>type</a></code> attributes of all the <code><a href=#mimetype>MimeType</a></code>
objects represented by the <code><a href=#mimetypearray>MimeTypeArray</a></code> object. The properties exposed in this way
- must not be enumerable.
+ must be <a href=#unenumerable>unenumerable</a>.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
@@ -76009,7 +76010,7 @@
<p>The <a href=#supported-property-names>supported property names</a> of a <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code> object
are the values of the <code title=dom-MimeType-type><a href=#dom-mimetype-type>type</a></code> attributes of the
<code><a href=#mimetype>MimeType</a></code> objects representing the <a href=#reported-mime-types>reported MIME types</a>. The properties
- exposed in this way must not be enumerable.
+ exposed in this way must be <a href=#unenumerable>unenumerable</a>.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
Modified: index
===================================================================
--- index 2014-04-11 18:30:42 UTC (rev 8570)
+++ index 2014-04-11 19:04:27 UTC (rev 8571)
@@ -3626,9 +3626,10 @@
<p>The IDL fragments in this specification must be interpreted as required for conforming IDL
fragments, as described in the Web IDL specification. <a href=#refsWEBIDL>[WEBIDL]</a></p>
+<!--CLEANUP-->
<p>The terms <dfn id=supported-property-indices>supported property indices</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value
of an indexed property</dfn>, <dfn id=support-named-properties>support named properties</dfn>, <dfn id=supported-property-names>supported property
- names</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named property</dfn>, <dfn id=platform-array-objects>platform array
+ names</dfn>, <dfn id=unenumerable>unenumerable</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named property</dfn>, <dfn id=platform-array-objects>platform array
objects</dfn>, and <dfn id=dfn-read-only-array title=dfn-read-only-array>read only</dfn> (when applied to arrays) are
used as defined in the Web IDL specification. The algorithm to <dfn id=convert-a-domstring-to-a-sequence-of-unicode-characters>convert a DOMString to a
sequence of Unicode characters</dfn> is similarly that defined in the Web IDL specification.</p>
@@ -38346,7 +38347,7 @@
<li><p>Return the list of names from <var title="">sourced names</var>, maintaining their
relative order.</li>
- </ol><p>The properties exposed in this way must not be enumerable.</p>
+ </ol><p>The properties exposed in this way must be <a href=#unenumerable>unenumerable</a>.</p>
<p>When a <code><a href=#the-form-element>form</a></code> element is <dfn id=dom-form-nameditem title=dom-form-namedItem>indexed for named property
retrieval</dfn>, the user agent must run the following steps:</p>
@@ -75890,7 +75891,7 @@
<p>The <a href=#supported-property-names>supported property names</a> of a <code><a href=#pluginarray>PluginArray</a></code> object are the values
of the <code title=dom-Plugin-name><a href=#dom-plugin-name>name</a></code> attributes of all the <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code> objects represented by the <code><a href=#pluginarray>PluginArray</a></code> object. The
- properties exposed in this way must not be enumerable.
+ properties exposed in this way must be <a href=#unenumerable>unenumerable</a>.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
@@ -75956,7 +75957,7 @@
<p>The <a href=#supported-property-names>supported property names</a> of a <code><a href=#mimetypearray>MimeTypeArray</a></code> object are the values
of the <code title=dom-MimeType-type><a href=#dom-mimetype-type>type</a></code> attributes of all the <code><a href=#mimetype>MimeType</a></code>
objects represented by the <code><a href=#mimetypearray>MimeTypeArray</a></code> object. The properties exposed in this way
- must not be enumerable.
+ must be <a href=#unenumerable>unenumerable</a>.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
@@ -76009,7 +76010,7 @@
<p>The <a href=#supported-property-names>supported property names</a> of a <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code> object
are the values of the <code title=dom-MimeType-type><a href=#dom-mimetype-type>type</a></code> attributes of the
<code><a href=#mimetype>MimeType</a></code> objects representing the <a href=#reported-mime-types>reported MIME types</a>. The properties
- exposed in this way must not be enumerable.
+ exposed in this way must be <a href=#unenumerable>unenumerable</a>.
<a href=#fingerprinting-vector class=fingerprint title="fingerprinting vector"><img src=http://images.whatwg.org/fingerprint.png width=46 alt="(This is a fingerprinting vector.)" height=64></a>
</p>
Modified: source
===================================================================
--- source 2014-04-11 18:30:42 UTC (rev 8570)
+++ source 2014-04-11 19:04:27 UTC (rev 8571)
@@ -2331,9 +2331,10 @@
<p>The IDL fragments in this specification must be interpreted as required for conforming IDL
fragments, as described in the Web IDL specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
+<!--CLEANUP-->
<p>The terms <dfn>supported property indices</dfn>, <dfn>determine the value
of an indexed property</dfn>, <dfn>support named properties</dfn>, <dfn>supported property
- names</dfn>, <dfn>determine the value of a named property</dfn>, <dfn>platform array
+ names</dfn>, <dfn>unenumerable</dfn>, <dfn>determine the value of a named property</dfn>, <dfn>platform array
objects</dfn>, and <dfn data-x="dfn-read-only-array">read only</dfn> (when applied to arrays) are
used as defined in the Web IDL specification. The algorithm to <dfn>convert a DOMString to a
sequence of Unicode characters</dfn> is similarly that defined in the Web IDL specification.</p>
@@ -41823,7 +41824,7 @@
</ol>
- <p>The properties exposed in this way must not be enumerable.</p>
+ <p>The properties exposed in this way must be <span>unenumerable</span>.</p>
<p>When a <code>form</code> element is <dfn data-x="dom-form-namedItem">indexed for named property
retrieval</dfn>, the user agent must run the following steps:</p>
@@ -84887,7 +84888,7 @@
<p>The <span>supported property names</span> of a <code>PluginArray</code> object are the values
of the <code data-x="dom-Plugin-name">name</code> attributes of all the <code
data-x="dom-Plugin">Plugin</code> objects represented by the <code>PluginArray</code> object. The
- properties exposed in this way must not be enumerable.
+ properties exposed in this way must be <span>unenumerable</span>.
<!--INSERT FINGERPRINT-->
</p>
@@ -84969,7 +84970,7 @@
<p>The <span>supported property names</span> of a <code>MimeTypeArray</code> object are the values
of the <code data-x="dom-MimeType-type">type</code> attributes of all the <code>MimeType</code>
objects represented by the <code>MimeTypeArray</code> object. The properties exposed in this way
- must not be enumerable.
+ must be <span>unenumerable</span>.
<!--INSERT FINGERPRINT-->
</p>
@@ -85031,7 +85032,7 @@
<p>The <span>supported property names</span> of a <code data-x="dom-Plugin">Plugin</code> object
are the values of the <code data-x="dom-MimeType-type">type</code> attributes of the
<code>MimeType</code> objects representing the <span>reported MIME types</span>. The properties
- exposed in this way must not be enumerable.
+ exposed in this way must be <span>unenumerable</span>.
<!--INSERT FINGERPRINT-->
</p>
More information about the Commit-Watchers
mailing list