Skip to content

Commit

Permalink
[e] (0) Move some v2 ideas at the bottom of the spec up into their re…
Browse files Browse the repository at this point in the history
…levant sections; move some more non-HTML ideas into the non-HTML section.

git-svn-id: http://svn.whatwg.org/webapps@2836 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2009
1 parent 3a07f2a commit b83d3b9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
18 changes: 13 additions & 5 deletions index
Expand Up @@ -11356,6 +11356,9 @@ isn't his only passion. He also enjoys other pleasures.</p>

<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
Expand Down Expand Up @@ -43118,6 +43121,9 @@ at the first element with the given ID must be treated as if it was cloned and r
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>
Expand Down Expand Up @@ -58981,6 +58987,8 @@ S SPACER STRIKE TT U -->
* 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
Expand All @@ -58990,6 +58998,11 @@ S SPACER STRIKE TT U -->
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
-->
Expand Down Expand Up @@ -59262,11 +59275,6 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {

<!--
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:
Expand Down
18 changes: 13 additions & 5 deletions source
Expand Up @@ -12014,6 +12014,9 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>

<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
Expand Down Expand Up @@ -49156,6 +49159,9 @@ at the first element with the given ID must be treated as if it was cloned and r
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>
Expand Down Expand Up @@ -64779,6 +64785,8 @@ S SPACER STRIKE TT U -->
* 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
Expand All @@ -64788,6 +64796,11 @@ S SPACER STRIKE TT U -->
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
-->
Expand Down Expand Up @@ -65078,11 +65091,6 @@ interface <dfn>TimeoutHandler</dfn> {

<!--
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:
Expand Down

0 comments on commit b83d3b9

Please sign in to comment.