[html5] r2835 - [e] (0) Collapse the XXXs for things for other specs into one XXX, and move it t [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 18 18:26:25 PST 2009


Author: ianh
Date: 2009-02-18 18:26:25 -0800 (Wed, 18 Feb 2009)
New Revision: 2835

Modified:
   index
   source
Log:
[e] (0) Collapse the XXXs for things for other specs into one XXX, and move it to the 'other specs' section.

Modified: index
===================================================================
--- index	2009-02-19 02:12:28 UTC (rev 2834)
+++ index	2009-02-19 02:26:25 UTC (rev 2835)
@@ -58971,6 +58971,29 @@
   that can be integrated into this one. This section covers some of
   the more common requests.</p>
 
+
+  <!-- There are also certain features that are not handled by this
+  specification or any other, but that SHOULD be handled by another
+  specification:
+
+    * find object at (x,y)
+      http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp
+    * find mouse position
+    * screen object: top left width height pixelDepth colorDepth
+      availWidth availHeight availLeft availTop
+    * support access Array element via () instead of [] (IEism)
+      https://bugzilla.mozilla.org/show_bug.cgi?id=289876
+    * Need to say that NodeList's items are enumerable, so that
+        for (var x in myNodeList) { }
+      ...works. (ack Dethe Elza)
+    * a way to show icons for file types
+      e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
+      (this should probably be a function for the 'content',
+      'background-image' and 'list-style-image' properties in CSS)
+
+  XXX should ensure these are filed with the relevant people and groups
+  -->
+
   <h3 id=localization><span class=secno>12.1 </span>Localization</h3>
 
   <p>If you wish to create localized versions of an HTML application,
@@ -59239,12 +59262,7 @@
 
 <!--
 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 * automatic table of contents
- XXX * a way to show icons for file types
-       e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
  XXX * custom syntax highlighting in <textarea>, <pre> (ack Ryan Johnson)
  XXX * methods/properties for managing scrolling, especially in TextArea,
        such as .scrollTop and .scrollHeight in Mozilla
@@ -59278,9 +59296,6 @@
        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 * Need to say that NodeList's items are enumerable, so that
-         for (var x in myNodeList) { }
-       ...works. (ack Dethe Elza)
  XXX * ability for a web app to save a file to the local disk:
          var file = window.openFile(); // throws up UI
          file.read();
@@ -59312,8 +59327,6 @@
          <pav> the html spec should say what to do with it
  XXX * <title site="" publisher="" author="">Page Title</title> ?
  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
  XXX * how to interpret an HTML5 document for syndication
        http://hixie.ch/specs/hsf/hsf
  XXX * should have some text talking about the fact that it's ok if your
@@ -59325,8 +59338,6 @@
  XXX * <select><option><hr> support?
  XXX * need explanation of when to use undo/redo, and when to use
        back/forward
- 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
        ("<code title="">foo</code>" vs <code>foo</code>)
  XXX * need to properly xref events throughout, mark up DOMActivate, etc

Modified: source
===================================================================
--- source	2009-02-19 02:12:28 UTC (rev 2834)
+++ source	2009-02-19 02:26:25 UTC (rev 2835)
@@ -64769,6 +64769,29 @@
   that can be integrated into this one. This section covers some of
   the more common requests.</p>
 
+
+  <!-- There are also certain features that are not handled by this
+  specification or any other, but that SHOULD be handled by another
+  specification:
+
+    * find object at (x,y)
+      http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/elementfrompoint.asp
+    * find mouse position
+    * screen object: top left width height pixelDepth colorDepth
+      availWidth availHeight availLeft availTop
+    * support access Array element via () instead of [] (IEism)
+      https://bugzilla.mozilla.org/show_bug.cgi?id=289876
+    * Need to say that NodeList's items are enumerable, so that
+        for (var x in myNodeList) { }
+      ...works. (ack Dethe Elza)
+    * a way to show icons for file types
+      e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
+      (this should probably be a function for the 'content',
+      'background-image' and 'list-style-image' properties in CSS)
+
+  XXX should ensure these are filed with the relevant people and groups
+  -->
+
   <h3>Localization</h3>
 
   <p>If you wish to create localized versions of an HTML application,
@@ -65055,12 +65078,7 @@
 
 <!--
 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 * automatic table of contents
- XXX * a way to show icons for file types
-       e.g. http://www.gadgetopia.com/2004/05/04/FileIconTag.html
  XXX * custom syntax highlighting in <textarea>, <pre> (ack Ryan Johnson)
  XXX * methods/properties for managing scrolling, especially in TextArea,
        such as .scrollTop and .scrollHeight in Mozilla
@@ -65094,9 +65112,6 @@
        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 * Need to say that NodeList's items are enumerable, so that
-         for (var x in myNodeList) { }
-       ...works. (ack Dethe Elza)
  XXX * ability for a web app to save a file to the local disk:
          var file = window.openFile(); // throws up UI
          file.read();
@@ -65128,8 +65143,6 @@
          <pav> the html spec should say what to do with it
  XXX * <title site="" publisher="" author="">Page Title</title> ?
  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
  XXX * how to interpret an HTML5 document for syndication
        http://hixie.ch/specs/hsf/hsf
  XXX * should have some text talking about the fact that it's ok if your
@@ -65141,8 +65154,6 @@
  XXX * <select><option><hr> support?
  XXX * need explanation of when to use undo/redo, and when to use
        back/forward
- 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
        ("<code title="">foo</code>" vs <code>foo</code>)
  XXX * need to properly xref events throughout, mark up DOMActivate, etc




More information about the Commit-Watchers mailing list