- From: poot <cvsmail@w3.org>
- Date: Mon, 14 Feb 2011 16:19:23 -0500
- To: public-html-diffs@w3.org
eliot: fixed typo HMTL --> HTML
http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.56&r2=1.57&f=h
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- html-xhtml-authoring-guide.html 12 Feb 2011 01:03:19 -0000 1.56
+++ html-xhtml-authoring-guide.html 14 Feb 2011 21:18:11 -0000 1.57
@@ -14,7 +14,7 @@
<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-editor-s-draft-05-january-2011">W3C Editor's Draft 11 February 2011</h2>
+ <h2 id="w3c-editor-s-draft-05-january-2011">W3C Editor's Draft 14 February 2011</h2>
<dl>
<dt>This version:</dt>
<dd><a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html">http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html</a></dd>
@@ -206,6 +206,31 @@
+ <div id="introduction" class="section informative">
+ <h2><span class="secno">1. </span>Introduction</h2>
+ <p>
+ <em>This section is non-normative.</em>
+ </p>
+ <p>
+ It is often valuable to be able to serve HTML5 documents that are also well formed XML documents.
+ An author may, for example, use XML tools to generate a document, and they and others may process the document using XML tools.
+ These documents are served as text/html.
+ The language used to create documents that can be parsed by both HTML and XML parsers is called <dfn id="dfn-polyglot-markup">polyglot markup</dfn>.
+ <a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> is the overlap language of documents which are both HTML5 documents and XML documents.
+ </p>
+ <p>
+ All web content need not be authored in <a>polyglot markup</a>.
+ <a title="polyglot markup">Polyglot markup</a> is ideal for publishing when there's a strong desire to serve both HMTL and XML tool chains
+ without simultaneously having to maintain dual copies of the content: one in HTML and a second in XHTML.
+ In addition, a single <a>polyglot markup</a> output requires less infrastructure to produce than to produce both HTML and XHTML output for the same content.
+ <a title="polyglot markup">Polyglot markup</a> is also be beneficial when lightweight processes—such as
+ quick testing or even hand-authoring—are applied to content intended to be published both as HTML and XHTML,
+ especially if that content is not sent through a tool chain.
+ </p>
+<!--End Section 1: Introduction-->
+ </div>
+
+
<div id="PI-and-xml" class="section">
<!--OddPage--><h2><span class="secno">2. </span>Processing Instructions and the XML Declaration</h2>
<p>
@@ -969,6 +994,7 @@
</div>
+
<!-- Appendix -->
<div id="acknowledgements" class="appendix section">
<h2><span class="secno">A. </span>Acknowledgements</h2>
Received on Monday, 14 February 2011 21:19:24 UTC