[html5] r2836 - [e] (0) Move some v2 ideas at the bottom of the spec up into their relevant sect [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 18 18:43:09 PST 2009
Author: ianh
Date: 2009-02-18 18:43:08 -0800 (Wed, 18 Feb 2009)
New Revision: 2836
Modified:
index
source
Log:
[e] (0) Move some v2 ideas at the bottom of the spec up into their relevant sections; move some more non-HTML ideas into the non-HTML section.
Modified: index
===================================================================
--- index 2009-02-19 02:26:25 UTC (rev 2835)
+++ index 2009-02-19 02:43:08 UTC (rev 2836)
@@ -11356,6 +11356,9 @@
<h5 id=outlines><span class=secno>4.4.10.1 </span>Creating an outline</h5>
+ <!-- v2 idea: It would be nice if there was a way to use this to
+ autogenerate a table of contents or some such -->
+
<p>This section defines an algorithm for creating an outline for a
<a href=#sectioning-content-0>sectioning content</a> element or a <a href=#sectioning-root>sectioning
root</a> element. It is defined in terms of a walk over the nodes
@@ -43118,6 +43121,9 @@
HTMLInputElement we will have to add the IDL given below to both of
their IDLs.</p>
+ <!-- v2 idea: DOM Range APIs to expose the textarea/input edited
+ value (ack martijnw) -->
+
<p>The <code><a href=#the-input-element>input</a></code> and <code><a href=#the-textarea-element>textarea</a></code> elements define
four members in their DOM interfaces for handling their text
selection:</p>
@@ -58981,6 +58987,8 @@
* find mouse position
* screen object: top left width height pixelDepth colorDepth
availWidth availHeight availLeft availTop
+ * methods/properties for managing scrolling, especially in <textarea>,
+ such as .scrollTop and .scrollHeight in Mozilla
* 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
@@ -58990,6 +58998,11 @@
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)
+ * custom syntax highlighting in <textarea>, <pre> (ack Ryan Johnson)
+ (this would probably best be done as some sort of output filter
+ at the CSS level, rather than anything HTML-specific. It would
+ have to support both <textarea>, where the data isn't in the
+ DOM proper, and <pre>, where it is.)
XXX should ensure these are filed with the relevant people and groups
-->
@@ -59262,11 +59275,6 @@
<!--
TODO (or delay):
- XXX * automatic table of contents
- 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
- XXX * dom range apis with textarea/input edited value (ack martijnw)
XXX * datagrid: cells that are links (<a href=""></a>)
XXX * we should fix The Great Key Problem
XXX * library of resources:
Modified: source
===================================================================
--- source 2009-02-19 02:26:25 UTC (rev 2835)
+++ source 2009-02-19 02:43:08 UTC (rev 2836)
@@ -12014,6 +12014,9 @@
<h5 id="outlines">Creating an outline</h5>
+ <!-- v2 idea: It would be nice if there was a way to use this to
+ autogenerate a table of contents or some such -->
+
<p>This section defines an algorithm for creating an outline for a
<span>sectioning content</span> element or a <span>sectioning
root</span> element. It is defined in terms of a walk over the nodes
@@ -49156,6 +49159,9 @@
HTMLInputElement we will have to add the IDL given below to both of
their IDLs.</p>
+ <!-- v2 idea: DOM Range APIs to expose the textarea/input edited
+ value (ack martijnw) -->
+
<p>The <code>input</code> and <code>textarea</code> elements define
four members in their DOM interfaces for handling their text
selection:</p>
@@ -64779,6 +64785,8 @@
* find mouse position
* screen object: top left width height pixelDepth colorDepth
availWidth availHeight availLeft availTop
+ * methods/properties for managing scrolling, especially in <textarea>,
+ such as .scrollTop and .scrollHeight in Mozilla
* 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
@@ -64788,6 +64796,11 @@
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)
+ * custom syntax highlighting in <textarea>, <pre> (ack Ryan Johnson)
+ (this would probably best be done as some sort of output filter
+ at the CSS level, rather than anything HTML-specific. It would
+ have to support both <textarea>, where the data isn't in the
+ DOM proper, and <pre>, where it is.)
XXX should ensure these are filed with the relevant people and groups
-->
@@ -65078,11 +65091,6 @@
<!--
TODO (or delay):
- XXX * automatic table of contents
- 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
- XXX * dom range apis with textarea/input edited value (ack martijnw)
XXX * datagrid: cells that are links (<a href=""></a>)
XXX * we should fix The Great Key Problem
XXX * library of resources:
More information about the Commit-Watchers
mailing list