- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 02:06:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30140
Modified Files:
Overview.html
Log Message:
Defer ideas for modal dialogs to the next version; remove some 'XXX' markers for v2 features. (whatwg r2832)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2002
retrieving revision 1.2003
diff -u -d -r1.2002 -r1.2003
--- Overview.html 19 Feb 2009 02:03:16 -0000 1.2002
+++ Overview.html 19 Feb 2009 02:06:12 -0000 1.2003
@@ -18621,7 +18621,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
@@ -29876,7 +29876,14 @@
</dd>
- </dl><h3 id=user-prompts><span class=secno>5.6 </span>User prompts</h3><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
+ </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
the given <var title="">message</var> to the user. The user agent
may make the method wait for the user to acknowledge the message
before returning; if so, the user agent must <a href=#pause>pause</a>
@@ -33052,13 +33059,12 @@
[NameSetter] void <a href=#dom-storage-setitem title=dom-Storage-setItem>setItem</a>(in DOMString key, in DOMString data);
[NameDeleter] void <a href=#dom-storage-removeitem title=dom-Storage-removeItem>removeItem</a>(in DOMString key);
void <a href=#dom-storage-clear title=dom-Storage-clear>clear</a>();
-};</pre><!-- XXXv2 ideas:
+};</pre><!-- 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
key/value pairs, which are sometimes called items. Keys and values
are strings. Any string (including the empty string) is a valid
@@ -48730,11 +48736,6 @@
and support.</p><!-- Hopefully Kam won't notice he's covered by these
acknowledgements three times! --><!--
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
Received on Thursday, 19 February 2009 02:06:24 UTC