- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 10:52:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv16577/src
Modified Files:
header.src.html
Log Message:
make the h:tml abstract state clearly that it's not a how-to/tutorial guide (thx=OlafHoffman)
Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- header.src.html 2 Mar 2010 05:12:41 -0000 1.32
+++ header.src.html 3 Mar 2010 10:52:48 -0000 1.33
@@ -46,9 +46,10 @@
<p>This document describes <!--the fifth major version of-->
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
+ to the language. By design, it does not define related APIs,
nor attempt to specify how consumers of HTML content are
- meant to process documents.</p>
+ meant to process documents,
+ nor attempt to be a tutorial or “how to” authoring guide.</p>
</section>
<section id="status">
<h2>Status of this Document</h2>
Received on Wednesday, 3 March 2010 10:52:54 UTC