- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Aug 2008 10:05:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6491
Modified Files:
Overview.html
Log Message:
be slightly more consistent about well-formedness terminology. (credit: sp) (whatwg r2127)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1298
retrieving revision 1.1299
diff -u -d -r1.1298 -r1.1299
--- Overview.html 29 Aug 2008 09:53:38 -0000 1.1298
+++ Overview.html 29 Aug 2008 10:05:43 -0000 1.1299
@@ -9471,8 +9471,9 @@
corresponding to the end tag of that element.</p>
<li>
- <p>If the parser found a well-formedness error, the attribute's setter
- must raise a <code>SYNTAX_ERR</code> exception and abort these steps.</p>
+ <p>If the parser found an XML well-formedness or XML namespace
+ well-formedness error, the attribute's setter must raise a
+ <code>SYNTAX_ERR</code> exception and abort these steps.</p>
<li>
<p>The user agent must remove the children nodes of the node whose <code
@@ -37152,8 +37153,9 @@
page</a>. User agents may do this before the complete document has been
parsed (thus achieving <i>incremental rendering</i>).
- <p>Error messages from the parse process (e.g. namespace well-formedness
- errors) may be reported inline by mutating the <code>Document</code>.
+ <p>Error messages from the parse process (e.g. XML namespace
+ well-formedness errors) may be reported inline by mutating the
+ <code>Document</code>.
<h4 id=read-text><span class=secno>5.9.4 </span><dfn id=page-load1
title=navigate-text>Page load processing model for text files</dfn></h4>
Received on Friday, 29 August 2008 10:06:20 UTC