hixie: Minor editorial fixes. (whatwg r4588)

hixie: Minor editorial fixes. (whatwg r4588)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3664&r2=1.3665&f=h
http://html5.org/tools/web-apps-tracker?from=4587&to=4588

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3664
retrieving revision 1.3665
diff -u -d -r1.3664 -r1.3665
--- Overview.html 14 Jan 2010 07:48:41 -0000 1.3664
+++ Overview.html 14 Jan 2010 23:40:09 -0000 1.3665
@@ -262,7 +262,7 @@
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-13-january-2010">Editor's Draft 13 January 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-14-january-2010">Editor's Draft 14 January 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -361,7 +361,7 @@
   specification's progress along the W3C Recommendation
   track.
 
-  This specification is the 13 January 2010 Editor's Draft.
+  This specification is the 14 January 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
   larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>.
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
@@ -16758,18 +16758,14 @@
        src="" to be used for legacy UAs:
 
           <iframe seamless sandbox="allow-scripts allow-forms" doc="
-            <!DOCTYPE HTML>
-            <title></title>
             Welcome to my blog!
             </sandbox>
             <a href='#' onclick='alert(document.cookie)'>Click here</a>
           "></iframe>
 
-       (There are things we can do to make this better, e.g. make the
-       <!DOCTYPE HMTL> and <title></title> bits implicit, maybe
-       introducing type="" to say whether it's HTML or XML instead of
-       only supporting HTML, maybe saying that if src="" and doc=""
-       are both specified they must have identical data, etc.)
+       TODO:
+          <!DOCTYPE HTML> implication
+          <title></title> optional
 
   --><p>The <code><a href="#the-iframe-element">iframe</a></code> element <a href="#represents">represents</a> a
   <a href="#nested-browsing-context">nested browsing context</a>.<p>The <dfn id="attr-iframe-src" title="attr-iframe-src"><code>src</code></dfn> attribute
@@ -16872,7 +16868,7 @@
   <code><a href="#the-iframe-element">iframe</a></code>, either directly or indirectly, must have all
   the flags set on them as were set on the <code><a href="#the-iframe-element">iframe</a></code>'s
   <code>Document</code>'s <a href="#browsing-context">browsing context</a> when the
-  <code>iframe<code>'s <code>Document</code> was created.</code></code></p>
+  <code><a href="#the-iframe-element">iframe</a></code>'s <code>Document</code> was created.</p>
 
   <dl><dt>The <dfn id="sandboxed-navigation-browsing-context-flag">sandboxed navigation browsing context flag</dfn></dt>
 
@@ -43273,8 +43269,8 @@
     <td>Must do the same as <code title="dom-history-go"><a href="#dom-history-go">go(-1)</a></code></td>
    <tr><td><dfn id="dom-history-forward" title="dom-history-forward"><code>forward()</code></dfn></td>
     <td>Must do the same as <code title="dom-history-go"><a href="#dom-history-go">go(1)</a></code></td>
-   </table><hr><p>The <dfn id="dom-history-pushstate" title="dom-history-pushState"><code>pushState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method adds a state object to the
-  history.</p>
+   </table><hr><p>The <dfn id="dom-history-pushstate" title="dom-history-pushState"><code>pushState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method adds a state object entry to
+  the history.</p>
 
   <p>The <dfn id="dom-history-replacestate" title="dom-history-replaceState"><code>replaceState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method updates the <a href="#current-entry">current
   entry</a> in the history to have a state object.</p>
@@ -67609,6 +67605,7 @@
   Wladimir Palant,
   Wojciech Mach,
   Wolfram Kriesing,
+  Yang Chen,
   Yi-An Huang,
   Yngve Nysaeter Pettersen,
   Yuzo Fujishima,

Received on Thursday, 14 January 2010 23:40:56 UTC