hixie: somehow this didn't get updated to the new WebIDL terminology (whatwg r6313)

hixie: somehow this didn't get updated to the new WebIDL terminology
(whatwg r6313)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5043&r2=1.5044&f=h
http://html5.org/tools/web-apps-tracker?from=6312&to=6313

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5043
retrieving revision 1.5044
diff -u -d -r1.5043 -r1.5044
--- Overview.html 19 Jul 2011 21:39:59 -0000 1.5043
+++ Overview.html 19 Jul 2011 23:41:00 -0000 1.5044
@@ -2944,6 +2944,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
     arrays) are used as defined in the WebIDL specification.</p>
 
@@ -8288,10 +8289,10 @@
     <code><a href="#the-img-element">img</a></code>
   elements in the <code><a href="#document">Document</a></code> that have both <code title="attr-name">name</code> content attributes and <code title="attr-id"><a href="#the-id-attribute">id</a></code> content attributes.</p>
 
-  <p>When <dfn id="dom-document-nameditem" title="dom-document-namedItem">the
+  <p>To <a href="#determine-the-value-of-a-named-property">determine the value of a named property</a> <var title="">name</var> when <dfn id="dom-document-nameditem" title="dom-document-namedItem">the
   <code>HTMLDocument</code> object is indexed for property
-  retrieval</dfn> using a name <var title="">name</var>, then the user
-  agent must return the value obtained using the following steps:</p>
+  retrieval</dfn>, the user agent must return the value obtained using
+  the following steps:</p>
 
   <ol><li>
 
@@ -44194,9 +44195,10 @@
   mode</a>. <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
   more...</a></p>
 
-  <p>When <dfn id="dom-window-nameditem" title="dom-window-namedItem">the <code>Window</code>
-  object is indexed for property retrieval</dfn> using a name <var title="">name</var>, then the user agent must return the value
-  obtained using the following steps:</p>
+  <p>To <a href="#determine-the-value-of-a-named-property">determine the value of a named property</a> <var title="">name</var> when <dfn id="dom-window-nameditem" title="dom-window-namedItem">the
+  <code>Window</code> object is indexed for property retrieval</dfn>,
+  the user agent must return the value obtained using the following
+  steps:</p>
 
   <ol><li>

Received on Tuesday, 19 July 2011 23:41:50 UTC