- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jan 2010 10:48:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2522
Modified Files:
Overview.html
Log Message:
missing word (whatwg r4519)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3615
retrieving revision 1.3616
diff -u -d -r1.3615 -r1.3616
--- Overview.html 6 Jan 2010 10:45:40 -0000 1.3615
+++ Overview.html 6 Jan 2010 10:48:46 -0000 1.3616
@@ -9016,9 +9016,9 @@
<dd>Just inside the element, after its last child.</dd>
<dt>"afterend"</dt>
<dd>After the element itself.</dd>
- </dl><p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception the arguments have
- invalid values (e.g., in the case of <a href="#xml-documents">XML documents</a>,
- if the given string is not well-formed).</p>
+ </dl><p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if the arguments
+ have invalid values (e.g., in the case of <a href="#xml-documents">XML
+ documents</a>, if the given string is not well-formed).</p>
<p>Throws a <code><a href="#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
the given position isn't possible (e.g. inserting elements after
Received on Wednesday, 6 January 2010 10:48:50 UTC