[html5] r4588 - [e] (0) Minor editorial fixes.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 14 15:40:05 PST 2010


Author: ianh
Date: 2010-01-14 15:40:02 -0800 (Thu, 14 Jan 2010)
New Revision: 4588

Modified:
   complete.html
   index
   source
Log:
[e] (0) Minor editorial fixes.

Modified: complete.html
===================================================================
--- complete.html	2010-01-14 06:25:01 UTC (rev 4587)
+++ complete.html	2010-01-14 23:40:02 UTC (rev 4588)
@@ -19685,7 +19685,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>
 
@@ -55639,8 +55639,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>

Modified: index
===================================================================
--- index	2010-01-14 06:25:01 UTC (rev 4587)
+++ index	2010-01-14 23:40:02 UTC (rev 4588)
@@ -19585,7 +19585,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>
 
@@ -55553,8 +55553,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>

Modified: source
===================================================================
--- source	2010-01-14 06:25:01 UTC (rev 4587)
+++ source	2010-01-14 23:40:02 UTC (rev 4588)
@@ -20944,7 +20944,7 @@
   <code>iframe</code>, either directly or indirectly, must have all
   the flags set on them as were set on the <code>iframe</code>'s
   <code>Document</code>'s <span>browsing context</span> when the
-  <code>iframe<code>'s <code>Document</code> was created.</p>
+  <code>iframe</code>'s <code>Document</code> was created.</p>
 
   <dl>
 
@@ -62884,8 +62884,8 @@
 
   <p>The <dfn 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>
+  title="">url</var>)</code></dfn> method adds a state object entry to
+  the history.</p>
 
   <p>The <dfn title="dom-history-replaceState"><code>replaceState(<var
   title="">data</var>, <var title="">title</var>, <var




More information about the Commit-Watchers mailing list