[html5] r3167 - [e] (0) Omit one occurrence of datagrid.multiple that I had missed. (bug 6835)

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 1 14:43:48 PDT 2009


Author: ianh
Date: 2009-06-01 14:43:46 -0700 (Mon, 01 Jun 2009)
New Revision: 3167

Modified:
   index
   source
Log:
[e] (0) Omit one occurrence of datagrid.multiple that I had missed. (bug 6835)

Modified: index
===================================================================
--- index	2009-06-01 21:41:07 UTC (rev 3166)
+++ index	2009-06-01 21:43:46 UTC (rev 3167)
@@ -36761,8 +36761,9 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmldatagridelement>HTMLDataGridElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-           attribute boolean <span title=dom-datagrid-multiple>multiple</span>;
-           attribute boolean <a href=#dom-datagrid-disabled title=dom-datagrid-disabled>disabled</a>;
+<!--v2DGS:
+           attribute boolean <span title="dom-datagrid-multiple">multiple</span>;
+-->           attribute boolean <a href=#dom-datagrid-disabled title=dom-datagrid-disabled>disabled</a>;
            attribute <a href=#datagridlistener>DataGridListener</a> <a href=#dom-datagrid-listener title=dom-datagrid-listener>listener</a>;
 <!-- v2DGS:
   readonly attribute <span>DataGridSelection</span> <span title="dom-datagrid-selection">selection</span>;

Modified: source
===================================================================
--- source	2009-06-01 21:41:07 UTC (rev 3166)
+++ source	2009-06-01 21:43:46 UTC (rev 3167)
@@ -41344,8 +41344,9 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLDataGridElement</dfn> : <span>HTMLElement</span> {
+<!--v2DGS:
            attribute boolean <span title="dom-datagrid-multiple">multiple</span>;
-           attribute boolean <span title="dom-datagrid-disabled">disabled</span>;
+-->           attribute boolean <span title="dom-datagrid-disabled">disabled</span>;
            attribute <span>DataGridListener</span> <span title="dom-datagrid-listener">listener</span>;
 <!-- v2DGS:
   readonly attribute <span>DataGridSelection</span> <span title="dom-datagrid-selection">selection</span>;




More information about the Commit-Watchers mailing list