- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Sep 2011 00:24:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8090 Modified Files: Overview.html Log Message: Exceptions DOM Core/WebIDL fix. (whatwg r6602) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5294 retrieving revision 1.5295 diff -u -d -r1.5294 -r1.5295 --- Overview.html 29 Sep 2011 22:33:12 -0000 1.5294 +++ Overview.html 30 Sep 2011 00:24:38 -0000 1.5295 @@ -321,7 +321,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-29-september-2011">Editor's Draft 29 September 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-september-2011">Editor's Draft 30 September 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -467,7 +467,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation [...1204 lines suppressed...] <h3 id="parsing-xhtml-fragments"><span class="secno">9.4 </span>Parsing XHTML fragments</h3> <p>The <dfn id="xml-fragment-parsing-algorithm">XML fragment parsing algorithm</dfn> either returns a - <code><a href="#document">Document</a></code> or raises a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception. + <code><a href="#document">Document</a></code> or throws a <code><a href="#syntaxerror">SyntaxError</a></code> exception. Given a string <var title="">input</var> and an optional context element <var title="concept-frag-parse-context"><a href="#concept-frag-parse-context">context</a></var>, the algorithm is as follows:</p> @@ -63947,7 +63940,7 @@ <li> <p>If there is an XML well-formedness or XML namespace - well-formedness error, then raise a <code><a href="#syntax_err">SYNTAX_ERR</a></code> + well-formedness error, then throw a <code><a href="#syntaxerror">SyntaxError</a></code> exception and abort these steps.</p> </li>
Received on Friday, 30 September 2011 00:24:46 UTC