[html5] r6970 - [e] (0) Add the term 'support named properties' to the list of xrefs for Web IDL [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 6 15:53:26 PST 2012


Author: ianh
Date: 2012-02-06 15:53:25 -0800 (Mon, 06 Feb 2012)
New Revision: 6970

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add the term 'support named properties' to the list of xrefs for Web IDL, and add an ID to a paragraph, by request.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15570
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-02-06 23:48:25 UTC (rev 6969)
+++ complete.html	2012-02-06 23:53:25 UTC (rev 6970)
@@ -3936,12 +3936,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
@@ -10427,11 +10426,10 @@
 
   <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>,
@@ -61933,8 +61931,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

Modified: index
===================================================================
--- index	2012-02-06 23:48:25 UTC (rev 6969)
+++ index	2012-02-06 23:53:25 UTC (rev 6970)
@@ -3936,12 +3936,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
@@ -10427,11 +10426,10 @@
 
   <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>,
@@ -61933,8 +61931,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

Modified: source
===================================================================
--- source	2012-02-06 23:48:25 UTC (rev 6969)
+++ source	2012-02-06 23:53:25 UTC (rev 6970)
@@ -2903,12 +2903,12 @@
     specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
 
     <p>The terms <dfn>relevant namespace object</dfn>, <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>platform
-    array objects</dfn>, and <dfn 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>determine the value of an indexed
+    property</dfn>, <dfn>support named properties</dfn>,
+    <dfn>supported property names</dfn>, <dfn>determine the value of a
+    named 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 Web IDL specification.</p>
 
     <p id="float-nan">Except where otherwise specified, if an IDL
     attribute that is a floating point number type (<code
@@ -10747,11 +10747,11 @@
 
   <hr>
 
-  <p>The <code>Document</code> interface <span title="support
-  named properties">supports named properties</span>. The
-  <span>supported property names</span> at any moment consist of the
-  values of the <code title="attr-name">name</code> content attributes
-  of all the
+  <p id="dom-document-namedItem-which">The <code>Document</code>
+  interface <span title="support named properties">supports named
+  properties</span>. The <span>supported property names</span> at any
+  moment consist of the values of the <code
+  title="attr-name">name</code> content attributes of all the
     <code>applet</code>,
     <span>exposed</span> <code>embed</code>,
     <code>form</code>,




More information about the Commit-Watchers mailing list