[html5] r3300 - [e] (0) Update a paragraph that still refers to the old DataGridDataProvider. No [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 16 22:54:05 PDT 2009
Author: ianh
Date: 2009-06-16 22:54:04 -0700 (Tue, 16 Jun 2009)
New Revision: 3300
Modified:
source
Log:
[e] (0) Update a paragraph that still refers to the old DataGridDataProvider. Note that the name might change again, though.
Modified: source
===================================================================
--- source 2009-06-17 05:52:46 UTC (rev 3299)
+++ source 2009-06-17 05:54:04 UTC (rev 3300)
@@ -42635,10 +42635,10 @@
void <span title="dom-listener-performAction">performAction</span>(in <span>RowID</span> row, in DOMString action);
-->};</pre>
- <p>The <code>DataGridDataProvider</code> interface, once implemented
- by an object in a script and hooked up to a <code>datagrid</code>
- using the <dfn title="dom-datagrid-data"><code>data</code></dfn> DOM
- attribute, receives notifications when the <code>datagrid</code>
+ <p>The <code>DataGridListener</code> interface, once implemented by
+ an object in a script and hooked up to a <code>datagrid</code> using
+ the <dfn title="dom-datagrid-listener"><code>listener</code></dfn>
+ DOM attribute, receives notifications when the <code>datagrid</code>
needs information (such as which rows exist) for display.</p>
<p>The following methods may be usefully implemented:</p>
@@ -43584,6 +43584,7 @@
<dd>Append a separator to the menu, then iterate over the children
of the <code>menu</code> or <code>select</code> element, then
append another separator.</dd>
+
<!-- v2: we might want to support <select> in <label> as giving a named submenu -->
More information about the Commit-Watchers
mailing list