html5/markup/src head.html,1.7,1.8 header.src.html,1.29,1.30 status.html,1.16,1.17

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv22468/src

Modified Files:
	head.html header.src.html status.html 
Log Message:
checkpointing

Index: status.html
===================================================================
RCS file: /sources/public/html5/markup/src/status.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- status.html	11 Feb 2010 17:09:58 -0000	1.16
+++ status.html	12 Feb 2010 04:52:28 -0000	1.17
@@ -2,11 +2,11 @@
   <p>This non-normative document is intended to complement the
   normative conformance criteria defined in the specification
   <a href="http://dev.w3.org/html5/spec/">HTML5: A vocabulary and associated APIs for HTML and XHTML</a>
-  <a href="#refsHTML5">[HTML5]</a>,
+  <a href="references.html#refsHTML5">[HTML5]</a>,
   and is similar in scope to the
   <a href="http://dev.w3.org/html5/spec-author-view/">HTML5 (Author Edition)</a>
   subset of that specification
-  <a href="#refsHTML5AUTHOR">[HTML5AUTHOR]</a>.</p>
+  <a href="references.html#refsHTML5AUTHOR">[HTML5AUTHOR]</a>.</p>
   <div>
     <h2>Instability and incompleteness of this document</h2>
     <p>This document is a working draft — all parts of it remain

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/src/head.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- head.html	28 Jan 2010 17:11:53 -0000	1.7
+++ head.html	12 Feb 2010 04:52:27 -0000	1.8
@@ -2,6 +2,5 @@
   xmlns="http://www.w3.org/1999/xhtml">
   <meta charset="utf-8"/><title>HTML: The Markup Language</title>
   <link rel="stylesheet" href="style.css" type="text/css"/>
-  <link rel="stylesheet" href="W3C-ED.css" type="text/css"/>
   <script src="js/dfn.js"></script>
 </head>

Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- header.src.html	11 Feb 2010 17:09:58 -0000	1.29
+++ header.src.html	12 Feb 2010 04:52:27 -0000	1.30
@@ -44,7 +44,7 @@
     <section id="abstract">
       <h2>Abstract</h2>
       <p>This document describes <!--the fifth major version of-->
-      the HTML language and provides details necessary for
+      the HTML markup language and provides details necessary for
       producers of HTML content to create documents that conform
       to the language. By design, it does not define related APIs
       nor attempt to specify how consumers of HTML content are

Received on Friday, 12 February 2010 04:52:31 UTC