html5/html4-differences Makefile,1.3,1.4 Overview.html,1.178,1.179 Overview.src.html,1.191,1.192

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv31991

Modified Files:
	Makefile Overview.html Overview.src.html 
Log Message:
build tweaks

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Overview.html	17 Jul 2012 08:56:27 -0000	1.178
+++ Overview.html	14 Sep 2012 08:43:07 -0000	1.179
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html lang="en-US"><head>
+<!DOCTYPE html><html lang="en-US"><head>
     <title>HTML5 differences from HTML4</title>
     <style type="text/css">
       .note { margin-left:2em; font-weight:bold; font-style:italic; color:green }
@@ -9,9 +9,6 @@
       code :link, code :visited { color:inherit }
       pre code { color:inherit }
       pre strong { color:inherit; background:#ffa }
-      [data-anolis-ref]::before { content:'[' }
-      [data-anolis-ref]::after { content:']' }
-      [data-anolis-spec], [data-anolis-ref] { border-bottom:2px solid silver }
     </style>
     <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
   </head>
@@ -29,17 +26,18 @@
 <!--begin-logo-->
 <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
 <!--end-logo-->
-
-      <h1 id="html5-diff">HTML5 differences from HTML4</h1>
-
-      <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 17 July 2012</h2>
+      <hgroup>
+								<h1 id="html5-diff">HTML5 differences from HTML4</h1>
+		
+								<h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 14 September 2012</h2>
+      </hgroup>
 
       <dl>
         <dt>This Version:</dt>
-        <dd class="dontpublish"><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a>
+        <dd class="not-tr"><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a>
 
         <dt>Previous Versions:</dt>
-        <dd><a href="http://www.w3.org/TR/2012/WD-html5-diff-20120329/">http://www.w3.org/TR/2012/WD-html5-diff-20120329/</a>
+        <dd><a href="http://www.w3.org/TR/2012/WD-html5-diff-20120329/">http://www.w3.org/TR/2012/WD-html5-diff-20120329/</a></dd>
         <dd><a href="http://www.w3.org/TR/2011/WD-html5-diff-20110525/">http://www.w3.org/TR/2011/WD-html5-diff-20110525/</a></dd>
         <dd><a href="http://www.w3.org/TR/2011/WD-html5-diff-20110405/">http://www.w3.org/TR/2011/WD-html5-diff-20110405/</a></dd>
         <dd><a href="http://www.w3.org/TR/2011/WD-html5-diff-20110405/">http://www.w3.org/TR/2011/WD-html5-diff-20110405/</a></dd>
@@ -64,7 +62,7 @@
 
       
 <!--begin-copyright-->
-<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 2012 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
+<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
 <!--end-copyright-->
     </div>
 
@@ -91,7 +89,7 @@
     found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
     at http://www.w3.org/TR/.</i></p>
 
-    <p>This is the 17 July 2012 Editor's Draft produced by the
+    <p>This is the 14 September 2012 Editor's Draft produced by the
     <a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
     <a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
     Working Group intends to publish this document as a
@@ -1508,7 +1506,7 @@
 
       html5:
       The ul element represents a list of items, where the order of the items is
-      not important &acirc;&euro;&rdquo; that is, where changing the order would not materially
+      not important — that is, where changing the order would not materially
       change the meaning of the document.
       -->
 
@@ -1819,7 +1817,7 @@
 
     <h2 id="content-model"><span class="secno">4 </span>Content Model Changes</h2>
 
-    <p>Content model is what defines how elements may be nested &mdash; what is
+    <p>Content model is what defines how elements may be nested — what is
     allowed as children (or descendants) of a certain element.
 
     <p>At a high level, HTML4 had two major categories of elements, "inline"
@@ -3019,17 +3017,17 @@
     Cameron McCormack,
     Charles McCathieNevile,
     Dan Connolly,
-    David H&aring;s&auml;ther,
+    David Håsäther,
     Dennis German,
     Frank Ellermann,
     Frank Palinkas,
-    Futomi Hatano<!-- &ccedil;&frac34;&frac12;&ccedil;&rdquo;&deg;&eacute;&Dagger;&#381;&aring;&curren;&ordf;&aring;&middot;&sup3; -->,
+    Futomi Hatano<!-- 羽田野太巳 -->,
     Gordon P. Hemsley,
     Henri Sivonen,
     James Graham,
     Jens Meiert,
     Jeremy Keith,
-    J&uuml;rgen Jeka,
+    Jürgen Jeka,
     Krijn Hoetmer,
     Leif Halvard Silli,
     Maciej Stachowiak,
@@ -3044,8 +3042,8 @@
     Mike Taylor<!--miketaylr-->,
     <i>Ms2ger</i>,
     Olivier Gendrin,
-    &Oslash;istein E. Andersen,
-    Philip J&auml;genstedt,
+    Øistein E. Andersen,
+    Philip Jägenstedt,
     Philip Taylor,
     Randy Peterman,
     Toby Inkster, and
@@ -3057,17 +3055,17 @@
 
 
 <h2 class="no-num" id="references">References</h2>
-<div id="anolis-references"><dl><dt id="refsCSSOM">[CSSOM]
+<div id="anolis-references-normative"><dl><dt id="refsCSSOM">[CSSOM]
 <dd><cite><a href="http://dev.w3.org/csswg/cssom/">CSSOM</a></cite>, Glenn Adams, Shane Stephens and Anne van Kesteren. W3C.
 
 <dt id="refsCSSUI">[CSSUI]
-<dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS Basic User Interface Module</a></cite>, Tantek &Ccedil;elik. W3C.
+<dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS Basic User Interface Module</a></cite>, Tantek Çelik. W3C.
 
 <dt id="refsDOCTYPE">[DOCTYPE]
 <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser Modes with Doctype</a></cite>, Henri Sivonen.
 
 <dt id="refsDOM2HTML">[DOM2HTML]
-<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model (DOM) Level 2 HTML Specification</a></cite>, Johnny Stenback, Philippe Le H&eacute;garet and Arnaud Le Hors. W3C.
+<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model (DOM) Level 2 HTML Specification</a></cite>, Johnny Stenback, Philippe Le Hégaret and Arnaud Le Hors. W3C.
 
 <dt id="refsHTML">[HTML]
 <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML</a></cite>, Ian Hickson. WHATWG.
@@ -3085,7 +3083,7 @@
 <dd><cite><a href="http://dev.w3.org/csswg/selectors4/">Selectors Level 4</a></cite>, Elika J. Etemad. W3C.
 
 <dt id="refsXHTML1">[XHTML1]
-<dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML&trade; 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.
+<dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML™ 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.
 
 <dt id="refsXML">[XML]
 <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language</a></cite>, Tim Bray, Jean Paoli, C. M. Sperberg-McQueen et al.. W3C.

Index: Makefile
===================================================================
RCS file: /sources/public/html5/html4-differences/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	4 Aug 2011 11:56:35 -0000	1.3
+++ Makefile	14 Sep 2012 08:43:07 -0000	1.4
@@ -3,12 +3,12 @@
 all: Overview.html
 
 Overview.html: Overview.src.html data Makefile
-	$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
+	$(ANOLIS) --omit-optional-tags --quote-attr-values \
 	--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
-	--filter=".publish" $< $@
+	--filter=".not-draft" $< $@
 
-publish: Overview.src.html data Makefile
-	$(ANOLIS) --output-encoding=ascii --omit-optional-tags --quote-attr-values \
+tr: Overview.src.html data Makefile
+	$(ANOLIS) --omit-optional-tags --quote-attr-values \
 	--w3c-compat --enable=xspecxref --enable=refs --w3c-shortname="html5-diff" \
-	--filter=".dontpublish" --pubdate="$(PUBDATE)" --w3c-status=WD \
-	$< Overview.html
+	--filter=".not-tr" --pubdate="$(PUBDATE)" --w3c-status=WD \
+	$< TR.html

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- Overview.src.html	17 Jul 2012 08:56:28 -0000	1.191
+++ Overview.src.html	14 Sep 2012 08:43:07 -0000	1.192
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html>
 <html lang="en-US">
   <head>
     <title>HTML5 differences from HTML4</title>
@@ -11,9 +11,6 @@
       code :link, code :visited { color:inherit }
       pre code { color:inherit }
       pre strong { color:inherit; background:#ffa }
-      [data-anolis-ref]::before { content:'[' }
-      [data-anolis-ref]::after { content:']' }
-      [data-anolis-spec], [data-anolis-ref] { border-bottom:2px solid silver }
     </style>
     <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
   </head>
@@ -28,24 +25,25 @@
     -->
     <div class="head">
       <!--logo-->
-
-      <h1 id="html5-diff">HTML5 differences from HTML4</h1>
-
-      <h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 1 August 1986]</h2>
+      <hgroup>
+								<h1 id="html5-diff">HTML5 differences from HTML4</h1>
+		
+								<h2 class="no-num no-toc" id="w3c-doctype">[LONGSTATUS] [DATE: 1 August 1986]</h2>
+      </hgroup>
 
       <dl>
         <dt>This Version:</dt>
-        <dd class=publish><a href="[VERSION]">[VERSION]</a></dd>
-        <dd class=dontpublish><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a>
+        <dd class=not-draft><a href="[VERSION]">[VERSION]</a></dd>
+        <dd class=not-tr><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a>
 
-        <dt class=publish>Latest Version:</dt>
-        <dd class=publish><a href="[LATEST]">[LATEST]</a></dd>
+        <dt class=not-draft>Latest Version:</dt>
+        <dd class=not-draft><a href="[LATEST]">[LATEST]</a></dd>
 
-        <dt class=publish>Latest Editor's Draft:</dt>
-        <dd class=publish><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a></dd>
+        <dt class=not-draft>Latest Editor's Draft:</dt>
+        <dd class=not-draft><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a></dd>
 
         <dt>Previous Versions:</dt>
-        <dd><a href="http://www.w3.org/TR/2012/WD-html5-diff-20120329/">http://www.w3.org/TR/2012/WD-html5-diff-20120329/</a>
+        <dd><a href="http://www.w3.org/TR/2012/WD-html5-diff-20120329/">http://www.w3.org/TR/2012/WD-html5-diff-20120329/</a></dd>
         <dd><a href="http://www.w3.org/TR/2011/WD-html5-diff-20110525/">http://www.w3.org/TR/2011/WD-html5-diff-20110525/</a></dd>
         <dd><a href="http://www.w3.org/TR/2011/WD-html5-diff-20110405/">http://www.w3.org/TR/2011/WD-html5-diff-20110405/</a></dd>
         <dd><a href="http://www.w3.org/TR/2011/WD-html5-diff-20110405/">http://www.w3.org/TR/2011/WD-html5-diff-20110405/</a></dd>
@@ -3253,4 +3251,4 @@
 
 
 <h2 class=no-num>References</h2>
-<div id=anolis-references></div>
+<div id=anolis-references-normative></div>

Received on Friday, 14 September 2012 08:43:12 UTC