- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Jan 2010 17:11:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv14776/src
Modified Files:
head.html status.html
Log Message:
updated status section
Index: status.html
===================================================================
RCS file: /sources/public/html5/markup/src/status.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- status.html 3 Sep 2009 02:39:07 -0000 1.12
+++ status.html 28 Jan 2010 17:11:54 -0000 1.13
@@ -1,13 +1,11 @@
<div xmlns="http://www.w3.org/1999/xhtml">
- <p>This document does not represent consensus in the HTML
- Working Group. In particular, some members of the group do not
- support normative status for it, and thus do not support its
- advance on the W3C Recommendation track. Discussions about the
- normative status of this document are ongoing, and no decision
- has been reached yet. As with other documents produced by the
- HTML Working Group, this document uses the design approach
- described in
- <a href="http://www.w3.org/TR/html-design-principles/">HTML Design Principles</a>.</p>
+ <p>This non-normative document is intended to complement the
+ normative document-conformance criteria documented in the
+ specification
+ <a href="http://dev.w3.org/html5/spec/">HTML5: A vocabulary and associated APIs for HTML and XHTML</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.</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.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- head.html 20 Jul 2009 14:56:54 -0000 1.6
+++ head.html 28 Jan 2010 17:11:53 -0000 1.7
@@ -1,6 +1,6 @@
<head
xmlns="http://www.w3.org/1999/xhtml">
- <meta charset="utf-8"/><title>HTML 5: The Markup Language</title>
+ <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>
Received on Thursday, 28 January 2010 17:12:03 UTC