- 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
In directory hutz:/tmp/cvs-serv16577
Modified Files:
Overview.html spec.html
Log Message:
make the h:tml abstract state clearly that it's not a how-to/tutorial guide (thx=OlafHoffman)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -d -r1.396 -r1.397
--- Overview.html 2 Mar 2010 07:29:50 -0000 1.396
+++ Overview.html 3 Mar 2010 10:52:48 -0000 1.397
@@ -37,9 +37,10 @@
<p>This document describes
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>
</div>
<div id="status">
<h2>Status of this Document </h2>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- spec.html 2 Mar 2010 11:32:11 -0000 1.186
+++ spec.html 3 Mar 2010 10:52:48 -0000 1.187
@@ -36,9 +36,10 @@
<p>This document describes
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>
</div>
<div id="status">
<h2>Status of this Document </h2>
Received on Wednesday, 3 March 2010 10:52:54 UTC