[html5] r2033 - [e] (0) Removing note -- bz is probably right, but we've had even more feedback [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Aug 9 23:24:56 PDT 2008
Author: ianh
Date: 2008-08-09 23:24:55 -0700 (Sat, 09 Aug 2008)
New Revision: 2033
Modified:
index
source
Log:
[e] (0) Removing note -- bz is probably right, but we've had even more feedback saying we should not be adding extra differences between serialisations, so punting on this for now.
Modified: index
===================================================================
--- index 2008-08-08 04:14:37 UTC (rev 2032)
+++ index 2008-08-10 06:24:55 UTC (rev 2033)
@@ -28,7 +28,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 8 August
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 10 August
2008</h2>
<p>You can take part in this work. <a
@@ -7633,6 +7633,7 @@
// <a href="#dynamic3">dynamic markup insertion</a>
attribute DOMString <a href="#innerhtml" title=dom-innerHTML>innerHTML</a>;
+ attribute DOMString <span title=dom-outerHTML>outerHTML</span>;
// <span>metadata attributes</span>
attribute DOMString <a href="#id0" title=dom-id>id</a>;
@@ -8705,9 +8706,6 @@
family of DOM attributes enable script authors to dynamically insert
markup into the document.
- <p class=issue>bz argues that innerHTML should be called something else on
- XML documents and XML elements. Is the sanity worth the migration pain?
-
<p>Because these APIs interact with the parser, their behavior varies
depending on whether they are used with <a href="#html-">HTML
documents</a> (and the <a href="#html-0">HTML parser</a>) or XHTML in <a
Modified: source
===================================================================
--- source 2008-08-08 04:14:37 UTC (rev 2032)
+++ source 2008-08-10 06:24:55 UTC (rev 2033)
@@ -5546,6 +5546,7 @@
// <span>dynamic markup insertion</span>
attribute DOMString <span title="dom-innerHTML">innerHTML</span>;
+ attribute DOMString <span title="dom-outerHTML">outerHTML</span>;
// <span>metadata attributes</span>
attribute DOMString <span title="dom-id">id</span>;
@@ -6615,10 +6616,6 @@
enable script authors to dynamically insert markup into the
document.</p>
- <p class="issue">bz argues that innerHTML should be called something
- else on XML documents and XML elements. Is the sanity worth the
- migration pain?</p>
-
<p>Because these APIs interact with the parser, their behavior
varies depending on whether they are used with <span>HTML
documents</span> (and the <span>HTML parser</span>) or XHTML in
More information about the Commit-Watchers
mailing list