[html5] r2733 - [e] (0) Mark <datagrid> as broken for now.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Feb 1 00:59:27 PST 2009
Author: ianh
Date: 2009-02-01 00:59:27 -0800 (Sun, 01 Feb 2009)
New Revision: 2733
Modified:
header-whatwg
index
source
Log:
[e] (0) Mark <datagrid> as broken for now.
Modified: header-whatwg
===================================================================
--- header-whatwg 2009-02-01 08:53:47 UTC (rev 2732)
+++ header-whatwg 2009-02-01 08:59:27 UTC (rev 2733)
@@ -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; }
Modified: index
===================================================================
--- index 2009-02-01 08:53:47 UTC (rev 2732)
+++ index 2009-02-01 08:59:27 UTC (rev 2733)
@@ -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; }
@@ -30415,9 +30415,11 @@
-
+<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>
@@ -30550,6 +30552,8 @@
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);
@@ -32021,9 +32025,9 @@
<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>
<dl class=element><dt>Categories</dt>
Modified: source
===================================================================
--- source 2009-02-01 08:53:47 UTC (rev 2732)
+++ source 2009-02-01 08:59:27 UTC (rev 2733)
@@ -34279,9 +34279,11 @@
-
+<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>
@@ -34425,6 +34427,8 @@
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);
@@ -36252,9 +36256,9 @@
<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>
<dl class="element">
More information about the Commit-Watchers
mailing list