- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Jul 2010 05:39:25 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5566
Modified Files:
Overview.html
Log Message:
typo (whatwg r5200)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4135
retrieving revision 1.4136
diff -u -d -r1.4135 -r1.4136
--- Overview.html 27 Jul 2010 05:37:16 -0000 1.4135
+++ Overview.html 27 Jul 2010 05:39:21 -0000 1.4136
@@ -7579,9 +7579,9 @@
<ol><li><p>Let <var title="">document</var> be the <code><a href="#document">Document</a></code>
object on which the method was invoked.</p>~</li>
- <li><p>If the <span>origin of <var title="">url</var> is not
+ <li><p>If the <a href="#origin">origin</a> of <var title="">url</var> is not
the same as the <a href="#origin">origin</a> of <var title="">document</var>, throw a <code><a href="#security_err">SECURITY_ERR</a></code>
- exception.</span></li>
+ exception.</li>
<li><p>Remove all child nodes of <var title="">document</var>,
without firing any mutation events.</li> <!-- as of 2010-07-26,
Received on Tuesday, 27 July 2010 05:39:27 UTC