- From: poot <cvsmail@w3.org>
- Date: Wed, 3 Mar 2010 19:53:02 +0900 (JST)
- To: public-html-diffs@w3.org
mike: make the h:tml abstract state clearly that it's not a how-
to/tutorial guide (thx=OlafHoffman)
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.186&r2=1.187&f=h
===================================================================
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:53:31 UTC