Skip to content

Commit

Permalink
[e] (0) fix nomenclature
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11226

git-svn-id: http://svn.whatwg.org/webapps@5791 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 20, 2011
1 parent ab0c8ea commit c886ff8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -12597,7 +12597,7 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser
<code><a href=#no_modification_allowed_err>NO_MODIFICATION_ALLOWED_ERR</a></code> exception and abort
these steps.

<p>Otherwise, let <var title="">context</var> be the parent node
<p>Otherwise, let <var title="">destination</var> be the parent node
of <var title="">target</var>.</p>

</dd>
Expand All @@ -12609,7 +12609,7 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser

<dd>

<p>Let <var title="">context</var> be the same as <var title="">target</var>.</p>
<p>Let <var title="">destination</var> be the same as <var title="">target</var>.</p>

</dd>

Expand All @@ -12632,8 +12632,8 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser
documents">XML document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment
parsing algorithm</a>.</p>

<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and the
element selected in by the previous step as the <var title="">context</var> element.</p>
<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and <var title="">destination as the <var title="">context</var>
element.</var></p>

<p>If this raises an exception, then abort these steps.</p>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -12576,7 +12576,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<code><a href=#no_modification_allowed_err>NO_MODIFICATION_ALLOWED_ERR</a></code> exception and abort
these steps.

<p>Otherwise, let <var title="">context</var> be the parent node
<p>Otherwise, let <var title="">destination</var> be the parent node
of <var title="">target</var>.</p>

</dd>
Expand All @@ -12588,7 +12588,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<dd>

<p>Let <var title="">context</var> be the same as <var title="">target</var>.</p>
<p>Let <var title="">destination</var> be the same as <var title="">target</var>.</p>

</dd>

Expand All @@ -12611,8 +12611,8 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
documents">XML document</a>: Invoke the <a href=#xml-fragment-parsing-algorithm>XML fragment
parsing algorithm</a>.</p>

<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and the
element selected in by the previous step as the <var title="">context</var> element.</p>
<p>In either case, the algorithm must be invoked with <var title="">text</var> as the <var title="">input</var>, and <var title="">destination as the <var title="">context</var>
element.</var></p>

<p>If this raises an exception, then abort these steps.</p>

Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -13149,7 +13149,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<code>NO_MODIFICATION_ALLOWED_ERR</code> exception and abort
these steps.

<p>Otherwise, let <var title="">context</var> be the parent node
<p>Otherwise, let <var title="">destination</var> be the parent node
of <var title="">target</var>.</p>

</dd>
Expand All @@ -13161,7 +13161,7 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )

<dd>

<p>Let <var title="">context</var> be the same as <var
<p>Let <var title="">destination</var> be the same as <var
title="">target</var>.</p>

</dd>
Expand Down Expand Up @@ -13189,9 +13189,9 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
parsing algorithm</span>.</p>

<p>In either case, the algorithm must be invoked with <var
title="">text</var> as the <var title="">input</var>, and the
element selected in by the previous step as the <var
title="">context</var> element.</p>
title="">text</var> as the <var title="">input</var>, and <var
title="">destination</a> as the <var title="">context</var>
element.</p>

<p>If this raises an exception, then abort these steps.</p>

Expand Down

0 comments on commit c886ff8

Please sign in to comment.