[html5] r2036 - [e] (0) Make it clearer that document.write() and outerHTML don't work in XML do [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 10 15:37:31 PDT 2008
Author: ianh
Date: 2008-08-10 15:37:30 -0700 (Sun, 10 Aug 2008)
New Revision: 2036
Modified:
index
source
Log:
[e] (0) Make it clearer that document.write() and outerHTML don't work in XML documents.
Modified: index
===================================================================
--- index 2008-08-10 22:28:59 UTC (rev 2035)
+++ index 2008-08-10 22:37:30 UTC (rev 2036)
@@ -8730,8 +8730,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>
@@ -8747,8 +8747,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...
Modified: source
===================================================================
--- source 2008-08-10 22:28:59 UTC (rev 2035)
+++ source 2008-08-10 22:37:30 UTC (rev 2036)
@@ -6636,7 +6636,7 @@
<tr>
<th><dfn title="dom-document-write"><code>document.write()</code></dfn></th>
<td><span title="dom-document-write-HTML"><code>document.write()</code> in HTML</span></td>
- <td><span title="dom-document-write-XML"><code>document.write()</code> in XML</span></td>
+ <td><span title="dom-document-write-XML">not supported</span></td>
</tr>
<tr>
<th><dfn title="dom-innerHTML"><code>innerHTML</code></dfn></th>
@@ -6646,7 +6646,7 @@
<tr>
<th><dfn title="dom-outerHTML"><code>outerHTML</code></dfn></th>
<td><span title="dom-outerHTML-HTML"><code>outerHTML</code> in HTML</span></td>
- <td><span title="dom-outerHTML-XML"><code>outerHTML</code> in XML</span></td>
+ <td><span title="dom-outerHTML-XML">not supported</span></td>
</tr>
</tbody>
</table>
More information about the Commit-Watchers
mailing list