html5/spec-author-view Makefile,1.65,1.66 spec.html,1.1606,1.1607

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv30561

Modified Files:
	Makefile spec.html 
Log Message:
Attempt to reorganise the rendering section to make it more usable for implementors (whatwg r6276)

[updated by splitter]


Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Makefile	4 Jul 2011 07:42:23 -0000	1.65
+++ Makefile	4 Jul 2011 08:46:53 -0000	1.66
@@ -57,6 +57,7 @@
 	$(PYTHON) anolis/anolis \
 	  --parser=lxml.html \
 	  --allow-duplicate-dfns \
+	  --enable toc \
 	  --enable terms \
 	  --output-encoding="ascii" \
 	  $@.no-impl.tmp $@.tmp

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1606
retrieving revision 1.1607
diff -u -d -r1.1606 -r1.1607
--- spec.html	4 Jul 2011 08:06:32 -0000	1.1606
+++ spec.html	4 Jul 2011 08:47:00 -0000	1.1607
@@ -520,7 +520,7 @@
   patent. An individual who has actual knowledge of a patent which the
   individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
   Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
-  6 of the W3C Patent Policy</a>.</p><h2 class="no-num no-toc" id="contents">Table of Contents</h2><hr><h2 id="introduction"><a class="secno" href="#attr-ol-type-keyword-decimal" id="x1">1 </a><a class="secno" href="#attr-ol-type-keyword-decimal" id="x1_0">1 </a>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p>The World Wide Web's markup language has always been HTML. HTML
+  6 of the W3C Patent Policy</a>.</p><h2 class="no-num no-toc" id="contents">Table of Contents</h2><hr><h2 id="introduction"><span class="secno">1 </span><a class="secno" href="#attr-ol-type-keyword-decimal" id="x1">1 </a><a class="secno" href="#attr-ol-type-keyword-decimal" id="x1_0">1 </a>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p>The World Wide Web's markup language has always been HTML. HTML
   was primarily designed as a language for semantically describing
   scientific documents, although its general design and adaptations
   over the years have enabled it to be used to describe a number of
@@ -29179,7 +29179,7 @@
 </dl><dl id="attr-ol-type-keyword-decimal_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>1</code></span>
 </dt>
 <dd>
-<a href="#x1"><span class="secno">1 </span><span class="secno">1 </span>Introduction</a>
+<a href="#x1"><span class="secno">1 </span><span class="secno">1 </span><span class="secno">1 </span>Introduction</a>
 <a class="index-counter" href="#x1_0">(2)</a>
 </dd>
 <dd>

Received on Monday, 4 July 2011 08:47:31 UTC