[html5] r2838 - [e] (0) move some XXX and v2 issues around
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 19 00:10:12 PST 2009
Author: ianh
Date: 2009-02-19 00:10:11 -0800 (Thu, 19 Feb 2009)
New Revision: 2838
Modified:
index
source
Log:
[e] (0) move some XXX and v2 issues around
Modified: index
===================================================================
--- index 2009-02-19 03:16:40 UTC (rev 2837)
+++ index 2009-02-19 08:10:11 UTC (rev 2838)
@@ -6205,6 +6205,8 @@
<p>The following <code>DOMException</code> codes are defined in DOM
Core. <a href=#refsDOMCORE>[DOMCORE]</a></p>
+ <!-- XXX xref all these exceptions to DOM3CORE -->
+
<ol class=brief><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
<li value=2><dfn id=domstring_size_err><code>DOMSTRING_SIZE_ERR</code></dfn></li>
<li value=3><dfn id=hierarchy_request_err><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
@@ -26007,6 +26009,10 @@
<h6 id=text-state-and-search-state><span class=secno>4.10.4.1.2 </span><dfn title=attr-input-type-text>Text</dfn> state and <dfn title=attr-input-type-search>Search</dfn> state</h6>
+ <!-- v2 idea: applying input masks to <input>, e.g. for entering
+ data with slashes and dashes (ack Greg Kilwein)
+ -->
+
<p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state or the <a href=#text-state-and-search-state title=attr-input-type-search>Search</a> state, the rules in
this section apply.</p>
@@ -32919,7 +32925,10 @@
</dl><p class=note>Firing a synthetic <code title=event-click>click</code> event at the element does not cause
any of the actions described above to happen.</p>
- <p class=XXX>Need to define the command="" attribute</p>
+ <!-- v2: the command="" attribute to make a <command> element
+ reflect the state of another command, so that the script can update
+ one place in the page and have context menus, toolbars, shortcuts,
+ etc, automatically update -->
<p class=note><code><a href=#the-command>command</a></code> elements are not rendered
unless they <a href=#menus title=menu>form part of a menu</a>.</p>
@@ -33114,6 +33123,8 @@
};</pre>
</dl><p>The <code><a href=#menus>menu</a></code> element represents a list of commands.</p>
+ <!-- v2 idea: <menu> should get an icon, like <command> -->
+
<p>The <dfn id=attr-menu-type title=attr-menu-type><code>type</code></dfn> attribute
is an <a href=#enumerated-attribute>enumerated attribute</a> indicating the kind of menu
being declared. The attribute has three states. The <code title=attr-menu-type-context>context</code> keyword maps to the
@@ -42746,11 +42757,17 @@
<h3 id=activation><span class=secno>6.3 </span>Activation</h3>
+ <!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if
+ click() can't be done in IE; can this be emulated in IE by
+ posting a synthetic mouse click event with those X and Y
+ coords? (ack Csaba Gabor)
+ -->
+
<p>Each element has a <var title="">click in progress</var> flag,
initially set to false.</p>
- <p>The <dfn id=dom-click title=dom-click>click()</dfn> method must run these
- steps:</p>
+ <p>The <dfn id=dom-click title=dom-click><code>click()</code></dfn> method must
+ run these steps:</p>
<ol><li><p>If the element's <var title="">click in progress</var> flag
is set to true, then abort these steps.</li>
@@ -59500,12 +59517,6 @@
var sound1 = library["sound1.wav"];
sound.play();
}
- XXX * applying input masks to <input>, e.g. for entering data with
- slashes and dashes (ack Greg Kilwein)
- XXX * HTMLImageElement.click(x, y); or clickPoint, if click() can't be
- done in IE; can this be emulated in IE by posting a synthetic moue
- click event with those X and Y coords? (ack Csaba Gabor)
- XXX * <menu> should get an icon, like <command>
XXX * ability for a web app to save a file to the local disk:
var file = window.openFile(); // throws up UI
file.read();
@@ -59544,7 +59555,6 @@
running, but that in between scripts it should be compliant.
XXX * mousedown's default action is focus, so canceling mousedown stops
focus transference. http://www.mozilla.org/editor/midasdemo/
- XXX * xref all the _ERR exceptions to DOM3CORE
XXX * <select><option><hr> support?
XXX * need explanation of when to use undo/redo, and when to use
back/forward
@@ -59561,7 +59571,6 @@
> src on img
> code, height and width on applet
> name and value on param
- XXX * command="" feature
XXX * DOM0 quirks that Mozilla knows about:
http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsDOMClassInfo.cpp
XXX * make the spec consistent about whether the word "algorithm" is part of
Modified: source
===================================================================
--- source 2009-02-19 03:16:40 UTC (rev 2837)
+++ source 2009-02-19 08:10:11 UTC (rev 2838)
@@ -6177,6 +6177,8 @@
<p>The following <code>DOMException</code> codes are defined in DOM
Core. <a href="#refsDOMCORE">[DOMCORE]</a></p>
+ <!-- XXX xref all these exceptions to DOM3CORE -->
+
<ol class="brief">
<li value="1"><dfn><code>INDEX_SIZE_ERR</code></dfn></li>
<li value="2"><dfn><code>DOMSTRING_SIZE_ERR</code></dfn></li>
@@ -28919,6 +28921,10 @@
<h6><dfn title="attr-input-type-text">Text</dfn> state and <dfn title="attr-input-type-search">Search</dfn> state</h6>
+ <!-- v2 idea: applying input masks to <input>, e.g. for entering
+ data with slashes and dashes (ack Greg Kilwein)
+ -->
+
<p>When an <code>input</code> element's <code
title="attr-input-type">type</code> attribute is in the <span
title="attr-input-type-text">Text</span> state or the <span
@@ -37277,7 +37283,10 @@
title="event-click">click</code> event at the element does not cause
any of the actions described above to happen.</p>
- <p class="XXX">Need to define the command="" attribute</p>
+ <!-- v2: the command="" attribute to make a <command> element
+ reflect the state of another command, so that the script can update
+ one place in the page and have context menus, toolbars, shortcuts,
+ etc, automatically update -->
<p class="note"><code>command</code> elements are not rendered
unless they <span title="menu">form part of a menu</span>.</p>
@@ -37494,6 +37503,8 @@
<p>The <code>menu</code> element represents a list of commands.</p>
+ <!-- v2 idea: <menu> should get an icon, like <command> -->
+
<p>The <dfn title="attr-menu-type"><code>type</code></dfn> attribute
is an <span>enumerated attribute</span> indicating the kind of menu
being declared. The attribute has three states. The <code
@@ -48694,11 +48705,17 @@
<h3>Activation</h3>
+ <!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if
+ click() can't be done in IE; can this be emulated in IE by
+ posting a synthetic mouse click event with those X and Y
+ coords? (ack Csaba Gabor)
+ -->
+
<p>Each element has a <var title="">click in progress</var> flag,
initially set to false.</p>
- <p>The <dfn title="dom-click">click()</dfn> method must run these
- steps:</p>
+ <p>The <dfn title="dom-click"><code>click()</code></dfn> method must
+ run these steps:</p>
<ol>
@@ -65324,12 +65341,6 @@
var sound1 = library["sound1.wav"];
sound.play();
}
- XXX * applying input masks to <input>, e.g. for entering data with
- slashes and dashes (ack Greg Kilwein)
- XXX * HTMLImageElement.click(x, y); or clickPoint, if click() can't be
- done in IE; can this be emulated in IE by posting a synthetic moue
- click event with those X and Y coords? (ack Csaba Gabor)
- XXX * <menu> should get an icon, like <command>
XXX * ability for a web app to save a file to the local disk:
var file = window.openFile(); // throws up UI
file.read();
@@ -65368,7 +65379,6 @@
running, but that in between scripts it should be compliant.
XXX * mousedown's default action is focus, so canceling mousedown stops
focus transference. http://www.mozilla.org/editor/midasdemo/
- XXX * xref all the _ERR exceptions to DOM3CORE
XXX * <select><option><hr> support?
XXX * need explanation of when to use undo/redo, and when to use
back/forward
@@ -65385,7 +65395,6 @@
> src on img
> code, height and width on applet
> name and value on param
- XXX * command="" feature
XXX * DOM0 quirks that Mozilla knows about:
http://lxr.mozilla.org/seamonkey/source/dom/src/base/nsDOMClassInfo.cpp
XXX * make the spec consistent about whether the word "algorithm" is part of
More information about the Commit-Watchers
mailing list