Skip to content

Commit

Permalink
[e] (0) Mark <datagrid> as broken for now.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2733 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2009
1 parent d20c8e4 commit 65684cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion header-whatwg
Expand Up @@ -9,7 +9,7 @@
h4 + p + .element { margin-top: -5em; padding-top: 4em; }
.element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; }
.proposal { border: blue solid; padding: 1em; }
.bad { color: gray; }
.bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
.applies th > * { display: block; white-space: nowrap; }
Expand Down
10 changes: 7 additions & 3 deletions index
Expand Up @@ -3,7 +3,7 @@
h4 + p + .element { margin-top: -5em; padding-top: 4em; }
.element { background: #EEFFEE; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #99FF99 0.25em; }
.proposal { border: blue solid; padding: 1em; }
.bad { color: gray; }
.bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
table.matrix, table.matrix td { border: none; text-align: right; }
table.matrix { margin-left: 2em; }
.applies th > * { display: block; white-space: nowrap; }
Expand Down Expand Up @@ -30415,9 +30415,11 @@ http://mail.gnome.org/archives/usability/2006-June/msg00015.html




<div class=bad>
<h4 id=datagrid><span class=secno>4.11.2 </span>The <dfn><code>datagrid</code></dfn> element</h4>

<p class=XXX>The API here needs rewriting. Don't implement this right now.</p>

<dl class=element><dt>Categories</dt>
<dd><a href=#flow-content-0>Flow content</a>.</dd>
<dd><a href=#interactive-content-0>Interactive content</a>.</dd>
Expand Down Expand Up @@ -30550,6 +30552,8 @@ http://mail.gnome.org/archives/usability/2006-June/msg00015.html
implementation of the <code><a href=#datagriddataprovider>DataGridDataProvider</a></code>, including
(and most commonly) the content author's implementation(s).</em></p>

<p class=XXX>The API here needs rewriting. Don't implement this right now.</p>

<pre class=idl>// To be implemented by Web authors as a JS object
[NoInterfaceObject] interface <dfn id=datagriddataprovider>DataGridDataProvider</dfn> {
void <a href=#dom-provider-initialize title=dom-provider-initialize>initialize</a>(in <a href=#htmldatagridelement>HTMLDataGridElement</a> datagrid);
Expand Down Expand Up @@ -32021,7 +32025,7 @@ XXX selection ranges -->

<p class="XXX">define drag and drop in datagrids; selectiondraggable, etc.</p>
-->

</div>


<h4 id=the-command><span class=secno>4.11.3 </span>The <dfn><code>command</code></dfn> element</h4>
Expand Down
8 changes: 6 additions & 2 deletions source
Expand Up @@ -34279,9 +34279,11 @@ http://mail.gnome.org/archives/usability/2006-June/msg00015.html




<div class="bad">
<h4 id="datagrid">The <dfn><code>datagrid</code></dfn> element</h4>

<p class="XXX">The API here needs rewriting. Don't implement this right now.</p>

<dl class="element">
<dt>Categories</dt>
<dd><span>Flow content</span>.</dd>
Expand Down Expand Up @@ -34425,6 +34427,8 @@ http://mail.gnome.org/archives/usability/2006-June/msg00015.html
implementation of the <code>DataGridDataProvider</code>, including
(and most commonly) the content author's implementation(s).</em></p>

<p class="XXX">The API here needs rewriting. Don't implement this right now.</p>

<pre class="idl">// To be implemented by Web authors as a JS object
[NoInterfaceObject] interface <dfn>DataGridDataProvider</dfn> {
void <span title="dom-provider-initialize">initialize</span>(in <span>HTMLDataGridElement</span> datagrid);
Expand Down Expand Up @@ -36252,7 +36256,7 @@ XXX selection ranges -->

<p class="XXX">define drag and drop in datagrids; selectiondraggable, etc.</p>
-->

</div>


<h4 id="the-command">The <dfn><code>command</code></dfn> element</h4>
Expand Down

0 comments on commit 65684cb

Please sign in to comment.