[html5] r5104 - [e] (0) minor updates to the intro

whatwg at whatwg.org whatwg at whatwg.org
Sat Jun 12 10:10:15 PDT 2010


Author: ianh
Date: 2010-06-12 10:10:14 -0700 (Sat, 12 Jun 2010)
New Revision: 5104

Modified:
   complete.html
   index
   source
Log:
[e] (0) minor updates to the intro

Modified: complete.html
===================================================================
--- complete.html	2010-06-09 20:23:02 UTC (rev 5103)
+++ complete.html	2010-06-12 17:10:14 UTC (rev 5104)
@@ -209,7 +209,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 June 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 12 June 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->

Modified: index
===================================================================
--- index	2010-06-09 20:23:02 UTC (rev 5103)
+++ index	2010-06-12 17:10:14 UTC (rev 5104)
@@ -213,7 +213,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 June 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 12 June 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -1280,6 +1280,7 @@
   <ul class=brief><li>The <code><a href=#devices>device</a></code> element.</li>
    <li>The <code title=attr-hyperlink-ping><a href=#ping>ping</a></code> attribute and related <a href=#hyperlink-auditing>hyperlink auditing</a> features.</li>
    <li>The <a href=#timed-track>timed track</a> model for <a href=#media-element title="media element">media elements</a>, the <span>WebSRT</span> format, and related features.</li>
+   <li>Rules for <a href=#atom>converting HTML to Atom</a>.</li>
   </ul><p>Features that are part of HTML (and this specification) but that
   are currently published as separate specifications as well, and are
   not included in the W3C HTML5 specification, consist of:</p>
@@ -1306,6 +1307,8 @@
 -->
    <li><a href=http://dev.w3.org/html5/eventsource/>Server-sent Events</a>
    <li><a href=http://dev.w3.org/html5/webdatabase/>Web SQL Database</a>
+   <li><a href=http://tools.ietf.org/html/draft-abarth-mime-sniff>Content-Type Processing Model</a>
+   <li><a href=http://tools.ietf.org/html/draft-abarth-origin>The Web Origin Concept</a>
    <li><a href=http://dev.w3.org/geo/api/spec-source.html>Geolocation API</a>
    <li><a href=http://www.w3.org/TR/SVG/>SVG</a>
    <li><a href=http://www.w3.org/TR/MathML/>MathML</a>

Modified: source
===================================================================
--- source	2010-06-09 20:23:02 UTC (rev 5103)
+++ source	2010-06-12 17:10:14 UTC (rev 5104)
@@ -81,6 +81,7 @@
    <li>The <code>device</code> element.</li>
    <li>The <code title="attr-hyperlink-ping">ping</code> attribute and related <span>hyperlink auditing</span> features.</li>
    <li>The <span>timed track</span> model for <span title="media element">media elements</span>, the <span>WebSRT</span> format, and related features.</li>
+   <li>Rules for <a href="#atom">converting HTML to Atom</a>.</li>
   </ul>
 
   <p>Features that are part of HTML (and this specification) but that
@@ -113,6 +114,8 @@
 -->
    <li><a href="http://dev.w3.org/html5/eventsource/">Server-sent Events</a>
    <li><a href="http://dev.w3.org/html5/webdatabase/">Web SQL Database</a>
+   <li><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Content-Type Processing Model</a>
+   <li><a href="http://tools.ietf.org/html/draft-abarth-origin">The Web Origin Concept</a>
    <li><a href="http://dev.w3.org/geo/api/spec-source.html">Geolocation API</a>
    <li><a href="http://www.w3.org/TR/SVG/">SVG</a>
    <li><a href="http://www.w3.org/TR/MathML/">MathML</a>
@@ -60672,7 +60675,7 @@
 
   </div><!--data-component-->
 
-  <h4>Atom</h4>
+  <h4 id="atom">Atom</h4>
 
   <p>Given a <code>Document</code> <var title="">source</var>, a user
   agent may run the following algorithm to <dfn title="extracting




More information about the Commit-Watchers mailing list