[html5] r2127 - [e] (0) be slightly more consistent about well-formedness terminology. (credit: sp)

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 29 03:06:09 PDT 2008


Author: ianh
Date: 2008-08-29 03:06:07 -0700 (Fri, 29 Aug 2008)
New Revision: 2127

Modified:
   index
   source
Log:
[e] (0) be slightly more consistent about well-formedness terminology. (credit: sp)

Modified: index
===================================================================
--- index	2008-08-29 09:54:01 UTC (rev 2126)
+++ index	2008-08-29 10:06:07 UTC (rev 2127)
@@ -9463,8 +9463,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
@@ -37144,8 +37145,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>

Modified: source
===================================================================
--- source	2008-08-29 09:54:01 UTC (rev 2126)
+++ source	2008-08-29 10:06:07 UTC (rev 2127)
@@ -7484,9 +7484,9 @@
 
    <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>
 
@@ -34545,7 +34545,7 @@
   page</span>. User agents may do this before the complete document
   has been parsed (thus achieving <i>incremental rendering</i>).</p>
 
-  <p>Error messages from the parse process (e.g. namespace
+  <p>Error messages from the parse process (e.g. XML namespace
   well-formedness errors) may be reported inline by mutating the
   <code>Document</code>.</p>
 




More information about the Commit-Watchers mailing list