- From: poot <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 18:56:32 -0500
- To: public-html-diffs@w3.org
hixie: Add the term 'support named properties' to the list of xrefs for Web IDL, and add an ID to a paragraph, by request. (whatwg r6970) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5564&r2=1.5565&f=h http://html5.org/tools/web-apps-tracker?from=6969&to=6970 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5564 retrieving revision 1.5565 diff -u -d -r1.5564 -r1.5565 --- Overview.html 6 Feb 2012 23:48:31 -0000 1.5564 +++ Overview.html 6 Feb 2012 23:53:32 -0000 1.5565 @@ -3294,12 +3294,11 @@ specification. <a href="#refsWEBIDL">[WEBIDL]</a></p> <p>The terms <dfn id="relevant-namespace-object">relevant namespace object</dfn>, <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="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.</p> + 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 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.</p> <p id="float-nan">Except where otherwise specified, if an IDL attribute that is a floating point number type (<code title="">double</code>) is assigned an Infinity or Not-a-Number @@ -8770,11 +8769,10 @@ </div><div class="impl"> - <hr><p>The <code><a href="#document">Document</a></code> interface <span title="support - named properties">supports named properties</span>. The - <a href="#supported-property-names">supported property names</a> at any moment consist of the - values of the <code title="attr-name">name</code> content attributes - of all the + <hr><p id="dom-document-namedItem-which">The <code><a href="#document">Document</a></code> + interface <a href="#support-named-properties" title="support named properties">supports named + properties</a>. The <a href="#supported-property-names">supported property names</a> at any + moment consist of the values of the <code title="attr-name">name</code> content attributes of all the <code><a href="#the-applet-element">applet</a></code>, <a href="#exposed">exposed</a> <code><a href="#the-embed-element">embed</a></code>, <code><a href="#the-form-element">form</a></code>, @@ -46466,8 +46464,8 @@ </dl><div class="impl"> - <p>The <code><a href="#window">Window</a></code> interface <span title="support named - properties">supports named properties</span>. The <a href="#supported-property-names">supported + <p>The <code><a href="#window">Window</a></code> interface <a href="#support-named-properties" title="support named + properties">supports named properties</a>. The <a href="#supported-property-names">supported property names</a> at any moment consist of:</p> <ul><li>the value of the <code title="">name</code> content attribute
Received on Monday, 6 February 2012 23:58:20 UTC