- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Jun 2010 04:29:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31374 Modified Files: Overview.html acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-input-element-attributes.html common-microsyntaxes.html content-models.html dnd.html dom.html editing.html edits.html elements.html embedded-content-1.html forms.html grouping-content.html history.html iana.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html number-state.html obsolete.html offline.html origin-0.html references.html scripting-1.html sections.html semantics.html spec.html states-of-the-type-attribute.html syntax.html tabular-data.html text-level-semantics.html the-button-element.html the-canvas-element.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html urls.html video.html webappapis.html Log Message: change how boilerplate is added and update some boilerplate text with the new mechanism (whatwg r5099) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.592 retrieving revision 1.593 diff -u -d -r1.592 -r1.593 --- infrastructure.html 23 May 2010 05:37:57 -0000 1.592 +++ infrastructure.html 1 Jun 2010 04:29:22 -0000 1.593 @@ -289,6 +289,7 @@ <link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="introduction.html">← 1 Introduction</a> – @@ -455,7 +456,7 @@ different <meta charset> elements applying in each case. --><p>The term <dfn title="">Unicode character</dfn> is used to mean a <i title="">Unicode scalar value</i> (i.e. any Unicode code point - that is not a surrogate code point). <a href="references.html#refsUNICODE">[UNICODE]</a></p><!--FIXUP microdata +1--><!--FIXUP 2dcontext +1--><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!--FIXUP microdata -1--><!--FIXUP 2dcontext -1--><p>All diagrams, examples, and notes in this specification are + that is not a surrogate code point). <a href="references.html#refsUNICODE">[UNICODE]</a></p><h3 id="conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.</p><p>The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.591 retrieving revision 1.592 diff -u -d -r1.591 -r1.592 --- text-level-semantics.html 23 May 2010 05:38:00 -0000 1.591 +++ text-level-semantics.html 1 Jun 2010 04:29:25 -0000 1.592 @@ -289,6 +289,7 @@ <link href="edits.html" title="4.7 Edits" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="grouping-content.html">← 4.5 Grouping content</a> – Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- scripting-1.html 23 May 2010 05:37:58 -0000 1.33 +++ scripting-1.html 1 Jun 2010 04:29:23 -0000 1.34 @@ -289,6 +289,7 @@ <link href="sections.html" title="4.4 Sections" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- the-map-element.html 23 May 2010 05:38:01 -0000 1.32 +++ the-map-element.html 1 Jun 2010 04:29:25 -0000 1.33 @@ -289,6 +289,7 @@ <link href="tabular-data.html" title="4.9 Tabular data" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="the-canvas-element.html">← 4.8.10 The canvas element</a> – Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.585 retrieving revision 1.586 diff -u -d -r1.585 -r1.586 --- the-canvas-element.html 23 May 2010 05:38:00 -0000 1.585 +++ the-canvas-element.html 1 Jun 2010 04:29:25 -0000 1.586 @@ -289,6 +289,7 @@ <link href="the-map-element.html" title="4.8.11 The map element" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="video.html">← 4.8.6 The video element</a> – Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.575 retrieving revision 1.576 diff -u -d -r1.575 -r1.576 --- tabular-data.html 23 May 2010 05:38:00 -0000 1.575 +++ tabular-data.html 1 Jun 2010 04:29:25 -0000 1.576 @@ -289,6 +289,7 @@ <link href="forms.html" title="4.10 Forms" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="the-map-element.html">← 4.8.11 The map element</a> – Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- the-iframe-element.html 23 May 2010 05:38:01 -0000 1.48 +++ the-iframe-element.html 1 Jun 2010 04:29:25 -0000 1.49 @@ -289,6 +289,7 @@ <link href="video.html" title="4.8.6 The video element" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="embedded-content-1.html">← 4.8 Embedded content</a> – Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.926 retrieving revision 1.927 diff -u -d -r1.926 -r1.927 --- Overview.html 23 May 2010 05:37:56 -0000 1.926 +++ Overview.html 1 Jun 2010 04:29:20 -0000 1.927 @@ -286,10 +286,10 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"></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 (Author Edition)</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-23-may-2010">Editor's Draft 23 May 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-1-june-2010">Editor's Draft 1 June 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,9 +307,9 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.4094. +This is revision 1.4095. </p> - <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> + <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 Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research @@ -319,12 +319,14 @@ and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p> + <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - <p class="alt">The <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">WHATWG - version</a> of this specification is available under a license that - permits reuse of the specification text.</p> + <p class="alt">The text of this specification is also + available in the WHATWG <a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html">Web Applications 1.0</a> specification, under a license that permits + reuse of the specification text.</p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> + </div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p>This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web @@ -390,8 +392,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - - This specification is the 23 May 2010 Editor's Draft. + This specification is the 1 June 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: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.587 retrieving revision 1.588 diff -u -d -r1.587 -r1.588 --- history.html 23 May 2010 05:37:57 -0000 1.587 +++ history.html 1 Jun 2010 04:29:22 -0000 1.588 @@ -289,6 +289,7 @@ <link href="offline.html" title="5.6 Offline Web applications" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="origin-0.html">← 5.3 Origin</a> – Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/origin-0.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- origin-0.html 23 May 2010 05:37:58 -0000 1.9 +++ origin-0.html 1 Jun 2010 04:29:23 -0000 1.10 @@ -289,6 +289,7 @@ <link href="history.html" title="5.4 Session history and navigation" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="browsers.html">← 5 Loading Web pages</a> – Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- common-input-element-attributes.html 23 May 2010 05:37:56 -0000 1.37 +++ common-input-element-attributes.html 1 Jun 2010 04:29:21 -0000 1.38 @@ -289,6 +289,7 @@ <link href="the-button-element.html" title="4.10.8 The button element" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="number-state.html">← 4.10.7.1.13 Number state</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.592 retrieving revision 1.593 diff -u -d -r1.592 -r1.593 --- dom.html 23 May 2010 05:37:57 -0000 1.592 +++ dom.html 1 Jun 2010 04:29:21 -0000 1.593 @@ -289,6 +289,7 @@ <link href="elements.html" title="3.2 Elements" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="urls.html">← 2.5 URLs</a> – Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- embedded-content-1.html 23 May 2010 05:37:57 -0000 1.40 +++ embedded-content-1.html 1 Jun 2010 04:29:21 -0000 1.41 @@ -289,6 +289,7 @@ <link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="edits.html">← 4.7 Edits</a> – Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- the-input-element.html 23 May 2010 05:38:01 -0000 1.27 +++ the-input-element.html 1 Jun 2010 04:29:25 -0000 1.28 @@ -289,6 +289,7 @@ <link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="forms.html">← 4.10 Forms</a> – Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- grouping-content.html 23 May 2010 05:37:57 -0000 1.38 +++ grouping-content.html 1 Jun 2010 04:29:21 -0000 1.39 @@ -289,6 +289,7 @@ <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="sections.html">← 4.4 Sections</a> – Index: timers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/timers.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- timers.html 23 May 2010 05:38:01 -0000 1.31 +++ timers.html 1 Jun 2010 04:29:25 -0000 1.32 @@ -289,6 +289,7 @@ <link href="editing.html" title="7 User interaction" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="webappapis.html">← 6 Web application APIs</a> – Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- elements.html 23 May 2010 05:37:57 -0000 1.46 +++ elements.html 1 Jun 2010 04:29:21 -0000 1.47 @@ -289,6 +289,7 @@ <link href="content-models.html" title="3.2.5 Content models" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – Index: urls.html =================================================================== RCS file: /sources/public/html5/spec-author-view/urls.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- urls.html 23 May 2010 05:38:01 -0000 1.41 +++ urls.html 1 Jun 2010 04:29:26 -0000 1.42 @@ -289,6 +289,7 @@ <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="common-microsyntaxes.html">← 2.4 Common microsyntaxes</a> – Index: iana.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- iana.html 23 May 2010 05:37:57 -0000 1.36 +++ iana.html 1 Jun 2010 04:29:22 -0000 1.37 @@ -289,6 +289,7 @@ <link href="index.html" title="Index" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="obsolete.html">← 10 Obsolete features</a> – Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- association-of-controls-and-forms.html 23 May 2010 05:37:56 -0000 1.29 +++ association-of-controls-and-forms.html 1 Jun 2010 04:29:20 -0000 1.30 @@ -289,6 +289,7 @@ <link href="interactive-elements.html" title="4.11 Interactive elements" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="the-button-element.html">← 4.10.8 The button element</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.582 retrieving revision 1.583 diff -u -d -r1.582 -r1.583 --- forms.html 23 May 2010 05:37:57 -0000 1.582 +++ forms.html 1 Jun 2010 04:29:21 -0000 1.583 @@ -289,6 +289,7 @@ <link href="the-input-element.html" title="4.10.7 The input element" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.582 retrieving revision 1.583 diff -u -d -r1.582 -r1.583 --- interactive-elements.html 23 May 2010 05:37:58 -0000 1.582 +++ interactive-elements.html 1 Jun 2010 04:29:22 -0000 1.583 @@ -289,6 +289,7 @@ <link href="commands.html" title="4.11.5 Commands" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="association-of-controls-and-forms.html">← 4.10.18 Association of controls and forms</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.588 retrieving revision 1.589 diff -u -d -r1.588 -r1.589 --- editing.html 23 May 2010 05:37:57 -0000 1.588 +++ editing.html 1 Jun 2010 04:29:21 -0000 1.589 @@ -289,6 +289,7 @@ <link href="dnd.html" title="7.9 Drag and drop" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="timers.html">← 6.2 Timers</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.606 retrieving revision 1.607 diff -u -d -r1.606 -r1.607 --- video.html 23 May 2010 05:38:01 -0000 1.606 +++ video.html 1 Jun 2010 04:29:26 -0000 1.607 @@ -289,6 +289,7 @@ <link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="the-iframe-element.html">← 4.8.2 The iframe element</a> – Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.597 retrieving revision 1.598 diff -u -d -r1.597 -r1.598 --- browsers.html 23 May 2010 05:37:56 -0000 1.597 +++ browsers.html 1 Jun 2010 04:29:20 -0000 1.598 @@ -289,6 +289,7 @@ <link href="origin-0.html" title="5.3 Origin" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="links.html">← 4.12 Links</a> – Index: edits.html =================================================================== RCS file: /sources/public/html5/spec-author-view/edits.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- edits.html 23 May 2010 05:37:57 -0000 1.24 +++ edits.html 1 Jun 2010 04:29:21 -0000 1.25 @@ -289,6 +289,7 @@ <link href="embedded-content-1.html" title="4.8 Embedded content" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.566 retrieving revision 1.567 diff -u -d -r1.566 -r1.567 --- the-xhtml-syntax.html 23 May 2010 05:38:01 -0000 1.566 +++ the-xhtml-syntax.html 1 Jun 2010 04:29:25 -0000 1.567 @@ -289,6 +289,7 @@ <link href="obsolete.html" title="10 Obsolete features" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="named-character-references.html">← 8.2 Named character references</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.583 retrieving revision 1.584 diff -u -d -r1.583 -r1.584 --- offline.html 23 May 2010 05:37:58 -0000 1.583 +++ offline.html 1 Jun 2010 04:29:23 -0000 1.584 @@ -289,6 +289,7 @@ <link href="webappapis.html" title="6 Web application APIs" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="history.html">← 5.4 Session history and navigation</a> – Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- content-models.html 23 May 2010 05:37:56 -0000 1.39 +++ content-models.html 1 Jun 2010 04:29:21 -0000 1.40 @@ -289,6 +289,7 @@ <link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="elements.html">← 3.2 Elements</a> – Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- states-of-the-type-attribute.html 23 May 2010 05:38:00 -0000 1.32 +++ states-of-the-type-attribute.html 1 Jun 2010 04:29:25 -0000 1.33 @@ -289,6 +289,7 @@ <link href="number-state.html" title="4.10.7.1.13 Number state" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="the-input-element.html">← 4.10.7 The input element</a> – Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- apis-in-html-documents.html 23 May 2010 05:37:56 -0000 1.34 +++ apis-in-html-documents.html 1 Jun 2010 04:29:20 -0000 1.35 @@ -289,6 +289,7 @@ <link href="semantics.html" title="4 The elements of HTML" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="content-models.html">← 3.2.5 Content models</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.585 retrieving revision 1.586 diff -u -d -r1.585 -r1.586 --- obsolete.html 23 May 2010 05:37:58 -0000 1.585 +++ obsolete.html 1 Jun 2010 04:29:23 -0000 1.586 @@ -289,6 +289,7 @@ <link href="iana.html" title="11 IANA considerations" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.587 retrieving revision 1.588 diff -u -d -r1.587 -r1.588 --- named-character-references.html 23 May 2010 05:37:58 -0000 1.587 +++ named-character-references.html 1 Jun 2010 04:29:22 -0000 1.588 @@ -289,6 +289,7 @@ <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="syntax.html">← 8 The HTML syntax</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.583 retrieving revision 1.584 diff -u -d -r1.583 -r1.584 --- references.html 23 May 2010 05:37:58 -0000 1.583 +++ references.html 1 Jun 2010 04:29:23 -0000 1.584 @@ -289,6 +289,7 @@ <link href="acknowledgements.html" title="Acknowledgements" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="index.html">← Index</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.595 retrieving revision 1.596 diff -u -d -r1.595 -r1.596 --- semantics.html 23 May 2010 05:37:58 -0000 1.595 +++ semantics.html 1 Jun 2010 04:29:23 -0000 1.596 @@ -289,6 +289,7 @@ <link href="scripting-1.html" title="4.3 Scripting" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="apis-in-html-documents.html">← 3.3 APIs in HTML documents</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.598 retrieving revision 1.599 diff -u -d -r1.598 -r1.599 --- index.html 23 May 2010 05:37:57 -0000 1.598 +++ index.html 1 Jun 2010 04:29:22 -0000 1.599 @@ -289,6 +289,7 @@ <link href="references.html" title="References" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="iana.html">← 11 IANA considerations</a> – Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- the-button-element.html 23 May 2010 05:38:00 -0000 1.35 +++ the-button-element.html 1 Jun 2010 04:29:25 -0000 1.36 @@ -289,6 +289,7 @@ <link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="common-input-element-attributes.html">← 4.10.7.2 Common input element attributes</a> – Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dnd.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- dnd.html 23 May 2010 05:37:57 -0000 1.33 +++ dnd.html 1 Jun 2010 04:29:21 -0000 1.34 @@ -289,6 +289,7 @@ <link href="syntax.html" title="8 The HTML syntax" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="editing.html">← 7 User interaction</a> – Index: links.html =================================================================== RCS file: /sources/public/html5/spec-author-view/links.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- links.html 23 May 2010 05:37:58 -0000 1.40 +++ links.html 1 Jun 2010 04:29:22 -0000 1.41 @@ -289,6 +289,7 @@ <link href="browsers.html" title="5 Loading Web pages" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="commands.html">← 4.11.5 Commands</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.934 retrieving revision 1.935 diff -u -d -r1.934 -r1.935 --- spec.html 23 May 2010 05:37:59 -0000 1.934 +++ spec.html 1 Jun 2010 04:29:23 -0000 1.935 @@ -284,10 +284,10 @@ } </script><link href=http://www.w3.org/StyleSheets/TR/W3C-ED rel=stylesheet type=text/css></head><body onload=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 (Author Edition)</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-23-may-2010>Editor's Draft 23 May 2010</h2> + <h2 class="no-num no-toc" id=editor-s-draft-1-june-2010>Editor's Draft 1 June 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> @@ -305,9 +305,9 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.4094. +This is revision 1.4095. </p> - <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> + <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 Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.org/><abbr title="European Research @@ -317,12 +317,14 @@ and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.</p> + <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - <p class=alt>The <a href=http://www.whatwg.org/specs/web-apps/current-work/multipage/>WHATWG - version</a> of this specification is available under a license that - permits reuse of the specification text.</p> + <p class=alt>The text of this specification is also + available in the WHATWG <a href=http://www.whatwg.org/specs/web-apps/current-work/complete.html>Web Applications 1.0</a> specification, under a license that permits + reuse of the specification text.</p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> + </div><hr class=top><h2 class="no-num no-toc" id=abstract>Abstract</h2><p>This specification defines the 5th major revision of the core language of the World Wide Web: the Hypertext Markup Language (HTML). In this version, new features are introduced to help Web @@ -388,8 +390,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - - This specification is the 23 May 2010 Editor's Draft. + This specification is the 1 June 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 @@ -2005,7 +2006,7 @@ different <meta charset> elements applying in each case. --><p>The term <dfn title="">Unicode character</dfn> is used to mean a <i title="">Unicode scalar value</i> (i.e. any Unicode code point - that is not a surrogate code point). <a href=#refsUNICODE>[UNICODE]</a></p><!--FIXUP microdata +1--><!--FIXUP 2dcontext +1--><h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!--FIXUP microdata -1--><!--FIXUP 2dcontext -1--><p>All diagrams, examples, and notes in this specification are + that is not a surrogate code point). <a href=#refsUNICODE>[UNICODE]</a></p><h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.</p><p>The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- number-state.html 23 May 2010 05:37:58 -0000 1.29 +++ number-state.html 1 Jun 2010 04:29:22 -0000 1.30 @@ -289,6 +289,7 @@ <link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="states-of-the-type-attribute.html">← 4.10.7.1 States of the type attribute</a> – Index: sections.html =================================================================== RCS file: /sources/public/html5/spec-author-view/sections.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- sections.html 23 May 2010 05:37:58 -0000 1.42 +++ sections.html 1 Jun 2010 04:29:23 -0000 1.43 @@ -289,6 +289,7 @@ <link href="grouping-content.html" title="4.5 Grouping content" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="scripting-1.html">← 4.3 Scripting</a> – Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.588 retrieving revision 1.589 diff -u -d -r1.588 -r1.589 --- introduction.html 23 May 2010 05:37:58 -0000 1.588 +++ introduction.html 1 Jun 2010 04:29:22 -0000 1.589 @@ -288,6 +288,7 @@ <link href="infrastructure.html" title="2 Common infrastructure" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="Overview.html#contents">Table of contents</a> – Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- commands.html 23 May 2010 05:37:56 -0000 1.26 +++ commands.html 1 Jun 2010 04:29:20 -0000 1.27 @@ -289,6 +289,7 @@ <link href="links.html" title="4.12 Links" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.603 retrieving revision 1.604 diff -u -d -r1.603 -r1.604 --- acknowledgements.html 23 May 2010 05:37:56 -0000 1.603 +++ acknowledgements.html 1 Jun 2010 04:29:20 -0000 1.604 @@ -288,6 +288,7 @@ <link href="Overview.html#contents" title="Table of contents" rel="index"> </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 (Author Edition)</h1> </div><div> <a href="references.html">← References</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.593 retrieving revision 1.594 diff -u -d -r1.593 -r1.594 --- syntax.html 23 May 2010 05:38:00 -0000 1.593 +++ syntax.html 1 Jun 2010 04:29:25 -0000 1.594 @@ -289,6 +289,7 @@ <link href="named-character-references.html" title="8.2 Named character references" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="dnd.html">← 7.9 Drag and drop</a> – Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/webappapis.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- webappapis.html 23 May 2010 05:38:01 -0000 1.13 +++ webappapis.html 1 Jun 2010 04:29:26 -0000 1.14 @@ -289,6 +289,7 @@ <link href="timers.html" title="6.2 Timers" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="offline.html">← 5.6 Offline Web applications</a> – Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- common-microsyntaxes.html 23 May 2010 05:37:56 -0000 1.30 +++ common-microsyntaxes.html 1 Jun 2010 04:29:21 -0000 1.31 @@ -289,6 +289,7 @@ <link href="urls.html" title="2.5 URLs" rel="next"> </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 (Author Edition)</h1> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> –
Received on Tuesday, 1 June 2010 04:29:32 UTC