Skip to content

Commit

Permalink
[e] (0) move some XXX and v2 issues around
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2838 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2009
1 parent 41ae902 commit 9135b42
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 22 deletions.
31 changes: 20 additions & 11 deletions index
Expand Up @@ -6205,6 +6205,8 @@ interface <dfn id=domstringmap-0>DOMStringMap</dfn> {};</pre>
<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>
Expand Down Expand Up @@ -26007,6 +26009,10 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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>

Expand Down Expand Up @@ -32919,7 +32925,10 @@ XXX selection ranges -->
</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>
Expand Down Expand Up @@ -33114,6 +33123,8 @@ menu li:not(:first-child)::before { content: ' | '; }</pre>
};</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
Expand Down Expand Up @@ -42746,11 +42757,17 @@ at the first element with the given ID must be treated as if it was cloned and r

<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>
Expand Down Expand Up @@ -59500,12 +59517,6 @@ TODO (or delay):
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();
Expand Down Expand Up @@ -59544,7 +59555,6 @@ TODO (or delay):
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
Expand All @@ -59561,7 +59571,6 @@ TODO (or delay):
> 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
Expand Down
31 changes: 20 additions & 11 deletions source
Expand Up @@ -6177,6 +6177,8 @@ interface <dfn>DOMStringMap</dfn> {};</pre>
<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>
Expand Down Expand Up @@ -28919,6 +28921,10 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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
Expand Down Expand Up @@ -37277,7 +37283,10 @@ XXX selection ranges -->
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>
Expand Down Expand Up @@ -37494,6 +37503,8 @@ menu li:not(:first-child)::before { content: ' | '; }</pre>

<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
Expand Down Expand Up @@ -48694,11 +48705,17 @@ at the first element with the given ID must be treated as if it was cloned and r

<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>

Expand Down Expand Up @@ -65324,12 +65341,6 @@ TODO (or delay):
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();
Expand Down Expand Up @@ -65368,7 +65379,6 @@ TODO (or delay):
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
Expand All @@ -65385,7 +65395,6 @@ TODO (or delay):
> 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
Expand Down

0 comments on commit 9135b42

Please sign in to comment.