[html5] r5791 - [e] (0) fix nomenclature Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11226
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 20 12:34:27 PST 2011
Author: ianh
Date: 2011-01-20 12:34:25 -0800 (Thu, 20 Jan 2011)
New Revision: 5791
Modified:
complete.html
index
source
Log:
[e] (0) fix nomenclature
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11226
Modified: complete.html
===================================================================
--- complete.html 2011-01-20 20:30:50 UTC (rev 5790)
+++ complete.html 2011-01-20 20:34:25 UTC (rev 5791)
@@ -12597,7 +12597,7 @@
<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>
@@ -12609,7 +12609,7 @@
<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>
@@ -12632,8 +12632,8 @@
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>
Modified: index
===================================================================
--- index 2011-01-20 20:30:50 UTC (rev 5790)
+++ index 2011-01-20 20:34:25 UTC (rev 5791)
@@ -12576,7 +12576,7 @@
<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>
@@ -12588,7 +12588,7 @@
<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>
@@ -12611,8 +12611,8 @@
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>
Modified: source
===================================================================
--- source 2011-01-20 20:30:50 UTC (rev 5790)
+++ source 2011-01-20 20:34:25 UTC (rev 5791)
@@ -13149,7 +13149,7 @@
<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>
@@ -13161,7 +13161,7 @@
<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>
@@ -13189,9 +13189,9 @@
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>
More information about the Commit-Watchers
mailing list