- From: poot <cvsmail@w3.org>
- Date: Sun, 3 May 2009 21:34:32 +0900 (JST)
- To: public-html-diffs@w3.org
h:tml; added unexpanded TOC Diffs for this change per section: http://people.w3.org/mike/diffs/html5/markup/Overview.1.298.html#tocjump http://people.w3.org/mike/diffs/html5/markup/Overview.1.298.html#intro-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.298.html#unexpanded-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.298.html#abstract http://people.w3.org/mike/diffs/html5/markup/Overview.1.298.html#latestED http://people.w3.org/mike/diffs/html5/markup/Overview.1.298.html#toc http://people.w3.org/mike/diffs/html5/markup/Overview.diff.html http://dev.w3.org/cvsweb/html5/markup/Overview.html?r1=1.297&r2=1.298&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- Overview.html 3 May 2009 04:20:34 -0000 1.297 +++ Overview.html 3 May 2009 09:26:41 -0000 1.298 @@ -23,7 +23,8 @@ <hr> <div id="tocjump" class="skip-link" style="text-align: center"><a href="Overview.html#toc">Skip to Table of Contents</a></div> <div id="abstract"> - <h2>Abstract</h2> + <h2>Abstract <a class="hash" href="#abstract">#</a> +</h2> <p>This specification describes the fifth major version of the HTML vocabulary. It provides the details necessary for producers of HTML content to create conformant @@ -32,7 +33,8 @@ to process documents.</p> </div> <div id="status"> - <h2>Status of this Document</h2> + <h2>Status of this Document <a class="hash" href="#status">#</a> +</h2> <p> @@ -73,8 +75,55 @@ this document as other than work in progress. </p> </div> -<div id="toc" class="toc"> - <h2>Table of Contents</h2> +<div class="toc" id="unexpanded-toc"> + + <h2>Table of Contents Overview <a class="hash" href="#unexpanded-toc">#</a> +</h2> + <ul> +<li> +<a href="intro.html#intro">1. Introduction and Scope</a> +</li> +<li> +<a href="conformance.html#conformance">2. Conformance requirements</a> +</li> +<li> +<a href="structure.html#structure">3. Structure of this specification</a> +</li> +<li> +<a href="terminology.html#terminology">4. Terminology</a> +</li> +<li> +<a href="syntax.html#syntax">5. Syntax</a> +</li> +<li> +<a href="elements.html#elements">6. HTML elements</a> +</li> +<li> +<a href="common-models.html#common-models">7. Common content models</a> +</li> +<li> +<a href="common-attributes.html#common-attributes">8. Common attributes</a> +</li> +<li> +<a href="shared-attributes.html#shared-attributes">9. Other shared attributes</a> +</li> +<li> +<a href="datatypes.html#datatypes">10. Datatypes</a> +</li> +</ul> +<ul> +<li> +<a href="references.html#references">A. References</a> +</li> +<li> +<a href="acknowledgments.html#acknowledgments">B. Acknowledgments</a> +</li> +</ul> +</div> +<div class="toc" id="toc"> + + <h2>Full Table of Contents <a class="hash" href="#toc">#</a> +</h2> <ul> <li id="intro-toc"> <a href="intro.html#intro">1. Introduction and Scope</a> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- spec.html 3 May 2009 04:20:35 -0000 1.5 +++ spec.html 3 May 2009 09:26:41 -0000 1.6 @@ -23,7 +23,8 @@ <hr> <div id="tocjump" class="skip-link" style="text-align: center"><a href="spec.html#toc">Skip to Table of Contents</a></div> <div id="abstract"> - <h2>Abstract</h2> + <h2>Abstract <a class="hash" href="#abstract">#</a> +</h2> <p>This specification describes the fifth major version of the HTML vocabulary. It provides the details necessary for producers of HTML content to create conformant @@ -32,7 +33,8 @@ to process documents.</p> </div> <div id="status"> - <h2>Status of this Document</h2> + <h2>Status of this Document <a class="hash" href="#status">#</a> +</h2> <p> @@ -73,8 +75,55 @@ this document as other than work in progress. </p> </div> -<div id="toc" class="toc"> - <h2>Table of Contents</h2> +<div class="toc" id="unexpanded-toc"> + + <h2>Table of Contents Overview <a class="hash" href="#unexpanded-toc">#</a> +</h2> + <ul> +<li> +<a href="#intro">1. Introduction and Scope</a> +</li> +<li> +<a href="#conformance">2. Conformance requirements</a> +</li> +<li> +<a href="#structure">3. Structure of this specification</a> +</li> +<li> +<a href="#terminology">4. Terminology</a> +</li> +<li> +<a href="#syntax">5. Syntax</a> +</li> +<li> +<a href="#elements">6. HTML elements</a> +</li> +<li> +<a href="#common-models">7. Common content models</a> +</li> +<li> +<a href="#common-attributes">8. Common attributes</a> +</li> +<li> +<a href="#shared-attributes">9. Other shared attributes</a> +</li> +<li> +<a href="#datatypes">10. Datatypes</a> +</li> +</ul> +<ul> +<li> +<a href="#references">A. References</a> +</li> +<li> +<a href="#acknowledgments">B. Acknowledgments</a> +</li> +</ul> +</div> +<div class="toc" id="toc"> + + <h2>Full Table of Contents <a class="hash" href="#toc">#</a> +</h2> <ul> <li id="intro-toc"> <a href="#intro">1. Introduction and Scope</a>
Received on Sunday, 3 May 2009 12:35:14 UTC