- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 Jan 2012 02:33:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv27048 Modified Files: acknowledgements.html association-of-controls-and-forms.html attributes-common-to-form-controls.html attributes-common-to-ins-and-del-elements.html attributes-common-to-td-and-th-elements.html browsers.html commands.html common-dom-interfaces.html common-input-element-apis.html common-input-element-attributes.html common-microsyntaxes.html constraints.html content-models.html dimension-attributes.html dnd.html dom.html dynamic-markup-insertion.html editing-apis.html editing.html edits-and-lists.html edits-and-paragraphs.html edits.html element-definitions.html elements.html embedded-content-1.html examples.html form-submission.html forms.html global-attributes.html grouping-content.html headings-and-sections.html history.html iana.html image-maps.html index.html infrastructure.html interactions-with-xpath-and-xslt.html interactive-elements.html introduction.html links.html mathml.html media-elements.html named-character-references.html namespaces.html obsolete.html offline.html origin-0.html parsing.html references.html rendering.html requirements-relating-to-bidirectional-algorithm-formatting-characters.html scripting-1.html section-index.html sections.html semantics.html spec.html states-of-the-type-attribute.html styling.html svg-0.html syntax.html system-state-and-capabilities.html tabular-data.html text-level-semantics.html textFieldSelection.html the-a-element.html the-abbr-element.html the-address-element.html the-area-element.html the-article-element.html the-aside-element.html the-audio-element.html the-b-element.html the-base-element.html the-bdi-element.html the-bdo-element.html the-blockquote-element.html the-body-element.html the-br-element.html the-button-element.html the-canvas-element.html the-caption-element.html the-cite-element.html the-code-element.html the-col-element.html the-colgroup-element.html the-command-element.html the-datalist-element.html the-dd-element.html the-del-element.html the-details-element.html the-dfn-element.html the-div-element.html the-dl-element.html the-dt-element.html the-em-element.html the-embed-element.html the-end.html the-fieldset-element.html the-figcaption-element.html the-figure-element.html the-footer-element.html the-form-element.html the-h1-h2-h3-h4-h5-and-h6-elements.html the-head-element.html the-header-element.html the-hgroup-element.html the-hr-element.html the-html-element.html the-i-element.html the-iframe-element.html the-img-element.html the-input-element.html the-ins-element.html the-kbd-element.html the-keygen-element.html the-label-element.html the-legend-element.html the-li-element.html the-link-element.html the-map-element.html the-mark-element.html the-menu-element.html the-meta-element.html the-meter-element.html the-nav-element.html the-noscript-element.html the-object-element.html the-ol-element.html the-optgroup-element.html the-option-element.html the-output-element.html the-p-element.html the-param-element.html the-pre-element.html the-progress-element.html the-q-element.html the-rp-element.html the-rt-element.html the-ruby-element.html the-s-element.html the-samp-element.html the-script-element.html the-section-element.html the-select-element.html the-small-element.html the-source-element.html the-span-element.html the-strong-element.html the-style-element.html the-sub-and-sup-elements.html the-summary-element.html the-table-element.html the-tbody-element.html the-td-element.html the-textarea-element.html the-tfoot-element.html the-th-element.html the-thead-element.html the-time-element.html the-title-element.html the-tr-element.html the-track-element.html the-u-element.html the-ul-element.html the-var-element.html the-video-element.html the-wbr-element.html the-xhtml-syntax.html timers.html tokenization.html tree-construction.html urls.html usage-summary.html user-prompts.html wai-aria.html webappapis.html Log Message: Make the <input type> values for the various states more obvious. (whatwg r6878) [updated by splitter] Index: the-a-element.html =================================================================== RCS file: /sources/public/html5/spec/the-a-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-a-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-a-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-em-element.html" title="4.6.2 The em element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-img-element.html =================================================================== RCS file: /sources/public/html5/spec/the-img-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-img-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-img-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-del-element.html =================================================================== RCS file: /sources/public/html5/spec/the-del-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-del-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-del-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-ins-element.html" title="4.7.1 The ins element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="attributes-common-to-ins-and-del-elements.html" title="4.7.3 Attributes common to ins and del elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-option-element.html =================================================================== RCS file: /sources/public/html5/spec/the-option-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-option-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-option-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-optgroup-element.html" title="4.10.11 The optgroup element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-textarea-element.html" title="4.10.13 The textarea element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-figcaption-element.html =================================================================== RCS file: /sources/public/html5/spec/the-figcaption-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-figcaption-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-figcaption-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-figure-element.html" title="4.5.11 The figure element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-div-element.html" title="4.5.13 The div element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-hr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-hr-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-hr-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-hr-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-p-element.html" title="4.5.1 The p element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-pre-element.html" title="4.5.3 The pre element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-summary-element.html =================================================================== RCS file: /sources/public/html5/spec/the-summary-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-summary-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-summary-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-details-element.html" title="4.11.1 The details element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-command-element.html" title="4.11.3 The command element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-small-element.html =================================================================== RCS file: /sources/public/html5/spec/the-small-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-small-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-small-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-strong-element.html" title="4.6.3 The strong element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-s-element.html" title="4.6.5 The s element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-kbd-element.html =================================================================== RCS file: /sources/public/html5/spec/the-kbd-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-kbd-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-kbd-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-samp-element.html" title="4.6.13 The samp element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-sub-and-sup-elements.html" title="4.6.15 The sub and sup elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- the-end.html 16 Dec 2011 00:48:51 -0000 1.75 +++ the-end.html 5 Jan 2012 02:33:23 -0000 1.76 @@ -321,7 +321,7 @@ <link href="tree-construction.html" title="8.2.5 Tree construction" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="named-character-references.html" title="8.5 Named character references" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- parsing.html 16 Dec 2011 00:48:45 -0000 1.87 +++ parsing.html 5 Jan 2012 02:33:20 -0000 1.88 @@ -321,7 +321,7 @@ <link href="syntax.html" title="8 The HTML syntax" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="tokenization.html" title="8.2.4 Tokenization" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-span-element.html =================================================================== RCS file: /sources/public/html5/spec/the-span-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-span-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-span-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-bdo-element.html" title="4.6.24 The bdo element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-br-element.html" title="4.6.26 The br element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-fieldset-element.html =================================================================== RCS file: /sources/public/html5/spec/the-fieldset-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-fieldset-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-fieldset-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-form-element.html" title="4.10.3 The form element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-legend-element.html" title="4.10.5 The legend element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-figure-element.html =================================================================== RCS file: /sources/public/html5/spec/the-figure-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-figure-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-figure-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-dd-element.html" title="4.5.10 The dd element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-figcaption-element.html" title="4.5.12 The figcaption element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: element-definitions.html =================================================================== RCS file: /sources/public/html5/spec/element-definitions.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- element-definitions.html 16 Dec 2011 23:46:25 -0000 1.8 +++ element-definitions.html 5 Jan 2012 02:33:16 -0000 1.9 @@ -321,7 +321,7 @@ <link href="global-attributes.html" title="3.2.3 Global attributes" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="content-models.html" title="3.2.5 Content models" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-script-element.html =================================================================== RCS file: /sources/public/html5/spec/the-script-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-script-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-script-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="scripting-1.html" title="4.3 Scripting" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-noscript-element.html" title="4.3.2 The noscript element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- the-input-element.html 16 Dec 2011 23:46:33 -0000 1.69 +++ the-input-element.html 5 Jan 2012 02:33:24 -0000 1.70 @@ -321,7 +321,7 @@ <link href="the-label-element.html" title="4.10.6 The label element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: constraints.html =================================================================== RCS file: /sources/public/html5/spec/constraints.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- constraints.html 16 Dec 2011 23:46:24 -0000 1.8 +++ constraints.html 5 Jan 2012 02:33:16 -0000 1.9 @@ -321,7 +321,7 @@ <link href="textFieldSelection.html" title="4.10.20 APIs for the text field selections" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="form-submission.html" title="4.10.22 Form submission" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-p-element.html =================================================================== RCS file: /sources/public/html5/spec/the-p-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-p-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-p-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="grouping-content.html" title="4.5 Grouping content" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-hr-element.html" title="4.5.2 The hr element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: examples.html =================================================================== RCS file: /sources/public/html5/spec/examples.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- examples.html 16 Dec 2011 23:46:25 -0000 1.8 +++ examples.html 5 Jan 2012 02:33:17 -0000 1.9 @@ -321,7 +321,7 @@ <link href="attributes-common-to-td-and-th-elements.html" title="4.9.11 Attributes common to td and th elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="forms.html" title="4.10 Forms" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- the-map-element.html 16 Dec 2011 23:46:33 -0000 1.69 +++ the-map-element.html 5 Jan 2012 02:33:24 -0000 1.70 @@ -321,7 +321,7 @@ <link href="the-canvas-element.html" title="4.8.11 The canvas element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-area-element.html" title="4.8.13 The area element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1095 retrieving revision 1.1096 diff -u -d -r1.1095 -r1.1096 --- browsers.html 16 Dec 2011 23:46:24 -0000 1.1095 +++ browsers.html 5 Jan 2012 02:33:15 -0000 1.1096 @@ -321,7 +321,7 @@ <link href="links.html" title="4.12 Links" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="origin-0.html" title="5.3 Origin" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-head-element.html =================================================================== RCS file: /sources/public/html5/spec/the-head-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-head-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-head-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-html-element.html" title="4.1.1 The html element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-title-element.html" title="4.2.2 The title element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-s-element.html =================================================================== RCS file: /sources/public/html5/spec/the-s-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-s-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-s-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-small-element.html" title="4.6.4 The small element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-cite-element.html" title="4.6.6 The cite element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-section-element.html =================================================================== RCS file: /sources/public/html5/spec/the-section-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-section-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-section-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-body-element.html" title="4.4.1 The body element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-nav-element.html" title="4.4.3 The nav element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-article-element.html =================================================================== RCS file: /sources/public/html5/spec/the-article-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-article-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-article-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-nav-element.html" title="4.4.3 The nav element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-aside-element.html" title="4.4.5 The aside element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-blockquote-element.html =================================================================== RCS file: /sources/public/html5/spec/the-blockquote-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-blockquote-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-blockquote-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-pre-element.html" title="4.5.3 The pre element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-ol-element.html" title="4.5.5 The ol element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-rp-element.html =================================================================== RCS file: /sources/public/html5/spec/the-rp-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-rp-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-rp-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-rt-element.html" title="4.6.21 The rt element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-bdi-element.html" title="4.6.23 The bdi element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-details-element.html =================================================================== RCS file: /sources/public/html5/spec/the-details-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-details-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-details-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-summary-element.html" title="4.11.2 The summary element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-aside-element.html =================================================================== RCS file: /sources/public/html5/spec/the-aside-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-aside-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-aside-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-article-element.html" title="4.4.4 The article element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-h1-h2-h3-h4-h5-and-h6-elements.html" title="4.4.6 The h1, h2, h3, h4, h5, and h6 elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-title-element.html =================================================================== RCS file: /sources/public/html5/spec/the-title-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-title-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-title-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-head-element.html" title="4.2.1 The head element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-base-element.html" title="4.2.3 The base element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.1065 retrieving revision 1.1066 diff -u -d -r1.1065 -r1.1066 --- offline.html 16 Dec 2011 23:46:29 -0000 1.1065 +++ offline.html 5 Jan 2012 02:33:20 -0000 1.1066 @@ -321,7 +321,7 @@ <link href="history.html" title="5.4 Session history and navigation" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="webappapis.html" title="6 Web application APIs" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: textFieldSelection.html =================================================================== RCS file: /sources/public/html5/spec/textFieldSelection.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- textFieldSelection.html 16 Dec 2011 23:46:31 -0000 1.8 +++ textFieldSelection.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="attributes-common-to-form-controls.html" title="4.10.19 Attributes common to form controls" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="constraints.html" title="4.10.21 Constraints" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: global-attributes.html =================================================================== RCS file: /sources/public/html5/spec/global-attributes.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- global-attributes.html 16 Dec 2011 23:46:28 -0000 1.8 +++ global-attributes.html 5 Jan 2012 02:33:17 -0000 1.9 @@ -321,7 +321,7 @@ <link href="elements.html" title="3.2 Elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="element-definitions.html" title="3.2.4 Element definitions" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-bdi-element.html =================================================================== RCS file: /sources/public/html5/spec/the-bdi-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-bdi-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-bdi-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-rp-element.html" title="4.6.22 The rp element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-bdo-element.html" title="4.6.24 The bdo element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-legend-element.html =================================================================== RCS file: /sources/public/html5/spec/the-legend-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-legend-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-legend-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-fieldset-element.html" title="4.10.4 The fieldset element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-label-element.html" title="4.10.6 The label element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-dt-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dt-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-dt-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-dt-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-dl-element.html" title="4.5.8 The dl element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-dd-element.html" title="4.5.10 The dd element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1100 retrieving revision 1.1101 diff -u -d -r1.1100 -r1.1101 --- history.html 16 Dec 2011 23:46:28 -0000 1.1100 +++ history.html 5 Jan 2012 02:33:17 -0000 1.1101 @@ -321,7 +321,7 @@ <link href="origin-0.html" title="5.3 Origin" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="offline.html" title="5.6 Offline Web applications" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: svg-0.html =================================================================== RCS file: /sources/public/html5/spec/svg-0.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- svg-0.html 16 Dec 2011 23:46:30 -0000 1.8 +++ svg-0.html 5 Jan 2012 02:33:21 -0000 1.9 @@ -321,7 +321,7 @@ <link href="mathml.html" title="4.8.15 MathML" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="dimension-attributes.html" title="4.8.17 Dimension attributes" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-source-element.html =================================================================== RCS file: /sources/public/html5/spec/the-source-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-source-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-source-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-audio-element.html" title="4.8.7 The audio element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-track-element.html" title="4.8.9 The track element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-embed-element.html =================================================================== RCS file: /sources/public/html5/spec/the-embed-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-embed-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-embed-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-object-element.html" title="4.8.4 The object element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-ins-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ins-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-ins-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-ins-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="edits.html" title="4.7 Edits" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-del-element.html" title="4.7.2 The del element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-col-element.html =================================================================== RCS file: /sources/public/html5/spec/the-col-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-col-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-col-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-colgroup-element.html" title="4.9.3 The colgroup element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-tbody-element.html" title="4.9.5 The tbody element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-em-element.html =================================================================== RCS file: /sources/public/html5/spec/the-em-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-em-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-em-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-a-element.html" title="4.6.1 The a element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-strong-element.html" title="4.6.3 The strong element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1089 retrieving revision 1.1090 diff -u -d -r1.1089 -r1.1090 --- semantics.html 16 Dec 2011 23:46:30 -0000 1.1089 +++ semantics.html 5 Jan 2012 02:33:20 -0000 1.1090 @@ -321,7 +321,7 @@ <link href="dynamic-markup-insertion.html" title="3.4 Dynamic markup insertion" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-html-element.html" title="4.1.1 The html element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-q-element.html =================================================================== RCS file: /sources/public/html5/spec/the-q-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-q-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-q-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-cite-element.html" title="4.6.6 The cite element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-dfn-element.html" title="4.6.8 The dfn element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-style-element.html =================================================================== RCS file: /sources/public/html5/spec/the-style-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-style-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-style-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-meta-element.html" title="4.2.5 The meta element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="styling.html" title="4.2.7 Styling" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1059 retrieving revision 1.1060 diff -u -d -r1.1059 -r1.1060 --- syntax.html 16 Dec 2011 23:46:31 -0000 1.1059 +++ syntax.html 5 Jan 2012 02:33:21 -0000 1.1060 @@ -321,7 +321,7 @@ <link href="dnd.html" title="7.6 Drag and drop" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="parsing.html" title="8.2 Parsing HTML documents" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- webappapis.html 16 Dec 2011 23:46:36 -0000 1.212 +++ webappapis.html 5 Jan 2012 02:33:27 -0000 1.213 @@ -321,7 +321,7 @@ <link href="offline.html" title="5.6 Offline Web applications" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="timers.html" title="6.3 Timers" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: attributes-common-to-form-controls.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-form-controls.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attributes-common-to-form-controls.html 16 Dec 2011 23:46:24 -0000 1.8 +++ attributes-common-to-form-controls.html 5 Jan 2012 02:33:15 -0000 1.9 @@ -321,7 +321,7 @@ <link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="textFieldSelection.html" title="4.10.20 APIs for the text field selections" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-h1-h2-h3-h4-h5-and-h6-elements.html =================================================================== RCS file: /sources/public/html5/spec/the-h1-h2-h3-h4-h5-and-h6-elements.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-h1-h2-h3-h4-h5-and-h6-elements.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-h1-h2-h3-h4-h5-and-h6-elements.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-aside-element.html" title="4.4.5 The aside element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-hgroup-element.html" title="4.4.7 The hgroup element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-abbr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-abbr-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-abbr-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-abbr-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-dfn-element.html" title="4.6.8 The dfn element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-time-element.html" title="4.6.10 The time element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-caption-element.html =================================================================== RCS file: /sources/public/html5/spec/the-caption-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-caption-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-caption-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-table-element.html" title="4.9.1 The table element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-colgroup-element.html" title="4.9.3 The colgroup element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: edits-and-paragraphs.html =================================================================== RCS file: /sources/public/html5/spec/edits-and-paragraphs.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- edits-and-paragraphs.html 16 Dec 2011 23:46:25 -0000 1.8 +++ edits-and-paragraphs.html 5 Jan 2012 02:33:16 -0000 1.9 @@ -321,7 +321,7 @@ <link href="attributes-common-to-ins-and-del-elements.html" title="4.7.3 Attributes common to ins and del elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="edits-and-lists.html" title="4.7.5 Edits and lists" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-tbody-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tbody-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-tbody-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-tbody-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-col-element.html" title="4.9.4 The col element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-thead-element.html" title="4.9.6 The thead element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-td-element.html =================================================================== RCS file: /sources/public/html5/spec/the-td-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-td-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-td-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-tr-element.html" title="4.9.8 The tr element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-th-element.html" title="4.9.10 The th element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1789 retrieving revision 1.1790 diff -u -d -r1.1789 -r1.1790 --- spec.html 16 Dec 2011 23:46:30 -0000 1.1789 +++ spec.html 5 Jan 2012 02:33:21 -0000 1.1790 @@ -318,7 +318,7 @@ } </script> <script src="link-fixup.js"></script> - </head><body class="split index"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split index"><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> Index: system-state-and-capabilities.html =================================================================== RCS file: /sources/public/html5/spec/system-state-and-capabilities.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- system-state-and-capabilities.html 16 Dec 2011 23:46:31 -0000 1.8 +++ system-state-and-capabilities.html 5 Jan 2012 02:33:21 -0000 1.9 @@ -321,7 +321,7 @@ <link href="user-prompts.html" title="6.4 User prompts" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="editing.html" title="7 User interaction" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec/origin-0.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- origin-0.html 16 Dec 2011 23:46:29 -0000 1.60 +++ origin-0.html 5 Jan 2012 02:33:20 -0000 1.61 @@ -321,7 +321,7 @@ <link href="browsers.html" title="5 Loading Web pages" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="history.html" title="5.4 Session history and navigation" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: media-elements.html =================================================================== RCS file: /sources/public/html5/spec/media-elements.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- media-elements.html 16 Dec 2011 23:46:29 -0000 1.8 +++ media-elements.html 5 Jan 2012 02:33:19 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-track-element.html" title="4.8.9 The track element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-canvas-element.html" title="4.8.11 The canvas element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-base-element.html =================================================================== RCS file: /sources/public/html5/spec/the-base-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-base-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-base-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-title-element.html" title="4.2.2 The title element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-link-element.html" title="4.2.4 The link element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-menu-element.html =================================================================== RCS file: /sources/public/html5/spec/the-menu-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-menu-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-menu-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-command-element.html" title="4.11.3 The command element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="commands.html" title="4.11.5 Commands" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: styling.html =================================================================== RCS file: /sources/public/html5/spec/styling.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- styling.html 16 Dec 2011 23:46:30 -0000 1.8 +++ styling.html 5 Jan 2012 02:33:21 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-style-element.html" title="4.2.6 The style element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="scripting-1.html" title="4.3 Scripting" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-noscript-element.html =================================================================== RCS file: /sources/public/html5/spec/the-noscript-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-noscript-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-noscript-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-script-element.html" title="4.3.1 The script element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="sections.html" title="4.4 Sections" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-code-element.html =================================================================== RCS file: /sources/public/html5/spec/the-code-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-code-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-code-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-time-element.html" title="4.6.10 The time element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-var-element.html" title="4.6.12 The var element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-command-element.html =================================================================== RCS file: /sources/public/html5/spec/the-command-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-command-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-command-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-summary-element.html" title="4.11.2 The summary element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-menu-element.html" title="4.11.4 The menu element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- urls.html 16 Dec 2011 23:46:36 -0000 1.68 +++ urls.html 5 Jan 2012 02:33:27 -0000 1.69 @@ -321,7 +321,7 @@ <link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="common-dom-interfaces.html" title="2.8 Common DOM interfaces" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1054 retrieving revision 1.1055 diff -u -d -r1.1054 -r1.1055 --- the-xhtml-syntax.html 16 Dec 2011 23:46:35 -0000 1.1054 +++ the-xhtml-syntax.html 5 Jan 2012 02:33:26 -0000 1.1055 @@ -321,7 +321,7 @@ <link href="named-character-references.html" title="8.5 Named character references" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="rendering.html" title="10 Rendering" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-div-element.html =================================================================== RCS file: /sources/public/html5/spec/the-div-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-div-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-div-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-figcaption-element.html" title="4.5.12 The figcaption element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-output-element.html =================================================================== RCS file: /sources/public/html5/spec/the-output-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-output-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-output-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-keygen-element.html" title="4.10.14 The keygen element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-progress-element.html" title="4.10.16 The progress element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-label-element.html =================================================================== RCS file: /sources/public/html5/spec/the-label-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-label-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-label-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-legend-element.html" title="4.10.5 The legend element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-input-element.html" title="4.10.7 The input element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.96 retrieving revision 1.97 diff -u -d -r1.96 -r1.97 --- dnd.html 16 Dec 2011 23:46:24 -0000 1.96 +++ dnd.html 5 Jan 2012 02:33:16 -0000 1.97 @@ -321,7 +321,7 @@ <link href="editing-apis.html" title="7.5.4 Editing APIs" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="syntax.html" title="8 The HTML syntax" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-dl-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dl-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-dl-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-dl-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-li-element.html" title="4.5.7 The li element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-dt-element.html" title="4.5.9 The dt element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-select-element.html =================================================================== RCS file: /sources/public/html5/spec/the-select-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-select-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-select-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-button-element.html" title="4.10.8 The button element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-datalist-element.html" title="4.10.10 The datalist element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: editing-apis.html =================================================================== RCS file: /sources/public/html5/spec/editing-apis.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- editing-apis.html 16 Dec 2011 23:46:25 -0000 1.8 +++ editing-apis.html 5 Jan 2012 02:33:16 -0000 1.9 @@ -321,7 +321,7 @@ <link href="editing.html" title="7 User interaction" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="dnd.html" title="7.6 Drag and drop" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1087 retrieving revision 1.1088 diff -u -d -r1.1087 -r1.1088 --- dom.html 16 Dec 2011 23:46:24 -0000 1.1087 +++ dom.html 5 Jan 2012 02:33:16 -0000 1.1088 @@ -321,7 +321,7 @@ <link href="namespaces.html" title="2.9 Namespaces" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="elements.html" title="3.2 Elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-textarea-element.html =================================================================== RCS file: /sources/public/html5/spec/the-textarea-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-textarea-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-textarea-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-option-element.html" title="4.10.12 The option element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-keygen-element.html" title="4.10.14 The keygen element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-colgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-colgroup-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-colgroup-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-colgroup-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-caption-element.html" title="4.9.2 The caption element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-col-element.html" title="4.9.4 The col element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: attributes-common-to-ins-and-del-elements.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-ins-and-del-elements.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attributes-common-to-ins-and-del-elements.html 16 Dec 2011 23:46:24 -0000 1.8 +++ attributes-common-to-ins-and-del-elements.html 5 Jan 2012 02:33:15 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-del-element.html" title="4.7.2 The del element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="edits-and-paragraphs.html" title="4.7.4 Edits and paragraphs" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-video-element.html =================================================================== RCS file: /sources/public/html5/spec/the-video-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-video-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-video-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-param-element.html" title="4.8.5 The param element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-audio-element.html" title="4.8.7 The audio element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-table-element.html =================================================================== RCS file: /sources/public/html5/spec/the-table-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-table-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-table-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="tabular-data.html" title="4.9 Tabular data" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-caption-element.html" title="4.9.2 The caption element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-audio-element.html =================================================================== RCS file: /sources/public/html5/spec/the-audio-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-audio-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-audio-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-video-element.html" title="4.8.6 The video element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-source-element.html" title="4.8.8 The source element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: edits-and-lists.html =================================================================== RCS file: /sources/public/html5/spec/edits-and-lists.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- edits-and-lists.html 16 Dec 2011 23:46:25 -0000 1.8 +++ edits-and-lists.html 5 Jan 2012 02:33:16 -0000 1.9 @@ -321,7 +321,7 @@ <link href="edits-and-paragraphs.html" title="4.7.4 Edits and paragraphs" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="embedded-content-1.html" title="4.8 Embedded content" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-pre-element.html =================================================================== RCS file: /sources/public/html5/spec/the-pre-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-pre-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-pre-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-hr-element.html" title="4.5.2 The hr element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-blockquote-element.html" title="4.5.4 The blockquote element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: dynamic-markup-insertion.html =================================================================== RCS file: /sources/public/html5/spec/dynamic-markup-insertion.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- dynamic-markup-insertion.html 16 Dec 2011 23:46:25 -0000 1.9 +++ dynamic-markup-insertion.html 5 Jan 2012 02:33:16 -0000 1.10 @@ -321,7 +321,7 @@ <link href="interactions-with-xpath-and-xslt.html" title="3.3 Interactions with XPath and XSLT" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="semantics.html" title="4 The elements of HTML" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-tfoot-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tfoot-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-tfoot-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-tfoot-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-thead-element.html" title="4.9.6 The thead element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-tr-element.html" title="4.9.8 The tr element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-thead-element.html =================================================================== RCS file: /sources/public/html5/spec/the-thead-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-thead-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-thead-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-tbody-element.html" title="4.9.5 The tbody element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-tfoot-element.html" title="4.9.7 The tfoot element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: image-maps.html =================================================================== RCS file: /sources/public/html5/spec/image-maps.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- image-maps.html 16 Dec 2011 23:46:28 -0000 1.8 +++ image-maps.html 5 Jan 2012 02:33:17 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-area-element.html" title="4.8.13 The area element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="mathml.html" title="4.8.15 MathML" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-br-element.html =================================================================== RCS file: /sources/public/html5/spec/the-br-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-br-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-br-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-span-element.html" title="4.6.25 The span element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-wbr-element.html" title="4.6.27 The wbr element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-meta-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meta-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-meta-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-meta-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-link-element.html" title="4.2.4 The link element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-style-element.html" title="4.2.6 The style element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-wbr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-wbr-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-wbr-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-wbr-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-br-element.html" title="4.6.26 The br element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="usage-summary.html" title="4.6.28 Usage summary" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1067 retrieving revision 1.1068 diff -u -d -r1.1067 -r1.1068 --- introduction.html 16 Dec 2011 23:46:29 -0000 1.1067 +++ introduction.html 5 Jan 2012 02:33:19 -0000 1.1068 @@ -320,7 +320,7 @@ <script src="link-fixup.js"></script> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="infrastructure.html" title="2 Common infrastructure" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1073 retrieving revision 1.1074 diff -u -d -r1.1073 -r1.1074 --- editing.html 16 Dec 2011 23:46:25 -0000 1.1073 +++ editing.html 5 Jan 2012 02:33:16 -0000 1.1074 @@ -321,7 +321,7 @@ <link href="system-state-and-capabilities.html" title="6.5 System state and capabilities" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="editing-apis.html" title="7.5.4 Editing APIs" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- common-microsyntaxes.html 16 Dec 2011 23:46:24 -0000 1.74 +++ common-microsyntaxes.html 5 Jan 2012 02:33:15 -0000 1.75 @@ -321,7 +321,7 @@ <link href="infrastructure.html" title="2 Common infrastructure" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="urls.html" title="2.6 URLs" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.139 retrieving revision 1.140 diff -u -d -r1.139 -r1.140 --- rendering.html 16 Dec 2011 23:46:30 -0000 1.139 +++ rendering.html 5 Jan 2012 02:33:20 -0000 1.140 @@ -321,7 +321,7 @@ <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="obsolete.html" title="11 Obsolete features" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1076 retrieving revision 1.1077 diff -u -d -r1.1076 -r1.1077 --- text-level-semantics.html 16 Dec 2011 23:46:31 -0000 1.1076 +++ text-level-semantics.html 5 Jan 2012 02:33:22 -0000 1.1077 @@ -321,7 +321,7 @@ <link href="the-div-element.html" title="4.5.13 The div element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-a-element.html" title="4.6.1 The a element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- embedded-content-1.html 16 Dec 2011 23:46:25 -0000 1.78 +++ embedded-content-1.html 5 Jan 2012 02:33:16 -0000 1.79 @@ -321,7 +321,7 @@ <link href="edits-and-lists.html" title="4.7.5 Edits and lists" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-img-element.html" title="4.8.1 The img element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1131 retrieving revision 1.1132 diff -u -d -r1.1131 -r1.1132 --- infrastructure.html 16 Dec 2011 23:46:28 -0000 1.1131 +++ infrastructure.html 5 Jan 2012 02:33:18 -0000 1.1132 @@ -321,7 +321,7 @@ <link href="introduction.html" title="1 Introduction" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: form-submission.html =================================================================== RCS file: /sources/public/html5/spec/form-submission.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- form-submission.html 16 Dec 2011 23:46:25 -0000 1.8 +++ form-submission.html 5 Jan 2012 02:33:17 -0000 1.9 @@ -321,7 +321,7 @@ <link href="constraints.html" title="4.10.21 Constraints" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="interactive-elements.html" title="4.11 Interactive elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: user-prompts.html =================================================================== RCS file: /sources/public/html5/spec/user-prompts.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- user-prompts.html 16 Dec 2011 23:46:36 -0000 1.8 +++ user-prompts.html 5 Jan 2012 02:33:27 -0000 1.9 @@ -321,7 +321,7 @@ <link href="timers.html" title="6.3 Timers" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="system-state-and-capabilities.html" title="6.5 System state and capabilities" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1056 retrieving revision 1.1057 diff -u -d -r1.1056 -r1.1057 --- tabular-data.html 16 Dec 2011 23:46:31 -0000 1.1056 +++ tabular-data.html 5 Jan 2012 02:33:21 -0000 1.1057 @@ -321,7 +321,7 @@ <link href="dimension-attributes.html" title="4.8.17 Dimension attributes" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-table-element.html" title="4.9.1 The table element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.153 retrieving revision 1.154 diff -u -d -r1.153 -r1.154 --- the-iframe-element.html 16 Dec 2011 23:46:33 -0000 1.153 +++ the-iframe-element.html 5 Jan 2012 02:33:24 -0000 1.154 @@ -321,7 +321,7 @@ <link href="the-img-element.html" title="4.8.1 The img element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-embed-element.html" title="4.8.3 The embed element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: dimension-attributes.html =================================================================== RCS file: /sources/public/html5/spec/dimension-attributes.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- dimension-attributes.html 16 Dec 2011 23:46:24 -0000 1.8 +++ dimension-attributes.html 5 Jan 2012 02:33:16 -0000 1.9 @@ -321,7 +321,7 @@ <link href="svg-0.html" title="4.8.16 SVG" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="tabular-data.html" title="4.9 Tabular data" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: tree-construction.html =================================================================== RCS file: /sources/public/html5/spec/tree-construction.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- tree-construction.html 16 Dec 2011 00:49:01 -0000 1.30 +++ tree-construction.html 5 Jan 2012 02:33:27 -0000 1.31 @@ -321,7 +321,7 @@ <link href="tokenization.html" title="8.2.4 Tokenization" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-end.html" title="8.2.6 The end" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- association-of-controls-and-forms.html 16 Dec 2011 23:46:23 -0000 1.119 +++ association-of-controls-and-forms.html 5 Jan 2012 02:33:15 -0000 1.120 @@ -321,7 +321,7 @@ <link href="the-meter-element.html" title="4.10.17 The meter element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="attributes-common-to-form-controls.html" title="4.10.19 Attributes common to form controls" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- common-dom-interfaces.html 16 Dec 2011 23:46:24 -0000 1.92 +++ common-dom-interfaces.html 5 Jan 2012 02:33:15 -0000 1.93 @@ -321,7 +321,7 @@ <link href="urls.html" title="2.6 URLs" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="namespaces.html" title="2.9 Namespaces" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-strong-element.html =================================================================== RCS file: /sources/public/html5/spec/the-strong-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-strong-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-strong-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-em-element.html" title="4.6.2 The em element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-small-element.html" title="4.6.4 The small element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-form-element.html =================================================================== RCS file: /sources/public/html5/spec/the-form-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-form-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-form-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="forms.html" title="4.10 Forms" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-fieldset-element.html" title="4.10.4 The fieldset element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-li-element.html =================================================================== RCS file: /sources/public/html5/spec/the-li-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-li-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-li-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-ul-element.html" title="4.5.6 The ul element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-dl-element.html" title="4.5.8 The dl element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.84 retrieving revision 1.85 diff -u -d -r1.84 -r1.85 --- scripting-1.html 16 Dec 2011 23:46:30 -0000 1.84 +++ scripting-1.html 5 Jan 2012 02:33:20 -0000 1.85 @@ -321,7 +321,7 @@ <link href="styling.html" title="4.2.7 Styling" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-script-element.html" title="4.3.1 The script element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-keygen-element.html =================================================================== RCS file: /sources/public/html5/spec/the-keygen-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-keygen-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-keygen-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-textarea-element.html" title="4.10.13 The textarea element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-output-element.html" title="4.10.15 The output element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-link-element.html =================================================================== RCS file: /sources/public/html5/spec/the-link-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-link-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-link-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-base-element.html" title="4.2.3 The base element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-meta-element.html" title="4.2.5 The meta element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-optgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-optgroup-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-optgroup-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-optgroup-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-datalist-element.html" title="4.10.10 The datalist element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-option-element.html" title="4.10.12 The option element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-param-element.html =================================================================== RCS file: /sources/public/html5/spec/the-param-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-param-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-param-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-object-element.html" title="4.8.4 The object element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-video-element.html" title="4.8.6 The video element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-time-element.html =================================================================== RCS file: /sources/public/html5/spec/the-time-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-time-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-time-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-abbr-element.html" title="4.6.9 The abbr element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-code-element.html" title="4.6.11 The code element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: mathml.html =================================================================== RCS file: /sources/public/html5/spec/mathml.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- mathml.html 16 Dec 2011 23:46:29 -0000 1.8 +++ mathml.html 5 Jan 2012 02:33:19 -0000 1.9 @@ -321,7 +321,7 @@ <link href="image-maps.html" title="4.8.14 Image maps" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="svg-0.html" title="4.8.16 SVG" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-var-element.html =================================================================== RCS file: /sources/public/html5/spec/the-var-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-var-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-var-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-code-element.html" title="4.6.11 The code element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-samp-element.html" title="4.6.13 The samp element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-th-element.html =================================================================== RCS file: /sources/public/html5/spec/the-th-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-th-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-th-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-td-element.html" title="4.9.9 The td element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="attributes-common-to-td-and-th-elements.html" title="4.9.11 Attributes common to td and th elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- tokenization.html 16 Dec 2011 00:49:01 -0000 1.92 +++ tokenization.html 5 Jan 2012 02:33:27 -0000 1.93 @@ -321,7 +321,7 @@ <link href="parsing.html" title="8.2 Parsing HTML documents" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="tree-construction.html" title="8.2.5 Tree construction" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: requirements-relating-to-bidirectional-algorithm-formatting-characters.html =================================================================== RCS file: /sources/public/html5/spec/requirements-relating-to-bidirectional-algorithm-formatting-characters.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- requirements-relating-to-bidirectional-algorithm-formatting-characters.html 16 Dec 2011 23:46:30 -0000 1.8 +++ requirements-relating-to-bidirectional-algorithm-formatting-characters.html 5 Jan 2012 02:33:20 -0000 1.9 @@ -321,7 +321,7 @@ <link href="content-models.html" title="3.2.5 Content models" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="wai-aria.html" title="3.2.7 WAI-ARIA" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-body-element.html =================================================================== RCS file: /sources/public/html5/spec/the-body-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-body-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-body-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="sections.html" title="4.4 Sections" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-section-element.html" title="4.4.2 The section element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- common-input-element-attributes.html 16 Dec 2011 23:46:24 -0000 1.74 +++ common-input-element-attributes.html 5 Jan 2012 02:33:15 -0000 1.75 @@ -321,7 +321,7 @@ <link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="common-input-element-apis.html" title="4.10.7.3 Common input element APIs" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1061 retrieving revision 1.1062 diff -u -d -r1.1061 -r1.1062 --- interactive-elements.html 16 Dec 2011 23:46:29 -0000 1.1061 +++ interactive-elements.html 5 Jan 2012 02:33:18 -0000 1.1062 @@ -321,7 +321,7 @@ <link href="form-submission.html" title="4.10.22 Form submission" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-details-element.html" title="4.11.1 The details element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-address-element.html =================================================================== RCS file: /sources/public/html5/spec/the-address-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-address-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-address-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-footer-element.html" title="4.4.9 The footer element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="headings-and-sections.html" title="4.4.11 Headings and sections" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.378 retrieving revision 1.379 diff -u -d -r1.378 -r1.379 --- iana.html 16 Dec 2011 23:46:28 -0000 1.378 +++ iana.html 5 Jan 2012 02:33:17 -0000 1.379 @@ -321,7 +321,7 @@ <link href="obsolete.html" title="11 Obsolete features" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="section-index.html" title="Index" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-b-element.html =================================================================== RCS file: /sources/public/html5/spec/the-b-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-b-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-b-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-i-element.html" title="4.6.16 The i element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-u-element.html" title="4.6.18 The u element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- states-of-the-type-attribute.html 16 Dec 2011 23:46:30 -0000 1.69 +++ states-of-the-type-attribute.html 5 Jan 2012 02:33:21 -0000 1.70 @@ -321,7 +321,7 @@ <link href="the-input-element.html" title="4.10.7 The input element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-nav-element.html =================================================================== RCS file: /sources/public/html5/spec/the-nav-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-nav-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-nav-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-section-element.html" title="4.4.2 The section element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-article-element.html" title="4.4.4 The article element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1083 retrieving revision 1.1084 diff -u -d -r1.1083 -r1.1084 --- references.html 16 Dec 2011 23:46:29 -0000 1.1083 +++ references.html 5 Jan 2012 02:33:20 -0000 1.1084 @@ -321,7 +321,7 @@ <link href="section-index.html" title="Index" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="acknowledgements.html" title="Acknowledgements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-meter-element.html =================================================================== RCS file: /sources/public/html5/spec/the-meter-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-meter-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-meter-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-progress-element.html" title="4.10.16 The progress element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-ul-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ul-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-ul-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-ul-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-ol-element.html" title="4.5.5 The ol element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-li-element.html" title="4.5.7 The li element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-html-element.html =================================================================== RCS file: /sources/public/html5/spec/the-html-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-html-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-html-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="semantics.html" title="4 The elements of HTML" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-head-element.html" title="4.2.1 The head element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1123 retrieving revision 1.1124 diff -u -d -r1.1123 -r1.1124 --- index.html 16 Dec 2011 23:46:28 -0000 1.1123 +++ index.html 5 Jan 2012 02:33:18 -0000 1.1124 @@ -318,7 +318,7 @@ } </script> <script src="link-fixup.js"></script> - </head><body class="split index"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split index"><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> Index: attributes-common-to-td-and-th-elements.html =================================================================== RCS file: /sources/public/html5/spec/attributes-common-to-td-and-th-elements.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- attributes-common-to-td-and-th-elements.html 16 Dec 2011 23:46:24 -0000 1.8 +++ attributes-common-to-td-and-th-elements.html 5 Jan 2012 02:33:15 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-th-element.html" title="4.9.10 The th element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="examples.html" title="4.9.13 Examples" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: wai-aria.html =================================================================== RCS file: /sources/public/html5/spec/wai-aria.html,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- wai-aria.html 16 Dec 2011 23:46:36 -0000 1.9 +++ wai-aria.html 5 Jan 2012 02:33:27 -0000 1.10 @@ -321,7 +321,7 @@ <link href="requirements-relating-to-bidirectional-algorithm-formatting-characters.html" title="3.2.6 Requirements relating to bidirectional-algorithm formatting characters" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="interactions-with-xpath-and-xslt.html" title="3.3 Interactions with XPath and XSLT" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-ruby-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ruby-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-ruby-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-ruby-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-mark-element.html" title="4.6.19 The mark element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-rt-element.html" title="4.6.21 The rt element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-track-element.html =================================================================== RCS file: /sources/public/html5/spec/the-track-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-track-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-track-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-source-element.html" title="4.8.8 The source element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="media-elements.html" title="4.8.10 Media elements" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: usage-summary.html =================================================================== RCS file: /sources/public/html5/spec/usage-summary.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- usage-summary.html 16 Dec 2011 23:46:36 -0000 1.8 +++ usage-summary.html 5 Jan 2012 02:33:27 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-wbr-element.html" title="4.6.27 The wbr element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="edits.html" title="4.7 Edits" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- sections.html 16 Dec 2011 23:46:30 -0000 1.74 +++ sections.html 5 Jan 2012 02:33:20 -0000 1.75 @@ -321,7 +321,7 @@ <link href="the-noscript-element.html" title="4.3.2 The noscript element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-body-element.html" title="4.4.1 The body element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.117 retrieving revision 1.118 diff -u -d -r1.117 -r1.118 --- content-models.html 16 Dec 2011 23:46:24 -0000 1.117 +++ content-models.html 5 Jan 2012 02:33:16 -0000 1.118 @@ -321,7 +321,7 @@ <link href="element-definitions.html" title="3.2.4 Element definitions" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="requirements-relating-to-bidirectional-algorithm-formatting-characters.html" title="3.2.6 Requirements relating to bidirectional-algorithm formatting characters" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-progress-element.html =================================================================== RCS file: /sources/public/html5/spec/the-progress-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-progress-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-progress-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-output-element.html" title="4.10.15 The output element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-meter-element.html" title="4.10.17 The meter element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-footer-element.html =================================================================== RCS file: /sources/public/html5/spec/the-footer-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-footer-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-footer-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-header-element.html" title="4.4.8 The header element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-address-element.html" title="4.4.10 The address element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: interactions-with-xpath-and-xslt.html =================================================================== RCS file: /sources/public/html5/spec/interactions-with-xpath-and-xslt.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- interactions-with-xpath-and-xslt.html 16 Dec 2011 00:48:42 -0000 1.5 +++ interactions-with-xpath-and-xslt.html 5 Jan 2012 02:33:18 -0000 1.6 @@ -321,7 +321,7 @@ <link href="wai-aria.html" title="3.2.7 WAI-ARIA" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="dynamic-markup-insertion.html" title="3.4 Dynamic markup insertion" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-dd-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dd-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-dd-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-dd-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-dt-element.html" title="4.5.9 The dt element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-figure-element.html" title="4.5.11 The figure element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-bdo-element.html =================================================================== RCS file: /sources/public/html5/spec/the-bdo-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-bdo-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-bdo-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-bdi-element.html" title="4.6.23 The bdi element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-span-element.html" title="4.6.25 The span element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-object-element.html =================================================================== RCS file: /sources/public/html5/spec/the-object-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-object-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-object-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-embed-element.html" title="4.8.3 The embed element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-param-element.html" title="4.8.5 The param element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-ol-element.html =================================================================== RCS file: /sources/public/html5/spec/the-ol-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-ol-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-ol-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-blockquote-element.html" title="4.5.4 The blockquote element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-ul-element.html" title="4.5.6 The ul element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-area-element.html =================================================================== RCS file: /sources/public/html5/spec/the-area-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-area-element.html 16 Dec 2011 23:46:31 -0000 1.8 +++ the-area-element.html 5 Jan 2012 02:33:22 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-map-element.html" title="4.8.12 The map element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="image-maps.html" title="4.8.14 Image maps" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-datalist-element.html =================================================================== RCS file: /sources/public/html5/spec/the-datalist-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-datalist-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-datalist-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-select-element.html" title="4.10.9 The select element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-optgroup-element.html" title="4.10.11 The optgroup element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- grouping-content.html 16 Dec 2011 23:46:28 -0000 1.68 +++ grouping-content.html 5 Jan 2012 02:33:17 -0000 1.69 @@ -321,7 +321,7 @@ <link href="headings-and-sections.html" title="4.4.11 Headings and sections" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-p-element.html" title="4.5.1 The p element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-mark-element.html =================================================================== RCS file: /sources/public/html5/spec/the-mark-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-mark-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-mark-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-u-element.html" title="4.6.18 The u element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-ruby-element.html" title="4.6.20 The ruby element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-dfn-element.html =================================================================== RCS file: /sources/public/html5/spec/the-dfn-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-dfn-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-dfn-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-q-element.html" title="4.6.7 The q element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-abbr-element.html" title="4.6.9 The abbr element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1112 retrieving revision 1.1113 diff -u -d -r1.1112 -r1.1113 --- acknowledgements.html 16 Dec 2011 23:46:23 -0000 1.1112 +++ acknowledgements.html 5 Jan 2012 02:33:14 -0000 1.1113 @@ -320,7 +320,7 @@ <script src="link-fixup.js"></script> <link href="references.html" title="References" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-header-element.html =================================================================== RCS file: /sources/public/html5/spec/the-header-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-header-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-header-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-hgroup-element.html" title="4.4.7 The hgroup element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-footer-element.html" title="4.4.9 The footer element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- elements.html 16 Dec 2011 23:46:25 -0000 1.83 +++ elements.html 5 Jan 2012 02:33:16 -0000 1.84 @@ -321,7 +321,7 @@ <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="global-attributes.html" title="3.2.3 Global attributes" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-sub-and-sup-elements.html =================================================================== RCS file: /sources/public/html5/spec/the-sub-and-sup-elements.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-sub-and-sup-elements.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-sub-and-sup-elements.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-kbd-element.html" title="4.6.14 The kbd element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-i-element.html" title="4.6.16 The i element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-i-element.html =================================================================== RCS file: /sources/public/html5/spec/the-i-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-i-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-i-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-sub-and-sup-elements.html" title="4.6.15 The sub and sup elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-b-element.html" title="4.6.17 The b element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1062 retrieving revision 1.1063 diff -u -d -r1.1062 -r1.1063 --- forms.html 16 Dec 2011 23:46:25 -0000 1.1062 +++ forms.html 5 Jan 2012 02:33:17 -0000 1.1063 @@ -321,7 +321,7 @@ <link href="examples.html" title="4.9.13 Examples" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-form-element.html" title="4.10.3 The form element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- edits.html 16 Dec 2011 23:46:25 -0000 1.53 +++ edits.html 5 Jan 2012 02:33:16 -0000 1.54 @@ -321,7 +321,7 @@ <link href="usage-summary.html" title="4.6.28 Usage summary" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-ins-element.html" title="4.7.1 The ins element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.933 retrieving revision 1.934 diff -u -d -r1.933 -r1.934 --- the-canvas-element.html 16 Dec 2011 23:46:32 -0000 1.933 +++ the-canvas-element.html 5 Jan 2012 02:33:23 -0000 1.934 @@ -321,7 +321,7 @@ <link href="media-elements.html" title="4.8.10 Media elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-map-element.html" title="4.8.12 The map element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- commands.html 16 Dec 2011 23:46:24 -0000 1.59 +++ commands.html 5 Jan 2012 02:33:15 -0000 1.60 @@ -321,7 +321,7 @@ <link href="the-menu-element.html" title="4.11.4 The menu element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="links.html" title="4.12 Links" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-samp-element.html =================================================================== RCS file: /sources/public/html5/spec/the-samp-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-samp-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-samp-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-var-element.html" title="4.6.12 The var element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-kbd-element.html" title="4.6.14 The kbd element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-u-element.html =================================================================== RCS file: /sources/public/html5/spec/the-u-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-u-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-u-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-b-element.html" title="4.6.17 The b element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-mark-element.html" title="4.6.19 The mark element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: headings-and-sections.html =================================================================== RCS file: /sources/public/html5/spec/headings-and-sections.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- headings-and-sections.html 16 Dec 2011 23:46:28 -0000 1.8 +++ headings-and-sections.html 5 Jan 2012 02:33:17 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-address-element.html" title="4.4.10 The address element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="grouping-content.html" title="4.5 Grouping content" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1069 retrieving revision 1.1070 diff -u -d -r1.1069 -r1.1070 --- obsolete.html 16 Dec 2011 23:46:29 -0000 1.1069 +++ obsolete.html 5 Jan 2012 02:33:19 -0000 1.1070 @@ -321,7 +321,7 @@ <link href="rendering.html" title="10 Rendering" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="iana.html" title="12 IANA considerations" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.1027 retrieving revision 1.1028 diff -u -d -r1.1027 -r1.1028 --- named-character-references.html 16 Dec 2011 23:46:29 -0000 1.1027 +++ named-character-references.html 5 Jan 2012 02:33:19 -0000 1.1028 @@ -321,7 +321,7 @@ <link href="the-end.html" title="8.2.6 The end" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -d -r1.111 -r1.112 --- the-button-element.html 16 Dec 2011 23:46:32 -0000 1.111 +++ the-button-element.html 5 Jan 2012 02:33:22 -0000 1.112 @@ -321,7 +321,7 @@ <link href="common-input-element-apis.html" title="4.10.7.3 Common input element APIs" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-select-element.html" title="4.10.9 The select element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.112 retrieving revision 1.113 diff -u -d -r1.112 -r1.113 --- links.html 16 Dec 2011 23:46:29 -0000 1.112 +++ links.html 5 Jan 2012 02:33:19 -0000 1.113 @@ -321,7 +321,7 @@ <link href="commands.html" title="4.11.5 Commands" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="browsers.html" title="5 Loading Web pages" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-cite-element.html =================================================================== RCS file: /sources/public/html5/spec/the-cite-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-cite-element.html 16 Dec 2011 23:46:32 -0000 1.8 +++ the-cite-element.html 5 Jan 2012 02:33:23 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-s-element.html" title="4.6.5 The s element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-q-element.html" title="4.6.7 The q element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-hgroup-element.html =================================================================== RCS file: /sources/public/html5/spec/the-hgroup-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-hgroup-element.html 16 Dec 2011 23:46:33 -0000 1.8 +++ the-hgroup-element.html 5 Jan 2012 02:33:24 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-h1-h2-h3-h4-h5-and-h6-elements.html" title="4.4.6 The h1, h2, h3, h4, h5, and h6 elements" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-header-element.html" title="4.4.8 The header element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: common-input-element-apis.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-apis.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- common-input-element-apis.html 16 Dec 2011 23:46:24 -0000 1.8 +++ common-input-element-apis.html 5 Jan 2012 02:33:15 -0000 1.9 @@ -321,7 +321,7 @@ <link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-button-element.html" title="4.10.8 The button element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-tr-element.html =================================================================== RCS file: /sources/public/html5/spec/the-tr-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-tr-element.html 16 Dec 2011 23:46:35 -0000 1.8 +++ the-tr-element.html 5 Jan 2012 02:33:26 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-tfoot-element.html" title="4.9.7 The tfoot element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-td-element.html" title="4.9.9 The td element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: section-index.html =================================================================== RCS file: /sources/public/html5/spec/section-index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- section-index.html 16 Dec 2011 23:46:30 -0000 1.8 +++ section-index.html 5 Jan 2012 02:33:20 -0000 1.9 @@ -321,7 +321,7 @@ <link href="iana.html" title="12 IANA considerations" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="references.html" title="References" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- timers.html 16 Dec 2011 23:46:35 -0000 1.79 +++ timers.html 5 Jan 2012 02:33:26 -0000 1.80 @@ -321,7 +321,7 @@ <link href="webappapis.html" title="6 Web application APIs" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="user-prompts.html" title="6.4 User prompts" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- namespaces.html 16 Dec 2011 23:46:29 -0000 1.49 +++ namespaces.html 5 Jan 2012 02:33:19 -0000 1.50 @@ -321,7 +321,7 @@ <link href="common-dom-interfaces.html" title="2.8 Common DOM interfaces" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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> Index: the-rt-element.html =================================================================== RCS file: /sources/public/html5/spec/the-rt-element.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- the-rt-element.html 16 Dec 2011 23:46:34 -0000 1.8 +++ the-rt-element.html 5 Jan 2012 02:33:25 -0000 1.9 @@ -321,7 +321,7 @@ <link href="the-ruby-element.html" title="4.6.20 The ruby element" rel="prev"> <link href="index.html#contents" title="Table of contents" rel="contents"> <link href="the-rp-element.html" title="4.6.22 The rp element" rel="next"> - </head><body class="split chapter"><div class="head" id="head"> + </head><body onload="fixBrokenLink(); None" class="split chapter"><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>
Received on Thursday, 5 January 2012 02:33:41 UTC