html5/spec Overview.html,1.2747,1.2748

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18032

Modified Files:
	Overview.html 
Log Message:
Remove <datagrid> for now. People aren't happy with the current design and we won't have time to address it soon. We'll get back to it in a future version. (whatwg r3555)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2747
retrieving revision 1.2748
diff -u -d -r1.2747 -r1.2748
--- Overview.html	7 Aug 2009 10:02:30 -0000	1.2747
+++ Overview.html	7 Aug 2009 20:16:29 -0000	1.2748
@@ -697,44 +697,30 @@
    <li><a href="#interactive-elements"><span class="secno">4.11 </span>Interactive elements</a>
     <ol>
      <li><a href="#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li>
-     <li><a href="#datagrid"><span class="secno">4.11.2 </span>The <code>datagrid</code> element</a>
-      <ol>
-       <li><a href="#introduction-1"><span class="secno">4.11.2.1 </span>Introduction</a>
-        <ol>
-         <li><a href="#example:-a-datagrid-backed-by-a-static-table-element"><span class="secno">4.11.2.1.1 </span>Example: a <code>datagrid</code> backed by a static <code>table</code> element</a></li>
-         <li><a href="#example:-a-datagrid-backed-by-nested-ol-elements"><span class="secno">4.11.2.1.2 </span>Example: a <code>datagrid</code> backed by nested <code>ol</code> elements</a></li>
-         <li><a href="#example:-a-datagrid-backed-by-a-server"><span class="secno">4.11.2.1.3 </span>Example: a <code>datagrid</code> backed by a server</a></ol></li>
-       <li><a href="#populating-the-datagrid"><span class="secno">4.11.2.2 </span>Populating the <code>datagrid</code></a>
[...3870 lines suppressed...]
-
+  <!--
     Extensions to CSS
-      for drag and drop
-      for datagrid
+      for drag and drop (XXX)
+      for datagrid [v2DATAGRID]
       ...
-
   -->
 
   </div><h4 id="selectors"><span class="secno">11.8.1 </span>Selectors</h4><p>Attribute and element <em>names</em> of <a href="#html-elements">HTML
@@ -66780,7 +67149,6 @@
   and support.</p><!-- Hopefully Kam won't notice he's covered by these
   acknowledgements three times! --><!--
 TODO (or delay):
- XXX * datagrid: cells that are links (<a href=""></a>)
  XXX * we should fix The Great Key Problem
  XXX * library of resources:
         var library = new ZipFile("data.zip");

Received on Friday, 7 August 2009 20:16:43 UTC