- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Jun 2011 15:55:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv27842 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.1564 retrieving revision 1.1565 diff -u -d -r1.1564 -r1.1565 --- spec.html 30 Jun 2011 15:37:59 -0000 1.1564 +++ spec.html 30 Jun 2011 15:55:22 -0000 1.1565 @@ -1,57509 +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; } [...57478 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.436 retrieving revision 1.437 diff -u -d -r1.436 -r1.437 --- spec.preprocessed.html 30 Jun 2011 15:38:03 -0000 1.436 +++ spec.preprocessed.html 30 Jun 2011 15:55:26 -0000 1.437 @@ -3041,7 +3041,13 @@ instance.</li> - </ul><div class="impl"> + </ul><p><p>When adding new <a href="#reflect" title="reflect">reflecting</a> IDL + attributes corresponding to content attributes of the form "<code title="">x-<var title="">vendor</var>-<var title="">feature</var></code>", the IDL attribute should be named + "<code title=""><var title="">vendor</var><var title="">Feature</var></code>" (i.e. the "<code title="">x</code>" + is dropped from the IDL attribute's name).</p><p>When adding new <a href="#reflect" title="reflect">reflecting</a> IDL + attributes corresponding to content attributes of the form "<code title="">x-<var title="">vendor</var>-<var title="">feature</var></code>", the IDL attribute should be named + "<code title=""><var title="">vendor</var><var title="">Feature</var></code>" (i.e. the "<code title="">x</code>" + is dropped from the IDL attribute's name).</p></p><div class="impl"> [...3552 lines suppressed...] attribute must return an <code><a href="#htmlcollection">HTMLCollection</a></code> rooted at the <code><a href="#document">Document</a></code> node, whose filter matches only <code><a href="#the-a-element">a</a></code> elements with <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attributes.</p> - <p>The <dfn id="dom-document-applets" role="button" tabindex="0" aria-haspopup="true"><code>applets</code></dfn> + <p>The <dfn id="dom-document-applets" title="dom-document-applets"><code>applets</code></dfn> attribute must return an <code><a href="#htmlcollection">HTMLCollection</a></code> rooted at the <code><a href="#document">Document</a></code> node, whose filter matches only <code><a href="#the-applet-element">applet</a></code> elements.</p> - <p>The <dfn id="dom-document-clear" role="button" tabindex="0" aria-haspopup="true"><code>clear()</code></dfn> + <p>The <dfn id="dom-document-clear" title="dom-document-clear"><code>clear()</code></dfn> method must do nothing.</p> - <hr><p>The <dfn id="dom-document-all" role="button" tabindex="0" aria-haspopup="true"><code>all</code></dfn> + <hr><p>The <dfn id="dom-document-all" title="dom-document-all"><code>all</code></dfn> attribute must return an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> rooted at the <code><a href="#document">Document</a></code> node, whose filter matches all elements.</p>
Received on Thursday, 30 June 2011 15:55:30 UTC