- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Oct 2009 03:18:08 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa In directory hutz:/tmp/cvs-serv28886 Modified Files: Overview.html Log Message: Fixed all 85 validation errors for HTML+RDFa spec. While the document validates as HTML5, it does not validate as HTML 4.01, which is required for W3C Publication. All validation errors generated by Anolis have been fixed in HTML 4.01. Index: Overview.html =================================================================== RCS file: /sources/public/html5/rdfa/Overview.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Overview.html 12 Oct 2009 03:50:33 -0000 1.12 +++ Overview.html 14 Oct 2009 03:18:06 -0000 1.13 @@ -1,5 +1,14 @@ -<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en><head><title>HTML+RDFa</title><style type=text/css> - pre { margin-left: 2em; white-space: pre-wrap; } +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> + +<html lang="en"> +<head> + <meta name="generator" content= + "HTML Tidy for Linux/x86 (vers 7 December 2008), see www.w3.org"> + + <title>HTML+RDFa</title> + <meta content="text/html; charset=us-ascii" http-equiv="Content-Type"> [...1041 lines suppressed...] + Bradner. IETF, March 1997.</dd> + + <dt id="refsXHTMLRDFA">[<a href= + "http://www.w3.org/TR/rdfa-syntax/">XHTML+RDFA</a>]</dt> + + <dd>RDFa in XHTML: Syntax and Processing, Mark Birbeck, Shane McCarron, + Steven Pemberton. W3C, October 2008.</dd> + </dl> + + <h3 id="non-normative-references"><span class="secno">6.2</span> + Non-Normative References</h3> + + <dl> + <dt id="refsXHTMLRDF">[<a href= + "http://www.w3.org/MarkUp/2004/02/xhtml-rdf.html">XHTMLRDF</a>]</dt> + + <dd>XHTML and RDF, Mark Birbeck. W3C, February 2008.</dd> + </dl> +</body> +</html>
Received on Wednesday, 14 October 2009 03:18:12 UTC