[html5] r2834 - [e] (0) Strip a variety of XXXs that are obsolete or inappropriate: CSS stuff be [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 18 18:12:29 PST 2009


Author: ianh
Date: 2009-02-18 18:12:28 -0800 (Wed, 18 Feb 2009)
New Revision: 2834

Modified:
   index
   source
Log:
[e] (0) Strip a variety of XXXs that are obsolete or inappropriate: CSS stuff belongs in CSS; keygen will be dealt with as part of e-mail feedback; the other things are already done.

Modified: index
===================================================================
--- index	2009-02-19 02:08:18 UTC (rev 2833)
+++ index	2009-02-19 02:12:28 UTC (rev 2834)
@@ -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
@@ -59242,8 +59242,6 @@
  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
@@ -59280,11 +59278,9 @@
        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();
@@ -59315,7 +59311,6 @@
          <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
@@ -59330,7 +59325,6 @@
  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
@@ -59495,7 +59489,6 @@
  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

Modified: source
===================================================================
--- source	2009-02-19 02:08:18 UTC (rev 2833)
+++ source	2009-02-19 02:12:28 UTC (rev 2834)
@@ -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
@@ -65058,8 +65058,6 @@
  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
@@ -65096,11 +65094,9 @@
        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();
@@ -65131,7 +65127,6 @@
          <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
@@ -65146,7 +65141,6 @@
  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
@@ -65311,7 +65305,6 @@
  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




More information about the Commit-Watchers mailing list