Skip to content

Commit

Permalink
[e] (0) Strip a variety of XXXs that are obsolete or inappropriate: C…
Browse files Browse the repository at this point in the history
…SS stuff belongs in CSS; keygen will be dealt with as part of e-mail feedback; the other things are already done.

git-svn-id: http://svn.whatwg.org/webapps@2834 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2009
1 parent d8059ec commit f615ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions index
Expand Up @@ -2005,7 +2005,7 @@

<p class=XXX>See <a href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8</a></p>
<!--XXX empty title attribute is equivalent to missing attribute for
purposes of alternate style sheet processing -->
purposes of alternative style sheet processing -->


<h4 id=common-conformance-requirements-for-apis-exposed-to-javascript><span class=secno>2.2.3 </span>Common conformance requirements for APIs exposed to
Expand Down Expand Up @@ -59242,8 +59242,6 @@ TODO (or delay):
XXX * find object at (x,y)
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp
XXX * find mouse position
XXX * styling scrollbars:
::scrollbars { ... }
XXX * automatic table of contents
XXX * a way to show icons for file types
e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
Expand Down Expand Up @@ -59280,11 +59278,9 @@ TODO (or delay):
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 * <menu> should be hideable, like <command>
XXX * Need to say that NodeList's items are enumerable, so that
for (var x in myNodeList) { }
...works. (ack Dethe Elza)
XXX * people want multiline tooltips with explicit line breaks
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 @@ -59315,7 +59311,6 @@ TODO (or delay):
<pav> we're designing an image format, not the html image tag
<pav> the html spec should say what to do with it
XXX * <title site="" publisher="" author="">Page Title</title> ?
XXX * <h1> styled according to section depth
XXX * [onclick] should make element focusable; enter should send onclick ?
XXX * support access Array element via () instead of [] (IEism)
https://bugzilla.mozilla.org/show_bug.cgi?id=289876
Expand All @@ -59330,7 +59325,6 @@ TODO (or delay):
XXX * <select><option><hr> support?
XXX * need explanation of when to use undo/redo, and when to use
back/forward
XXX * "alternate style sheet" should be "alternative style sheet"
XXX * screen object: top left width height pixelDepth colorDepth
availWidth availHeight availLeft availTop
XXX * need to become consistent about whether or not to quote keyword
Expand Down Expand Up @@ -59495,7 +59489,6 @@ TODO (or delay):
XXX * maximum height/width or required ratio for image uploads? - Leons Petrazickis
XXX * A way to specify the default button - Michael Gratton
XXX * <fieldset readonly>?
XXX * keygen?
XXX * action="" should be defined as not being relative to base URI
see https://bugzilla.mozilla.org/show_bug.cgi?id=297761
XXX * rephrase things so that an enumerated attribute puts the _element_ into
Expand Down
9 changes: 1 addition & 8 deletions source
Expand Up @@ -976,7 +976,7 @@
<p class="XXX">See <a
href="http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/csswg/cssom/Overview.html?content-type=text/html;%20charset=utf-8</a></p>
<!--XXX empty title attribute is equivalent to missing attribute for
purposes of alternate style sheet processing -->
purposes of alternative style sheet processing -->


<h4>Common conformance requirements for APIs exposed to
Expand Down Expand Up @@ -65058,8 +65058,6 @@ TODO (or delay):
XXX * find object at (x,y)
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp
XXX * find mouse position
XXX * styling scrollbars:
::scrollbars { ... }
XXX * automatic table of contents
XXX * a way to show icons for file types
e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
Expand Down Expand Up @@ -65096,11 +65094,9 @@ TODO (or delay):
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 * <menu> should be hideable, like <command>
XXX * Need to say that NodeList's items are enumerable, so that
for (var x in myNodeList) { }
...works. (ack Dethe Elza)
XXX * people want multiline tooltips with explicit line breaks
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 @@ -65131,7 +65127,6 @@ TODO (or delay):
<pav> we're designing an image format, not the html image tag
<pav> the html spec should say what to do with it
XXX * <title site="" publisher="" author="">Page Title</title> ?
XXX * <h1> styled according to section depth
XXX * [onclick] should make element focusable; enter should send onclick ?
XXX * support access Array element via () instead of [] (IEism)
https://bugzilla.mozilla.org/show_bug.cgi?id=289876
Expand All @@ -65146,7 +65141,6 @@ TODO (or delay):
XXX * <select><option><hr> support?
XXX * need explanation of when to use undo/redo, and when to use
back/forward
XXX * "alternate style sheet" should be "alternative style sheet"
XXX * screen object: top left width height pixelDepth colorDepth
availWidth availHeight availLeft availTop
XXX * need to become consistent about whether or not to quote keyword
Expand Down Expand Up @@ -65311,7 +65305,6 @@ TODO (or delay):
XXX * maximum height/width or required ratio for image uploads? - Leons Petrazickis
XXX * A way to specify the default button - Michael Gratton
XXX * <fieldset readonly>?
XXX * keygen?
XXX * action="" should be defined as not being relative to base URI
see https://bugzilla.mozilla.org/show_bug.cgi?id=297761
XXX * rephrase things so that an enumerated attribute puts the _element_ into
Expand Down

0 comments on commit f615ca4

Please sign in to comment.