- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 16:55:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv24156 Modified Files: WD-html-polyglot-20101017.htm Log Message: Formatting changes to make document comply to polyglot markup and PubRules Index: WD-html-polyglot-20101017.htm =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/WD-html-polyglot-20101017.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- WD-html-polyglot-20101017.htm 14 Oct 2010 16:33:39 -0000 1.1 +++ WD-html-polyglot-20101017.htm 14 Oct 2010 16:55:19 -0000 1.2 @@ -1,13 +1,14 @@ <!DOCTYPE HTML> -<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en"><head> +<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en"> +<head> - <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/> <title>Polyglot Markup: HTML-Compatible XHTML Documents</title> - <meta name="GENERATOR" content="MSHTML 8.00.7600.16588"> + <meta name="GENERATOR" content="MSHTML 8.00.7600.16588"/> <style type="text/css"> /***************************************************************** @@ -474,14 +475,17 @@ pre.sh_sourceCode .sh_attribute { color: #006400; } </style> - <link type="text/css" rel="stylesheet" href="WD-html-polyglot-20101017_files/W3C-WD_002.css"> - <link rel="stylesheet" type="text/css" href="WD-html-polyglot-20101017_files/W3C-WD.css"> + <link type="text/css" rel="stylesheet" href="WD-html-polyglot-20101017_files/W3C-WD_002.css"/> + <link rel="stylesheet" type="text/css" href="WD-html-polyglot-20101017_files/W3C-WD.css"/> + <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD"/> -</head><body style="display: inherit;"> +</head> + +<body style="display: inherit;"> <div class="head"> <p> - <a href="http://www.w3.org/"><img alt="W3C" src="WD-html-polyglot-20101017_files/w3c_home.png" width="72" height="48"></a> + <a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a> </p> <h1 class="title" id="title">Polyglot Markup: HTML-Compatible XHTML Documents</h1> <h2 id="w3c-working-draft-17-october-2010">W3C Working Draft 17 October 2010</h2> @@ -497,15 +501,15 @@ <dd><span>Eliot Graff</span>, Microsoft Corporation</dd> </dl> <p class="copyright"> - <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 - <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> + <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 + <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply. </p> - <hr> + <hr/> </div> <div class="introductory section" id="abstract"> @@ -533,20 +537,16 @@ Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/.</em></p> <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. This specification is -intended to be used by web authors. - It is not a specification for user agents and creates no obligations -on user agents. - Note that this recommendation does not define how HTML5-conforming -user agents should process HTML documents. + 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. This specification is intended to be used by web authors. + It is not a specification for user agents and creates no obligations on user agents. + 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 user agent guidance and for these definitions, see [<cite><a href="#bib-HTML5" rel="biblioentry" class="bibref">HTML5</a></cite>] and [<cite><a href="#bib-RFC2854" rel="biblioentry" class="bibref">RFC2854</a></cite>]. </p> <p> - This document was published by the <a href="http://www.w3.org/html/wg/">HTML working group</a> as an Editor's Draft. + This document was published by the <a href="http://www.w3.org/html/wg/">HTML working group</a> as a Working Draft. This document is intended to become a W3C Recommendation. Please submit comments regarding this document by using the W3C's public bug database (<a href="http://www.w3.org/Bugs/Public/"> http://www.w3.org/Bugs/Public/</a>) with the product set to <kbd>HTML WG</kbd> and the component set to
Received on Thursday, 14 October 2010 16:55:23 UTC