- From: poot <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 17:54:35 -0400
- To: public-html-diffs@w3.org
hixie: update WebIDL terminology (whatwg r6435) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5137&r2=1.5138&f=h http://html5.org/tools/web-apps-tracker?from=6434&to=6435 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5137 retrieving revision 1.5138 diff -u -d -r1.5137 -r1.5138 --- Overview.html 12 Aug 2011 21:46:06 -0000 1.5137 +++ Overview.html 12 Aug 2011 21:54:25 -0000 1.5138 @@ -3190,7 +3190,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 @@ -26189,7 +26189,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>
Received on Friday, 12 August 2011 21:54:37 UTC