[html5] r3981 - [e] (0) remove the 'out of scope' section
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 23 06:05:45 PDT 2009
Author: ianh
Date: 2009-09-23 06:05:44 -0700 (Wed, 23 Sep 2009)
New Revision: 3981
Modified:
index
source
Log:
[e] (0) remove the 'out of scope' section
Modified: index
===================================================================
--- index 2009-09-23 12:59:35 UTC (rev 3980)
+++ index 2009-09-23 13:05:44 UTC (rev 3981)
@@ -1044,19 +1044,13 @@
<li><a href=#the-marquee-element><span class=secno>12.3.2 </span>The <code>marquee</code> element</a></li>
<li><a href=#frames><span class=secno>12.3.3 </span>Frames</a></li>
<li><a href=#other-elements,-attributes-and-apis><span class=secno>12.3.4 </span>Other elements, attributes and APIs</a></ol></ol></li>
- <li><a href=#no><span class=secno>13 </span>Things that you can't do with this specification because
- they are better handled using other technologies that are further
- described herein</a>
- <ol>
- <li><a href=#localization><span class=secno>13.1 </span>Localization</a></li>
- <li><a href=#declarative-3d-scenes><span class=secno>13.2 </span>Declarative 3D scenes</a></ol></li>
<li><a class=no-num href=#iana-considerations>IANA considerations</a>
<ol>
- <li><a href=#text/html><span class=secno>13.1 </span><code>text/html</code></a></li>
- <li><a href=#application/xhtml+xml><span class=secno>13.2 </span><code>application/xhtml+xml</code></a></li>
- <li><a href=#text/cache-manifest><span class=secno>13.3 </span><code>text/cache-manifest</code></a></li>
- <li><a href=#text/ping><span class=secno>13.4 </span><code>text/ping</code></a></li>
- <li><a href=#application/microdata+json><span class=secno>13.5 </span><code>application/microdata+json</code></a></ol></li>
+ <li><a href=#text/html><span class=secno>12.1 </span><code>text/html</code></a></li>
+ <li><a href=#application/xhtml+xml><span class=secno>12.2 </span><code>application/xhtml+xml</code></a></li>
+ <li><a href=#text/cache-manifest><span class=secno>12.3 </span><code>text/cache-manifest</code></a></li>
+ <li><a href=#text/ping><span class=secno>12.4 </span><code>text/ping</code></a></li>
+ <li><a href=#application/microdata+json><span class=secno>12.5 </span><code>application/microdata+json</code></a></ol></li>
<li><a class=no-num href=#index>Index</a></li>
<li><a class=no-num href=#references>References</a></li>
<li><a class=no-num href=#acknowledgements>Acknowledgements</a></ol>
@@ -75098,67 +75092,6 @@
- <h2 id=no><span class=secno>13 </span>Things that you can't do with this specification because
- they are better handled using other technologies that are further
- described herein</h2>
-
- <p><i>This section is non-normative.</i></p>
-
- <p>There are certain features that are not handled by this
- specification because a client side markup language is not the right
- level for them, or because the features exist in other languages
- 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
- * 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
- 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)
- * 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
- -->
-
- <h3 id=localization><span class=secno>13.1 </span>Localization</h3>
-
- <p>If you wish to create localized versions of an HTML application,
- the best solution is to preprocess the files on the server, and then
- use HTTP content negotiation to serve the appropriate language.</p>
-
- <!-- <p>XXX example here</p> -->
-
-
- <h3 id=declarative-3d-scenes><span class=secno>13.2 </span>Declarative 3D scenes</h3>
-
- <p>Embedding 3D imagery into XHTML documents is the domain of X3D,
- or technologies based on X3D that are namespace-aware.</p>
-
- <!-- <p>XXX example here</p> -->
-
-
-
-
<h2 class=no-num id=iana-considerations>IANA considerations</h2>
<!-- http://www.w3.org/2002/06/registering-mediatype.html -->
@@ -75166,7 +75099,7 @@
<p>This registration is for community review and will be submitted
to the IESG for review, approval, and registration with IANA.</p>
- <h3 id=text/html><span class=secno>13.1 </span><dfn><code>text/html</code></dfn></h3>
+ <h3 id=text/html><span class=secno>12.1 </span><dfn><code>text/html</code></dfn></h3>
<!--
To: ietf-types at iana.org
@@ -75274,7 +75207,7 @@
refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
- <h3 id=application/xhtml+xml><span class=secno>13.2 </span><dfn><code>application/xhtml+xml</code></dfn></h3>
+ <h3 id=application/xhtml+xml><span class=secno>12.2 </span><dfn><code>application/xhtml+xml</code></dfn></h3>
<!--
To: ietf-types at iana.org
@@ -75336,7 +75269,7 @@
type</a>. <a href=#refsRFC3023>[RFC3023]</a></p>
- <h3 id=text/cache-manifest><span class=secno>13.3 </span><dfn><code>text/cache-manifest</code></dfn></h3>
+ <h3 id=text/cache-manifest><span class=secno>12.3 </span><dfn><code>text/cache-manifest</code></dfn></h3>
<!--
To: ietf-types at iana.org
@@ -75403,7 +75336,7 @@
<code><a href=#text/cache-manifest>text/cache-manifest</a></code> resources.</p>
- <h3 id=text/ping><span class=secno>13.4 </span><dfn><code>text/ping</code></dfn></h3>
+ <h3 id=text/ping><span class=secno>12.4 </span><dfn><code>text/ping</code></dfn></h3>
<!--
To: ietf-types at iana.org
@@ -75463,7 +75396,7 @@
<code><a href=#text/ping>text/ping</a></code> resources.</p>
- <h3 id=application/microdata+json><span class=secno>13.5 </span><dfn><code>application/microdata+json</code></dfn></h3>
+ <h3 id=application/microdata+json><span class=secno>12.5 </span><dfn><code>application/microdata+json</code></dfn></h3>
<!--
To: ietf-types at iana.org
Modified: source
===================================================================
--- source 2009-09-23 12:59:35 UTC (rev 3980)
+++ source 2009-09-23 13:05:44 UTC (rev 3981)
@@ -89142,67 +89142,6 @@
- <h2 id="no">Things that you can't do with this specification because
- they are better handled using other technologies that are further
- described herein</h2>
-
- <p><i>This section is non-normative.</i></p>
-
- <p>There are certain features that are not handled by this
- specification because a client side markup language is not the right
- level for them, or because the features exist in other languages
- 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
- * 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
- 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)
- * 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
- -->
-
- <h3>Localization</h3>
-
- <p>If you wish to create localized versions of an HTML application,
- the best solution is to preprocess the files on the server, and then
- use HTTP content negotiation to serve the appropriate language.</p>
-
- <!-- <p>XXX example here</p> -->
-
-
- <h3>Declarative 3D scenes</h3>
-
- <p>Embedding 3D imagery into XHTML documents is the domain of X3D,
- or technologies based on X3D that are namespace-aware.</p>
-
- <!-- <p>XXX example here</p> -->
-
-
-
-
<h2 class="no-num">IANA considerations</h2>
<!-- http://www.w3.org/2002/06/registering-mediatype.html -->
More information about the Commit-Watchers
mailing list