html5/spec Overview.html,1.1220,1.1221

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9200

Modified Files:
	Overview.html 
Log Message:
Make it clearer that document.write() and outerHTML don't work in XML documents. (whatwg r2036)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1220
retrieving revision 1.1221
diff -u -d -r1.1220 -r1.1221
--- Overview.html	10 Aug 2008 22:29:03 -0000	1.1220
+++ Overview.html	10 Aug 2008 22:38:04 -0000	1.1221
@@ -8738,8 +8738,8 @@
      <td><a href="#document.write..."
       title=dom-document-write-HTML><code>document.write()</code> in HTML</a>
 
-     <td><a href="#document.write0"
-      title=dom-document-write-XML><code>document.write()</code> in XML</a>
+     <td><a href="#document.write0" title=dom-document-write-XML>not
+      supported</a>
 
     <tr>
      <th><dfn id=innerhtml title=dom-innerHTML><code>innerHTML</code></dfn>
@@ -8755,8 +8755,7 @@
      <td><a href="#outerhtml0"
       title=dom-outerHTML-HTML><code>outerHTML</code> in HTML</a>
 
-     <td><a href="#outerhtml1" title=dom-outerHTML-XML><code>outerHTML</code>
-      in XML</a>
+     <td><a href="#outerhtml1" title=dom-outerHTML-XML>not supported</a>
   </table>
 
   <p>Regardless of the parsing mode, the <dfn id=document.writeln...

Received on Sunday, 10 August 2008 22:38:41 UTC