html5/spec Overview.html,1.1217,1.1218

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

Modified Files:
	Overview.html 
Log Message:
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. (whatwg r2033)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1217
retrieving revision 1.1218
diff -u -d -r1.1217 -r1.1218
--- Overview.html	8 Aug 2008 04:15:12 -0000	1.1217
+++ Overview.html	10 Aug 2008 06:26:01 -0000	1.1218
@@ -27,7 +27,7 @@
     for HTML and XHTML</h2>
 
    <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
-    Editor's Draft <!--ZZZ--> 8 August 2008</h2>
+    Editor's Draft <!--ZZZ-->10 August 2008</h2>
 
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
@@ -199,7 +199,7 @@
 
   <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
    the W3C working group responsible for this specification's progress along
-   the W3C Recommendation track. <!--ZZZ:--> This specification is the 8
+   the W3C Recommendation track. <!--ZZZ:--> This specification is the 10
    August 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- relationship to other work (required) -->
@@ -7641,6 +7641,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>;
@@ -8713,9 +8714,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

Received on Sunday, 10 August 2008 06:26:39 UTC