html5/spec-author-view spec.html,1.1550,1.1551 spec.preprocessed.html,1.426,1.427

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv27392

Modified Files:
	spec.html spec.preprocessed.html 
Log Message:
Structured clone: Preserve sparse arrays and mention that non-index properties of arrays are preserved too. (whatwg r6274)

[updated by splitter]


Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1550
retrieving revision 1.1551
diff -u -d -r1.1550 -r1.1551
--- spec.html	28 Jun 2011 10:35:45 -0000	1.1550
+++ spec.html	28 Jun 2011 10:51:30 -0000	1.1551
@@ -1,57431 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html lang="en-US-x-Hixie"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><link href="whatwg.css" rel="stylesheet"><style type="text/css">
-   pre { margin-left: 2em; white-space: pre-wrap; }
-   h2 { margin: 3em 0 1em 0; }
-   h3 { margin: 2.5em 0 1em 0; }
-   h4 { margin: 2.5em 0 0.75em 0; }
-   h5, h6 { margin: 2.5em 0 1em; }
-   h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
-   h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
-   p { margin: 1em 0; }
-   hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
[...57400 lines suppressed...]
-  for their useful comments, both large and small, that have led to
-  changes to this specification over the years.</p><p>Thanks also to everyone who has ever posted about HTML to their
-  blogs, public mailing lists, or forums, including all the
-  contributors to the <a href="http://www.w3.org/html/wg/lists/">various W3C HTML WG
-  lists</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>.
-
-  </p><p>Special thanks to Richard Williamson for creating the first
-  implementation of <code><a href="#the-canvas-element" id="canvas_27">canvas</a></code> in Safari, from which the
-  canvas feature was designed.</p><p>Special thanks also to the Microsoft employees who first
-  implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable_3">contenteditable</a></code>, and other
-  features first widely deployed by the Windows Internet Explorer
-  browser.</p><p>Thanks to the SubRip community, including in particular Zuggy and
-  ai4spam, for their work on the SubRip software program whose SRT
-  file format was used as the basis for the WebVTT text track file
-  format.</p><p>Thanks to the many sources that provided inspiration for the
-  examples used in the specification.</p><p>Thanks also to the Microsoft blogging community for some ideas,
-  to the attendees of the W3C Workshop on Web Applications and
-  Compound Documents for inspiration, to the #mrt crew, the #mrt.no
-  crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
-  and support.</p></body></html>

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -d -r1.426 -r1.427
--- spec.preprocessed.html	28 Jun 2011 10:35:48 -0000	1.426
+++ spec.preprocessed.html	28 Jun 2011 10:51:33 -0000	1.427
@@ -5629,13 +5629,13 @@
            attribute DOMString <a href="#dom-uda-port" title="dom-uda-port">port</a>;
            attribute DOMString <a href="#dom-uda-pathname" title="dom-uda-pathname">pathname</a>;
            attribute DOMString <a href="#dom-uda-search" title="dom-uda-search">search</a>;
-           attribute DOMString <a href="#dom-uda-hash" title="dom-uda-hash">hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code> [ = <var title="">value</var> ]</dt>
+           attribute DOMString <a href="#dom-uda-hash" title="dom-uda-hash">hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol" id="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current scheme of the underlying URL.</p>
     <p>Can be set, to change the underlying URL's scheme.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-host"><a href="#dom-uda-host">host</a></code> [ = <var title="">value</var> ]</dt>
[...3382 lines suppressed...]
+           attribute <a href="#function">Function</a>? <a href="#ix-onblur" title="handler-window-onblur">onblur</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onerror" title="handler-window-onerror">onerror</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onfocus" title="handler-window-onfocus">onfocus</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onload" title="handler-window-onload">onload</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onmessage" title="handler-window-onmessage">onmessage</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onoffline" title="handler-window-onoffline">onoffline</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-ononline" title="handler-window-ononline">ononline</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onredo" title="handler-window-onredo">onredo</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onresize" title="handler-window-onresize">onresize</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onscroll" title="handler-window-onscroll">onscroll</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onstorage" title="handler-window-onstorage">onstorage</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onundo" title="handler-window-onundo">onundo</a>;
+           attribute <a href="#function">Function</a>? <a href="#ix-onunload" title="handler-window-onunload">onunload</a>;
 };</pre>
 
   <p>The <dfn id="dom-frameset-cols" role="button" tabindex="0" aria-haspopup="true"><code>cols</code></dfn> and

Received on Tuesday, 28 June 2011 10:51:42 UTC