- From: poot <cvsmail@w3.org>
- Date: Thu, 20 Jan 2011 15:36:16 -0500
- To: public-html-diffs@w3.org
hixie: fix nomenclature (whatwg r5791) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4651&r2=1.4652&f=h http://html5.org/tools/web-apps-tracker?from=5790&to=5791 =================================================================== 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:36:18 UTC