Skip to content

Commit

Permalink
[e] (0) Removing note -- bz is probably right, but we've had even mor…
Browse files Browse the repository at this point in the history
…e feedback saying we should not be adding extra differences between serialisations, so punting on this for now.

git-svn-id: http://svn.whatwg.org/webapps@2033 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2008
1 parent 281fa18 commit b6ed3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions index
Expand Up @@ -28,7 +28,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 8 August
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 10 August
2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -7633,6 +7633,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

// <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>;
Expand Down Expand Up @@ -8705,9 +8706,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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
Expand Down
5 changes: 1 addition & 4 deletions source
Expand Up @@ -5546,6 +5546,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..

// <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>;
Expand Down Expand Up @@ -6615,10 +6616,6 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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
Expand Down

0 comments on commit b6ed3dd

Please sign in to comment.