- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Jan 2011 20:36:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27343 Modified Files: Overview.html Log Message: typo (whatwg r5792) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4652 retrieving revision 1.4653 diff -u -d -r1.4652 -r1.4653 --- Overview.html 20 Jan 2011 20:34:32 -0000 1.4652 +++ Overview.html 20 Jan 2011 20:36:37 -0000 1.4653 @@ -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 <var title="">destination as the <var title="">context</var> - element.</var></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</var> as the <var title="">context</var> + element.</p> <p>If this raises an exception, then abort these steps.</p>
Received on Thursday, 20 January 2011 20:36:42 UTC