- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 17 Apr 2010 00:27:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13061 Modified Files: acknowledgements.html browsers.html dom.html editing.html embedded-content-0.html forms.html history.html iana.html index.html infrastructure.html interactive-elements.html introduction.html named-character-references.html obsolete.html offline.html references.html semantics.html spec.html syntax.html tabular-data.html text-level-semantics.html the-canvas-element.html the-xhtml-syntax.html video.html webappapis.html Log Message: Change the cloning algorithm to throw an exception if passed an object that won't clone right. (whatwg r5060) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.975 retrieving revision 1.976 diff -u -d -r1.975 -r1.976 --- infrastructure.html 16 Apr 2010 03:56:53 -0000 1.975 +++ infrastructure.html 17 Apr 2010 00:27:24 -0000 1.976 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> @@ -4638,10 +4638,6 @@ <dd><p>Return a newly constructed <code>FileList</code> object containing a list of newly constructed <code>File</code> objects corresponding to the same underlying data as those in <var title="">input</var>, maintaining their relative order.</p></dd> - <dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt> - - <dd><p>Return the null value.</p></dd> - <dt>If <var title="">input</var> is an Array object</dt> <dt>If <var title="">input</var> is an Object object</dt> @@ -4679,8 +4675,10 @@ </ol></dd> <dt>If <var title="">input</var> is another native object type (e.g. <code>Error</code>)</dt> + <dt>If <var title="">input</var> is a host object (e.g. a DOM node)</dt> - <dd><p>Return the null value.</p></dd> + <dd><p>Throw a <code><a href="#not_supported_err">NOT_SUPPORTED_ERR</a></code> exception and abort + the overall <a href="#structured-clone">structured clone</a> algorithm.</p></dd> </dl></div><h4 id="domstringmap-0"><span class="secno">2.7.6 </span>DOMStringMap</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#domstringmap">DOMStringMap</a></code> interface represents a set of name-value pairs. It exposes these using the scripting language's Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.961 retrieving revision 1.962 diff -u -d -r1.961 -r1.962 --- text-level-semantics.html 16 Apr 2010 03:56:54 -0000 1.961 +++ text-level-semantics.html 17 Apr 2010 00:27:25 -0000 1.962 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.828 retrieving revision 1.829 diff -u -d -r1.828 -r1.829 --- the-canvas-element.html 16 Apr 2010 03:56:54 -0000 1.828 +++ the-canvas-element.html 17 Apr 2010 00:27:25 -0000 1.829 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.956 retrieving revision 1.957 diff -u -d -r1.956 -r1.957 --- tabular-data.html 16 Apr 2010 03:56:54 -0000 1.956 +++ tabular-data.html 17 Apr 2010 00:27:24 -0000 1.957 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.953 retrieving revision 1.954 diff -u -d -r1.953 -r1.954 --- embedded-content-0.html 16 Apr 2010 03:56:53 -0000 1.953 +++ embedded-content-0.html 17 Apr 2010 00:27:23 -0000 1.954 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.967 retrieving revision 1.968 diff -u -d -r1.967 -r1.968 --- dom.html 16 Apr 2010 03:56:52 -0000 1.967 +++ dom.html 17 Apr 2010 00:27:23 -0000 1.968 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.961 retrieving revision 1.962 diff -u -d -r1.961 -r1.962 --- references.html 16 Apr 2010 03:56:53 -0000 1.961 +++ references.html 17 Apr 2010 00:27:24 -0000 1.962 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.971 retrieving revision 1.972 diff -u -d -r1.971 -r1.972 --- acknowledgements.html 16 Apr 2010 03:56:52 -0000 1.971 +++ acknowledgements.html 17 Apr 2010 00:27:23 -0000 1.972 @@ -289,7 +289,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- iana.html 16 Apr 2010 03:56:53 -0000 1.292 +++ iana.html 17 Apr 2010 00:27:23 -0000 1.293 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.960 retrieving revision 1.961 diff -u -d -r1.960 -r1.961 --- forms.html 16 Apr 2010 03:56:53 -0000 1.960 +++ forms.html 17 Apr 2010 00:27:23 -0000 1.961 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.959 retrieving revision 1.960 diff -u -d -r1.959 -r1.960 --- interactive-elements.html 16 Apr 2010 03:56:53 -0000 1.959 +++ interactive-elements.html 17 Apr 2010 00:27:24 -0000 1.960 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.962 retrieving revision 1.963 diff -u -d -r1.962 -r1.963 --- editing.html 16 Apr 2010 03:56:53 -0000 1.962 +++ editing.html 17 Apr 2010 00:27:23 -0000 1.963 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.836 retrieving revision 1.837 diff -u -d -r1.836 -r1.837 --- video.html 16 Apr 2010 03:56:54 -0000 1.836 +++ video.html 17 Apr 2010 00:27:25 -0000 1.837 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.961 retrieving revision 1.962 diff -u -d -r1.961 -r1.962 --- browsers.html 16 Apr 2010 03:56:52 -0000 1.961 +++ browsers.html 17 Apr 2010 00:27:23 -0000 1.962 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.966 retrieving revision 1.967 diff -u -d -r1.966 -r1.967 --- the-xhtml-syntax.html 16 Apr 2010 03:56:54 -0000 1.966 +++ the-xhtml-syntax.html 17 Apr 2010 00:27:25 -0000 1.967 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.955 retrieving revision 1.956 diff -u -d -r1.955 -r1.956 --- offline.html 16 Apr 2010 03:56:53 -0000 1.955 +++ offline.html 17 Apr 2010 00:27:24 -0000 1.956 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.957 retrieving revision 1.958 diff -u -d -r1.957 -r1.958 --- obsolete.html 16 Apr 2010 03:56:53 -0000 1.957 +++ obsolete.html 17 Apr 2010 00:27:24 -0000 1.958 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.954 retrieving revision 1.955 diff -u -d -r1.954 -r1.955 --- named-character-references.html 16 Apr 2010 03:56:53 -0000 1.954 +++ named-character-references.html 17 Apr 2010 00:27:24 -0000 1.955 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.957 retrieving revision 1.958 diff -u -d -r1.957 -r1.958 --- history.html 16 Apr 2010 03:56:53 -0000 1.957 +++ history.html 17 Apr 2010 00:27:23 -0000 1.958 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.975 retrieving revision 1.976 diff -u -d -r1.975 -r1.976 --- semantics.html 16 Apr 2010 03:56:53 -0000 1.975 +++ semantics.html 17 Apr 2010 00:27:24 -0000 1.976 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.963 retrieving revision 1.964 diff -u -d -r1.963 -r1.964 --- index.html 16 Apr 2010 03:56:53 -0000 1.963 +++ index.html 17 Apr 2010 00:27:24 -0000 1.964 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1005 retrieving revision 1.1006 diff -u -d -r1.1005 -r1.1006 --- spec.html 16 Apr 2010 03:56:53 -0000 1.1005 +++ spec.html 17 Apr 2010 00:27:24 -0000 1.1006 @@ -289,7 +289,7 @@ <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-16-april-2010">Editor's Draft 16 April 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-17-april-2010">Editor's Draft 17 April 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -307,7 +307,7 @@ </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>. -This is revision 1.4064. +This is revision 1.4065. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -396,7 +396,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 16 April 2010 Editor's Draft. + This specification is the 17 April 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.964 retrieving revision 1.965 diff -u -d -r1.964 -r1.965 --- introduction.html 16 Apr 2010 03:56:53 -0000 1.964 +++ introduction.html 17 Apr 2010 00:27:24 -0000 1.965 @@ -289,7 +289,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.968 retrieving revision 1.969 diff -u -d -r1.968 -r1.969 --- syntax.html 16 Apr 2010 03:56:53 -0000 1.968 +++ syntax.html 17 Apr 2010 00:27:24 -0000 1.969 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- webappapis.html 16 Apr 2010 03:56:54 -0000 1.90 +++ webappapis.html 17 Apr 2010 00:27:25 -0000 1.91 @@ -290,7 +290,7 @@ </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> - <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4064.</p> + <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2><p>This is revision 1.4065.</p> </div><div>
Received on Saturday, 17 April 2010 00:27:30 UTC