[html5] r4267 - [e] (0) add itemref interface to index Fixing http://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 05:27:01 PDT 2009


Author: ianh
Date: 2009-10-21 05:26:55 -0700 (Wed, 21 Oct 2009)
New Revision: 4267

Modified:
   complete.html
   index
   source
Log:
[e] (0) add itemref interface to index
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7990

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 12:24:52 UTC (rev 4266)
+++ complete.html	2009-10-21 12:26:55 UTC (rev 4267)
@@ -86012,6 +86012,9 @@
     <tr><td> <code><a href=#the-ins-element>ins</a></code>
      <td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
 
+    <tr><td> <code><a href=#itemref>itemref</a></code>
+     <td> <code><a href=#htmlitemrefelement>HTMLItemRefElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+
     <tr><td> <code><a href=#the-kbd-element>kbd</a></code>
      <td> <code><a href=#htmlelement>HTMLElement</a></code>
 

Modified: index
===================================================================
--- index	2009-10-21 12:24:52 UTC (rev 4266)
+++ index	2009-10-21 12:26:55 UTC (rev 4267)
@@ -77075,6 +77075,9 @@
     <tr><td> <code><a href=#the-ins-element>ins</a></code>
      <td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
 
+    <tr><td> <code><a href=#itemref>itemref</a></code>
+     <td> <code><a href=#htmlitemrefelement>HTMLItemRefElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+
     <tr><td> <code><a href=#the-kbd-element>kbd</a></code>
      <td> <code><a href=#htmlelement>HTMLElement</a></code>
 

Modified: source
===================================================================
--- source	2009-10-21 12:24:52 UTC (rev 4266)
+++ source	2009-10-21 12:26:55 UTC (rev 4267)
@@ -94880,6 +94880,10 @@
      <td> <code>HTMLModElement</code> : <code>HTMLElement</code>
 
     <tr>
+     <td> <code>itemref</code>
+     <td> <code>HTMLItemRefElement</code> : <code>HTMLElement</code>
+
+    <tr>
      <td> <code>kbd</code>
      <td> <code>HTMLElement</code>
 




More information about the Commit-Watchers mailing list