Skip to content

Commit

Permalink
[e] (0) Defer ideas for modal dialogs to the next version; remove som…
Browse files Browse the repository at this point in the history
…e 'XXX' markers for v2 features.

git-svn-id: http://svn.whatwg.org/webapps@2832 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2009
1 parent dae8f18 commit 66e27f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
19 changes: 11 additions & 8 deletions index
Expand Up @@ -22897,7 +22897,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand Down Expand Up @@ -36419,6 +36419,15 @@ interface <dfn id=function>Function</dfn> {

</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
Expand Down Expand Up @@ -40191,13 +40200,12 @@ user reload must be equivalent to .reload()
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
Expand Down Expand Up @@ -59231,11 +59239,6 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {

<!--
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
Expand Down
19 changes: 11 additions & 8 deletions source
Expand Up @@ -25224,7 +25224,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand Down Expand Up @@ -41459,6 +41459,15 @@ interface <dfn>Function</dfn> {

<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
Expand Down Expand Up @@ -45796,13 +45805,12 @@ user reload must be equivalent to .reload()
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
Expand Down Expand Up @@ -65047,11 +65055,6 @@ interface <dfn>TimeoutHandler</dfn> {

<!--
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
Expand Down

0 comments on commit 66e27f5

Please sign in to comment.