Skip to content

Commit

Permalink
[e] (0) Omit one occurrence of datagrid.multiple that I had missed. (…
Browse files Browse the repository at this point in the history
…bug 6835)

git-svn-id: http://svn.whatwg.org/webapps@3167 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2009
1 parent ebfdc8c commit 9a29bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -36761,8 +36761,9 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<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>;
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -41344,8 +41344,9 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<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>;
Expand Down

0 comments on commit 9a29bc6

Please sign in to comment.