[html5] r6435 - [e] (0) update WebIDL terminology Fixing http://www.w3.org/Bugs/Public/show_bug. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Aug 12 14:54:09 PDT 2011
Author: ianh
Date: 2011-08-12 14:54:08 -0700 (Fri, 12 Aug 2011)
New Revision: 6435
Modified:
complete.html
index
source
Log:
[e] (0) update WebIDL terminology
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13537
Modified: complete.html
===================================================================
--- complete.html 2011-08-12 21:45:49 UTC (rev 6434)
+++ complete.html 2011-08-12 21:54:08 UTC (rev 6435)
@@ -3876,7 +3876,7 @@
<p>The terms <dfn id=supported-property-indices>supported property indices</dfn>, <dfn id=supported-property-names>supported
property names</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value of an indexed
property</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named
- property</dfn>, <dfn id=array-host-objects>array host objects</dfn>, and <dfn id=dfn-read-only-array title=dfn-read-only-array>read only</dfn> (when applied to
+ 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 WebIDL specification.</p>
<p id=float-nan>Except where otherwise specified, if an IDL
@@ -31294,7 +31294,7 @@
<p>The <dfn id=dom-media-texttracks title=dom-media-textTracks><code>textTracks</code></dfn>
attribute of <a href=#media-element title="media element">media elements</a> must
- return an <a href=#array-host-objects title="array host objects">array host object</a>
+ return an <a href=#platform-array-objects title="platform array objects">platform array object</a>
for objects of type <code><a href=#texttrack>TextTrack</a></code> that is <i>fixed
length</i> and <i>read only</i>. The same object must be returned
each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
@@ -75760,7 +75760,7 @@
<code><a href=#mediastream>MediaStream</a></code> thus has zero or more tracks.</p>
<hr><p>The <dfn id=dom-mediastream-tracks title=dom-MediaStream-tracks><code>tracks</code></dfn>
- attribute must return an <a href=#array-host-objects title="array host objects">array host
+ attribute must return an <a href=#platform-array-objects title="platform array objects">platform array
object</a> for objects of type <code><a href=#mediastreamtrack>MediaStreamTrack</a></code> that is
<i>fixed length</i> and <i>read only</i>. The same object must be
returned each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
Modified: index
===================================================================
--- index 2011-08-12 21:45:49 UTC (rev 6434)
+++ index 2011-08-12 21:54:08 UTC (rev 6435)
@@ -3773,7 +3773,7 @@
<p>The terms <dfn id=supported-property-indices>supported property indices</dfn>, <dfn id=supported-property-names>supported
property names</dfn>, <dfn id=determine-the-value-of-an-indexed-property>determine the value of an indexed
property</dfn>, <dfn id=determine-the-value-of-a-named-property>determine the value of a named
- property</dfn>, <dfn id=array-host-objects>array host objects</dfn>, and <dfn id=dfn-read-only-array title=dfn-read-only-array>read only</dfn> (when applied to
+ 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 WebIDL specification.</p>
<p id=float-nan>Except where otherwise specified, if an IDL
@@ -31161,7 +31161,7 @@
<p>The <dfn id=dom-media-texttracks title=dom-media-textTracks><code>textTracks</code></dfn>
attribute of <a href=#media-element title="media element">media elements</a> must
- return an <a href=#array-host-objects title="array host objects">array host object</a>
+ return an <a href=#platform-array-objects title="platform array objects">platform array object</a>
for objects of type <code><a href=#texttrack>TextTrack</a></code> that is <i>fixed
length</i> and <i>read only</i>. The same object must be returned
each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
@@ -75656,7 +75656,7 @@
<code><a href=#mediastream>MediaStream</a></code> thus has zero or more tracks.</p>
<hr><p>The <dfn id=dom-mediastream-tracks title=dom-MediaStream-tracks><code>tracks</code></dfn>
- attribute must return an <a href=#array-host-objects title="array host objects">array host
+ attribute must return an <a href=#platform-array-objects title="platform array objects">platform array
object</a> for objects of type <code><a href=#mediastreamtrack>MediaStreamTrack</a></code> that is
<i>fixed length</i> and <i>read only</i>. The same object must be
returned each time the attribute is accessed. <a href=#refsWEBIDL>[WEBIDL]</a></p>
Modified: source
===================================================================
--- source 2011-08-12 21:45:49 UTC (rev 6434)
+++ source 2011-08-12 21:54:08 UTC (rev 6435)
@@ -2797,7 +2797,7 @@
<p>The terms <dfn>supported property indices</dfn>, <dfn>supported
property names</dfn>, <dfn>determine the value of an indexed
property</dfn>, <dfn>determine the value of a named
- property</dfn>, <dfn>array host objects</dfn>, and <dfn
+ property</dfn>, <dfn>platform array objects</dfn>, and <dfn
title="dfn-read-only-array">read only</dfn> (when applied to
arrays) are used as defined in the WebIDL specification.</p>
@@ -34112,7 +34112,7 @@
<p>The <dfn title="dom-media-textTracks"><code>textTracks</code></dfn>
attribute of <span title="media element">media elements</span> must
- return an <span title="array host objects">array host object</span>
+ return an <span title="platform array objects">platform array object</span>
for objects of type <code>TextTrack</code> that is <i>fixed
length</i> and <i>read only</i>. The same object must be returned
each time the attribute is accessed. <a
@@ -86308,7 +86308,7 @@
<hr>
<p>The <dfn title="dom-MediaStream-tracks"><code>tracks</code></dfn>
- attribute must return an <span title="array host objects">array host
+ attribute must return an <span title="platform array objects">platform array
object</span> for objects of type <code>MediaStreamTrack</code> that is
<i>fixed length</i> and <i>read only</i>. The same object must be
returned each time the attribute is accessed. <a
More information about the Commit-Watchers
mailing list