Skip to content

Commit

Permalink
[e] (0) When I copy-pasted the <object> text into the <embed> section…
Browse files Browse the repository at this point in the history
…, I missed some occurrences of the word 'object'...

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22429
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8015 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 2, 2013
1 parent 98737ae commit 86c013a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -25365,14 +25365,14 @@ <h4 id=the-embed-element><span class=secno>4.8.3 </span>The <dfn><code>embed</co
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>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -25365,14 +25365,14 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -26723,14 +26723,14 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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>
Expand Down

0 comments on commit 86c013a

Please sign in to comment.