- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Apr 2010 22:52:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv3717
Modified Files:
html-xhtml-authoring-guide.html
Log Message:
Fixed link to public comment archive; added link for rendered version;
Index: html-xhtml-authoring-guide.html
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-xhtml-authoring-guide.html 21 Apr 2010 21:43:27 -0000 1.2
+++ html-xhtml-authoring-guide.html 21 Apr 2010 22:52:33 -0000 1.3
@@ -19,7 +19,7 @@
shortName: "xxx-xxx",
// if you wish the publication date to be other than today, set this
- // publishDate: "2009-08-06",
+ publishDate: "2010-04-21",
// TODO: Add previous pub date after 2nd publication.
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
@@ -64,7 +64,7 @@
wgURI: "http://www.w3.org/html/wg/",
// name (with the @w3c.org) of the public mailing to which comments are due
- wgPublicList: "public-html@w3.org",
+ wgPublicList: "public-html",
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
@@ -77,9 +77,11 @@
</head>
<body>
<section id='abstract'>
- This document summarizes design guidelines for authors who wish their XHTML or HTML documents to validate on either HTML or XML parsers, assuming the parsers to be HTML5-compliant.
+ <p>This document summarizes design guidelines for authors who wish their XHTML or HTML documents to validate on either HTML or XML parsers, assuming the parsers to be HTML5-compliant.
Note that this recommendation does not define how HTML5-conforming user agents should process HTML documents.
Nor does it define the meaning of the Internet Media Type text/html. For these definitions, see [[!HTML5]] and [[!RFC2854]] respectively.
+ </p>
+ <p><strong>Note:</strong> If your browser does not render the fully-formatted version of this document with images and color fonts, please see <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide-rendered.html">the version without scripts</a>.</p>
</section>
<section>
Received on Wednesday, 21 April 2010 22:52:37 UTC