[html5] r6313 - [e] (0) somehow this didn't get updated to the new WebIDL terminology Fixing htt [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 19 16:40:55 PDT 2011


Author: ianh
Date: 2011-07-19 16:40:53 -0700 (Tue, 19 Jul 2011)
New Revision: 6313

Modified:
   complete.html
   index
   source
Log:
[e] (0) somehow this didn't get updated to the new WebIDL terminology
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12567

Modified: complete.html
===================================================================
--- complete.html	2011-07-19 21:39:53 UTC (rev 6312)
+++ complete.html	2011-07-19 23:40:53 UTC (rev 6313)
@@ -3593,6 +3593,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>
 
@@ -9971,10 +9972,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>
 
@@ -62244,9 +62245,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>
 

Modified: index
===================================================================
--- index	2011-07-19 21:39:53 UTC (rev 6312)
+++ index	2011-07-19 23:40:53 UTC (rev 6313)
@@ -3495,6 +3495,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>
 
@@ -9840,10 +9841,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>
 
@@ -62116,9 +62117,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>
 

Modified: source
===================================================================
--- source	2011-07-19 21:39:53 UTC (rev 6312)
+++ source	2011-07-19 23:40:53 UTC (rev 6313)
@@ -2499,6 +2499,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
     title="dfn-read-only-array">read only</dfn> (when applied to
     arrays) are used as defined in the WebIDL specification.</p>
@@ -10177,10 +10178,11 @@
   title="attr-name">name</code> content attributes and <code
   title="attr-id">id</code> content attributes.</p>
 
-  <p>When <dfn title="dom-document-namedItem">the
+  <p>To <span>determine the value of a named property</span> <var
+  title="">name</var> when <dfn 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>
 
@@ -70737,10 +70739,11 @@
   href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11960">Read
   more...</a></p>
 
-  <p>When <dfn 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 <span>determine the value of a named property</span> <var
+  title="">name</var> when <dfn 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>
 




More information about the Commit-Watchers mailing list