[html5] r2832 - [e] (0) Defer ideas for modal dialogs to the next version; remove some 'XXX' mar [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 18 18:06:07 PST 2009
Author: ianh
Date: 2009-02-18 18:06:06 -0800 (Wed, 18 Feb 2009)
New Revision: 2832
Modified:
index
source
Log:
[e] (0) Defer ideas for modal dialogs to the next version; remove some 'XXX' markers for v2 features.
Modified: index
===================================================================
--- index 2009-02-19 02:03:09 UTC (rev 2831)
+++ index 2009-02-19 02:06:06 UTC (rev 2832)
@@ -22897,7 +22897,7 @@
<dt>Content attributes:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-col-span><a href=#attr-col-span>span</a></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><a href=#htmltablecolelement>HTMLTableColElement</a></code>, same as for
@@ -36419,6 +36419,15 @@
</dl><h3 id=user-prompts><span class=secno>5.6 </span>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 id=simple-dialogs><span class=secno>5.6.1 </span>Simple dialogs</h4>
<p>The <dfn id=dom-alert title=dom-alert><code>alert(<var title="">message</var>)</code></dfn> method, when invoked, must show
@@ -40191,13 +40200,12 @@
void <a href=#dom-storage-clear title=dom-Storage-clear>clear</a>();
};</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><a href=#storage-0>Storage</a></code> object provides access to a list of
@@ -59231,11 +59239,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
Modified: source
===================================================================
--- source 2009-02-19 02:03:09 UTC (rev 2831)
+++ source 2009-02-19 02:06:06 UTC (rev 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
More information about the Commit-Watchers
mailing list