html5/spec Overview.html,1.1045,1.1046

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2218

Modified Files:
	Overview.html 
Log Message:
Update WHATWG abstract; update W3C header to match pubrules better; fix links. (whatwg r1857)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1045
retrieving revision 1.1046
diff -u -d -r1.1045 -r1.1046
--- Overview.html	9 Jul 2008 00:06:10 -0000	1.1045
+++ Overview.html	9 Jul 2008 11:13:01 -0000	1.1046
@@ -4,46 +4,6 @@
 <html lang=en-US-x-Hixie>
  <head>
   <title>HTML 5</title>
-
-  <style type="text/css">
-   dt, dfn { font-weight: bold; font-style: normal; }
-   img.extra { float: right; }
-   body ins, body del { display: block; }
-   body * ins, body * del { display: inline; }
-   pre, code { color: black; background: transparent; font-size: inherit; font-family: monospace; }
-   pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
-   pre em { font-weight: bolder; font-style: normal; }
-   pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em; }
-   table { border-collapse: collapse; border-style: hidden hidden none hidden; }
-   table thead { border-bottom: solid; }
-   table tbody th:first-child { border-left: solid; }
-   table td, table th { border-left: solid; border-right: solid; border-bottom: solid thin; vertical-align: top; padding: 0.2em; }
-   ul.toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
-   ul.toc li ul { margin-bottom: 0.75em; }
-   ul.toc li ul li ul { margin-bottom: 0.25em; }
-   var sub { vertical-align: bottom; font-size: smaller; position: relative; top: 0.1em; }
-   @media screen { code { color: rgb(255, 69, 0); background: transparent; } }
-   code :link, code :visited { color: inherit; background: transparent; }
-   .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 1em; padding-left: 1em; }
-   .issue, .big-issue { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
-   .issue > :first-child, .big-issue > :first-child { margin-top: 0; }
-   p .big-issue { line-height: 3em; }
-   .note { color: green; background: transparent; }
-   .note { font-family: sans-serif; }
-   p.note:before { content: 'Note: '; }
-   .warning { color: red; background: transparent; }
-   .warning:before { font-style: normal; }
-   p.warning:before { content: '\26A0 Warning! '; }
-   .note, .warning { font-weight: bolder; font-style: italic; padding: 0.5em 2em; }
-   .copyright { margin: 0.25em 0; }
-   img { max-width: 100%; }
-   h4 + .element { margin-top: -2.5em; padding-top: 2em; }
-   h4 + p + .element { margin-top: -5em; padding-top: 4em; }
-   .element { background: #EEEEFF; color: black; margin: 0 0 1em -1em; padding: 0 1em 0.25em 0.75em; border-left: solid #9999FF 0.25em; }
-   table.matrix, table.matrix td { border: none; text-align: right; }
-   table.matrix { margin-left: 2em; }
-  </style>
   <link href="http://www.w3.org/StyleSheets/TR/%57%33%43-ED" rel=stylesheet
   type="text/css">
   <!-- ZZZ ED vs WD -->
@@ -176,10 +136,10 @@
 
   <p>The latest stable version of the editor's draft of this specification is
    always available on <a
-   href="http://dev.w3.org/cvsweb/~checkout~/html5/spec/Overview.html?content-type=text/html;%20charset=utf-8">the
-   W3C CVS server</a> and in the <a href="http://svn.whatwg.org/">WHATWG
-   Subversion repository</a>. The latest editor's working copy (which may
-   contain unfinished text in the process of being prepared) is available <a
+   href="http://dev.w3.org/html5/spec/Overview.html">the W3C CVS server</a>
+   and in the <a href="http://svn.whatwg.org/webapps/">WHATWG Subversion
+   repository</a>. The latest editor's working copy (which may contain
+   unfinished text in the process of being prepared) is available <a
    href="http://www.whatwg.org/specs/web-apps/current-work/">on the WHATWG
    site</a>. Detailed change history can be obtained from the following
    locations:</p>
@@ -197,7 +157,7 @@
     href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a>
 
    <li>Subversion interface: <a
-    href="http://svn.whatwg.org/">http://svn.whatwg.org/</a>
+    href="http://svn.whatwg.org/webapps/">http://svn.whatwg.org/webapps/</a>
 
    <li>CVS log: <a
     href="http://dev.w3.org/cvsweb/html5/spec/Overview.html">http://dev.w3.org/cvsweb/html5/spec/Overview.html</a>
@@ -219,8 +179,8 @@
   <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- context and rationale (required) -->
 
-  <p>This specification is intended to replace (be the new version of) what
-   was previously the HTML4, XHTML 1.0, and DOM2 HTML specifications.</p>
+  <p>This specification is intended to replace (be a new version of) what was
+   previously the HTML4, XHTML 1.0, and DOM2 HTML specifications.</p>
   <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
   <!-- required patent boilerplate -->
 

Received on Wednesday, 9 July 2008 11:13:39 UTC