- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 07:40:47 +0900 (JST)
- To: public-html-diffs@w3.org
Make it clearer that document.write() and outerHTML don't work in XML
documents. (whatwg r2036)
document.write()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1221.html#document.write
outerHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1221.html#outerhtml
innerHTML
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1221.html#innerhtml
document.writeln(...)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1221.html#document.writeln...
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1220&r2=1.1221&f=h
http://html5.org/tools/web-apps-tracker?from=2035&to=2036
===================================================================
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:41:24 UTC