- From: CVS User lsilli <cvsmail@w3.org>
- Date: Sun, 01 Sep 2013 20:56:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv21003/html-xhtml-author-guide
Modified Files:
html-xhtml-authoring-guide.html
Log Message:
Fixing bug 19869 - some small changes.
--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/09/01 20:53:31 1.119
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/09/01 20:56:19 1.120
@@ -79,23 +79,24 @@
<section id="introduction" class="informative">
<h2>Introduction</h2>
- <section id="value"><h3>Value</h3>
+ <section id="value">
+ <h3>General</h3>
<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.
- The language used to create documents that can be parsed by both HTML and XML parsers is called <a title="polyglot markkup">polyglot markup</a>.
- <a title="polyglot markup">Polyglot markup</a> is the overlap language of documents that are both HTML5 documents and XML documents.
- It is recommended that these documents be served as either <code>text/html</code> (if the content is transmitted to an HTML-aware user agent)
- or <code>application/xhtml+xml</code> (if the content is transmitted to an XHTML-aware user agent).
- Other permissible MIME types are <code>text/xml</code>, <code>application/xml</code>,
- and any MIME type whose subtype ends with the four characters "<code>+xml</code>". [[!XML-MT]]
+ 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.
+ The language used to create documents that can be parsed by both HTML and XML parsers is called <a title="polyglot markkup">polyglot markup</a>.
+ <a title="polyglot markup">Polyglot markup</a> is the overlap language of documents that are both HTML5 documents and XML documents.
+ It is recommended that these documents be served as either <code>text/html</code> (if the content is transmitted to an HTML-aware user agent)
+ or <code>application/xhtml+xml</code> (if the content is transmitted to an XHTML-aware user agent).
+ Other permissible MIME types are <code>text/xml</code>, <code>application/xml</code>,
+ and any MIME type whose subtype ends with the four characters "<code>+xml</code>". [[!XML-MT]]
</p>
</section>
<section id="scope">
<h3>Scope</h3>
<p> All web content need not be authored in <a>polyglot markup</a> and it is primarily an option for authors wanting to increase the robustness of their documents.
- As such, <a title="polyglot markup">polyglot markup</a> may work best, and be beneficial option, in controlled environments and for authoring tools.
-<a title="polyglot markup">Polyglot markup</a> is ideal for publishing when there's a strong desire to serve both HTML and XML tool chains
+ <a title="polyglot markup">Polyglot markup</a> works best, and can be a beneficial option, in controlled environments and for authoring tools.</p>
+ <p> <a title="polyglot markup">Polyglot markup</a> is ideal for publishing when there's a strong desire to serve both HTML 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
Received on Sunday, 1 September 2013 20:56:23 UTC