- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Jan 2011 20:34:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26863
Modified Files:
Overview.html
Log Message:
fix nomenclature (whatwg r5791)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4651
retrieving revision 1.4652
diff -u -d -r1.4651 -r1.4652
--- Overview.html 20 Jan 2011 20:30:57 -0000 1.4651
+++ Overview.html 20 Jan 2011 20:34:32 -0000 1.4652
@@ -10895,7 +10895,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>
@@ -10907,7 +10907,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>
@@ -10930,8 +10930,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>
Received on Thursday, 20 January 2011 20:34:38 UTC