[html5] r8015 - [e] (0) When I copy-pasted the <object> text into the <embed> section, I missed [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 2 15:57:58 PDT 2013
Author: ianh
Date: 2013-07-02 15:57:56 -0700 (Tue, 02 Jul 2013)
New Revision: 8015
Modified:
complete.html
index
source
Log:
[e] (0) When I copy-pasted the <object> text into the <embed> section, I missed some occurrences of the word 'object'...
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22429
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-07-02 22:31:54 UTC (rev 8014)
+++ complete.html 2013-07-02 22:57:56 UTC (rev 8015)
@@ -25365,14 +25365,14 @@
browsing context</a> to the value of this attribute.</p>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2291 - dynamic changes to 'name' don't do anything -->
- <li><p><a href=#navigate>Navigate</a><!--DONAV object--> the <a href=#nested-browsing-context>nested browsing context</a> to
+ <li><p><a href=#navigate>Navigate</a><!--DONAV embed--> the <a href=#nested-browsing-context>nested browsing context</a> to
the fetched resource, with <a href=#replacement-enabled>replacement enabled</a>, and with the
<code><a href=#the-embed-element>embed</a></code> element's document's <a href=#browsing-context>browsing context</a> as the <a href=#source-browsing-context>source
browsing context</a>. (The <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute of the
<code><a href=#the-embed-element>embed</a></code> element doesn't get updated if the browsing context gets further
navigated to other locations.)</li>
- <li><p>The <code><a href=#the-object-element>object</a></code> element now <a href=#represents>represents</a> its associated
+ <li><p>The <code><a href=#the-embed-element>embed</a></code> element now <a href=#represents>represents</a> its associated
<a href=#nested-browsing-context>nested browsing context</a>.</li>
</ol></li>
Modified: index
===================================================================
--- index 2013-07-02 22:31:54 UTC (rev 8014)
+++ index 2013-07-02 22:57:56 UTC (rev 8015)
@@ -25365,14 +25365,14 @@
browsing context</a> to the value of this attribute.</p>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2291 - dynamic changes to 'name' don't do anything -->
- <li><p><a href=#navigate>Navigate</a><!--DONAV object--> the <a href=#nested-browsing-context>nested browsing context</a> to
+ <li><p><a href=#navigate>Navigate</a><!--DONAV embed--> the <a href=#nested-browsing-context>nested browsing context</a> to
the fetched resource, with <a href=#replacement-enabled>replacement enabled</a>, and with the
<code><a href=#the-embed-element>embed</a></code> element's document's <a href=#browsing-context>browsing context</a> as the <a href=#source-browsing-context>source
browsing context</a>. (The <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute of the
<code><a href=#the-embed-element>embed</a></code> element doesn't get updated if the browsing context gets further
navigated to other locations.)</li>
- <li><p>The <code><a href=#the-object-element>object</a></code> element now <a href=#represents>represents</a> its associated
+ <li><p>The <code><a href=#the-embed-element>embed</a></code> element now <a href=#represents>represents</a> its associated
<a href=#nested-browsing-context>nested browsing context</a>.</li>
</ol></li>
Modified: source
===================================================================
--- source 2013-07-02 22:31:54 UTC (rev 8014)
+++ source 2013-07-02 22:57:56 UTC (rev 8015)
@@ -26723,14 +26723,14 @@
browsing context</span> to the value of this attribute.</p>
<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2291 - dynamic changes to 'name' don't do anything -->
- <li><p><span>Navigate</span><!--DONAV object--> the <span>nested browsing context</span> to
+ <li><p><span>Navigate</span><!--DONAV embed--> the <span>nested browsing context</span> to
the fetched resource, with <span>replacement enabled</span>, and with the
<code>embed</code> element's document's <span>browsing context</span> as the <span>source
browsing context</span>. (The <code title="attr-embed-src">src</code> attribute of the
<code>embed</code> element doesn't get updated if the browsing context gets further
navigated to other locations.)</p></li>
- <li><p>The <code>object</code> element now <span>represents</span> its associated
+ <li><p>The <code>embed</code> element now <span>represents</span> its associated
<span>nested browsing context</span>.</p></li>
</ol>
More information about the Commit-Watchers
mailing list