HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/2832

SVNBugCommentTime (UTC)
2832Defer ideas for modal dialogs to the next version; remove some 'XXX' markers for v2 features.2009-02-19 02:06
Index: source
===================================================================
--- source	(revision 2831)
+++ source	(revision 2832)
@@ -25224,7 +25224,7 @@
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
    <dd><code title="attr-col-span">span</code></dd>
-   <!-- XXXv2 char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
+   <!-- v2: char, to specify the decimal character used in numeric data cells in the column (not header cells) -->
    <dt>DOM interface:</dt>
    <dd>
     <p><code>HTMLTableColElement</code>, same as for
@@ -41459,6 +41459,15 @@
 
   <h3>User prompts</h3>
 
+  <!--
+   v2 ideas:
+    * in-window modal dialogs
+       - escape/enter handling
+       - dragging the window out of the tab
+    * in-window non-modal palettes
+       - with a solution for the mobile space
+  -->
+
   <h4>Simple dialogs</h4>
 
   <p>The <dfn title="dom-alert"><code>alert(<var
@@ -45796,13 +45805,12 @@
   void <span title="dom-Storage-clear">clear</span>();
 };</pre>
 
-  <!-- XXXv2 ideas:
+  <!-- v2 ideas:
     a getInfo() method that returns an object that tells you:
        - when the key was added
        - when the key was last modified
        - which page was the last to modify the key
     [-Mihai Sucan]
-
   -->  
 
   <p>Each <code>Storage</code> object provides access to a list of
@@ -65047,11 +65055,6 @@
 
 <!--
 TODO (or delay):
- XXX * in-window modal dialogs
-        - escape/enter handling
-        - dragging the window out of the tab
- XXX * in-window non-modal palettes
-        - with a solution for the mobile space
  XXX * calendar with list of days that have events (think: blog calendars)
  XXX * find object at (x,y)
        http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp

|