CVS html5/html-xhtml-author-guide

Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv13161

Modified Files:
	html-xhtml-authoring-guide.html 
Log Message:
Changes to the SOTD as requested in bug 22563

--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/05/24 19:38:50	1.110
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html	2013/07/03 23:07:56	1.111
@@ -44,13 +44,21 @@
 
 <section id="sotd">
 	<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. 
+		This document summarizes design guidelines for authors who wish their XHTML or HTML documents to validate on either HTML or XML parsers. 
+		This specification is intended to be used by web authors, particularly authors who want to serve receivers which may have either (but not both) XML or HTML parsers available. 
+		This commonly arises in legacy systems and content syndication. 
+		Polyglot is one of several transition mechanisms from legacy XML to HTML5 and this document serves to describe it accurately.
+	</p>
+	<p>
+		No recommendation is made in this document or by the W3C regarding whether or not to publish polyglot content. 
+		In general, authors are encouraged to publish HTML content using HTML5 syntax and media types 
+		(either HTML syntax and <code>text/html</code>, or XHTML syntax and <code>application/xhtml+xml</code>).
+	</p>
+	<p>
+		This document 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 [[!HTML5]] and [[!RFC2854]]. 
+		Nor does it define the meaning of the Internet Media Type <code>text/html</code>. 
+		For user agent guidance and for these definitions, see [[!HTML5]] and [[!RFC2854]].
 	</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. 
@@ -808,20 +816,20 @@
 	<tr>
 	<th rowspan="2" >Ambiguous?</th><th rowspan="2">String</th><th rowspan="2">Info</th><th rowspan="2">HTML interpretation</th><th colspan="2">XML interpretation</th>
 	</tr>
-        <tr><th>if inside <code>&lt;[CDATA[</code>section<code>&#x5d;]></code></th><th>if outside <code>&lt;[CDATA[</code>section<code>&#x5d;]></code></th>
+        <tr><th>if inside <code>&lt;[CDATA[</code>section<code>&#x5d;]&gt;</code></th><th>if outside <code>&lt;[CDATA[</code>section<code>&#x5d;]&gt;</code></th>
        </tr>
 </thead>
 <tbody>
 <tr><td>ambiguous</td><td><code>&lt;</code></td><td>LESS-THAN SIGN</td><td>nearly uninterpreted</td><td>completely uninterpreted</td><td>interpreted <small>(commences tags, comments, CDATA)</small></td></tr>
 <tr><td>ambiguous</td><td><code>&amp;</code></td><td>AMPERSAND</td><td colspan="2">completely uninterpreted</td><td>interpreted <small>commences character reference or entity</small></td></tr>
 <tr><td>ambiguous</td><td><code>&lt;&#x2d;-</code></td><td>start of comment</td><td>partly unintepreted</td><td>completely uninterpreted</td><td>interpreted</td></tr>
-<tr><td>ambiguous</td><td><code>&#x2d;-></code></td><td>end of comment</td><td>partly unintepreted</td><td>completely uninterpreted</td><td>interpreted</td></tr>
+<tr><td>ambiguous</td><td><code>&#x2d;-&gt;</code></td><td>end of comment</td><td>partly unintepreted</td><td>completely uninterpreted</td><td>interpreted</td></tr>
 <tr><td>ambiguous</td><td><code>&lt;[CDATA[</code></td><td>start of CDATA declaration</td><td colspan="2">completely uninterpreted<td>interpreted <small>(begins CDATA block)</small></td></tr>
-<tr><td>ambiguous</td><td><code>&#93;]></code></td><td>end of CDATA declaration</td><td colspan="2">completely uninterpreted<td>interpreted <small>(ends CDATA block</small></td></tr>
+<tr><td>ambiguous</td><td><code>&#93;]&gt;</code></td><td>end of CDATA declaration</td><td colspan="2">completely uninterpreted<td>interpreted <small>(ends CDATA block</small></td></tr>
 <tr><td>ambiguous</td><td><code>cdata content</code></td><td>the content of CDATA sections</td><td></td><td>completely uninterpreted<td>—</td></tr>
-<tr><td>ambiguous</td><td><code>&lt;/script</code> </td><td>if occuring inside  <code>script</code> element and followed by one of "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D), U+0020 SPACE, ">" (U+003E), or "/" (U+002F)</td><td>terminates parent</td><td>completely uninterpreted</td><td>interpreted</td></tr>
-<tr><td>ambiguous</td><td><code>&lt;/style</code></td><td>if occuring inside <code>style</code> element and followed by one of "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D), U+0020 SPACE, ">" (U+003E), or "/" (U+002F)</td><td>terminates parent</td><td>completely uninterpreted</td><td>interpreted</td></tr>
-<tr><td>ambiguous</td><td><code>&lt;foo>&lt;/bar></code></td><td>all other tags, wellformed or not</td><td colspan="2">completely uninterpreted</td><td>interpreted <small>subject to normal parsing rules</small></td></tr> </tbody>
+<tr><td>ambiguous</td><td><code>&lt;/script</code> </td><td>if occuring inside  <code>script</code> element and followed by one of "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D), U+0020 SPACE, "&gt;" (U+003E), or "/" (U+002F)</td><td>terminates parent</td><td>completely uninterpreted</td><td>interpreted</td></tr>
+<tr><td>ambiguous</td><td><code>&lt;/style</code></td><td>if occuring inside <code>style</code> element and followed by one of "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D), U+0020 SPACE, "&gt;" (U+003E), or "/" (U+002F)</td><td>terminates parent</td><td>completely uninterpreted</td><td>interpreted</td></tr>
+<tr><td>ambiguous</td><td><code>&lt;foo&gt;&lt;/bar&gt;</code></td><td>all other tags, wellformed or not</td><td colspan="2">completely uninterpreted</td><td>interpreted <small>subject to normal parsing rules</small></td></tr> </tbody>
 <tbody>
 <tr><td>unambiguous</td><td><code>none of the above strings</code></td><td></td><td colspan="3">completely uninterpreted</td></tr>
 </tbody>
@@ -834,7 +842,7 @@
 <ul>
 <li>If the syntax rules of the script or stylesheet does not iclude CDATA declarations in its syntax, then use the comment syntax (or another loophole) of the script/stylesheet language to hide the CDATA declaration from the script.</li>
 <li>If HTML comments, or the start or the end of an HTML comment is inserted in an CDATA section, then it SHOULD also be closed within the same CDATA section.</li>
-<li>Inside a CDATA section, the CDATA ‘end tag’ string — <code>&#x5D;]></code> – MUST be escaped, though the exact escaping method depends on the goals of the use.</li>
+<li>Inside a CDATA section, the CDATA ‘end tag’ string — <code>&#x5D;]&gt;</code> – MUST be escaped, though the exact escaping method depends on the goals of the use.</li>
 </ul>
 
 	<p>The following the example is <a>polyglot markup</a> because there are no <a>ambiguous strings</a> within the <code>script</code> tag. </p>
@@ -871,153 +879,153 @@
 		The example page could also be served as <code>'application/xhtml+xml'</code> instead, with the file extension .html, 
 		maintaining adherence to Polyglot markup and enabling the rendering of the SVG.
 	</p>
-	<pre class="example" id="SampleDoc">&lt;!DOCTYPE html>
+	<pre class="example" id="SampleDoc">&lt;!DOCTYPE html&gt;
 
-&lt;html id="SampleDoc" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+&lt;html id="SampleDoc" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt;
 
-  &lt;head>
-    &lt;title>A Sample Page Using Polglot Markup&lt;/title>
-    &lt;meta charset='utf-8' />
-	&lt;!-- The link element is self-closing as described in <a href="http://www.w3.org/TR/html-polyglot/#empty-elements">Section 6.4 Void Elements</a> -->
+  &lt;head&gt;
+    &lt;title&gt;A Sample Page Using Polglot Markup&lt;/title&gt;
+    &lt;meta charset='utf-8' /&gt;
+	&lt;!-- The link element is self-closing as described in <a href="http://www.w3.org/TR/html-polyglot/#empty-elements">Section 6.4 Void Elements</a> --&gt;
 	&lt;!-- Style commands are included by linking to an external file rather than including them in-line, 
-	  as described in <a href="http://www.w3.org/TR/html-polyglot/#script-and-style">Section 9. Script and Style</a> -->
-	&lt;link type="text/css" rel="stylesheet" href="Sample.css"/>
-  &lt;/head>
-
-  &lt;body>
-&lt;nav>&lt;p>&lt;strong>NB:&lt;/strong> These bytes are available served as &lt;a href="SamplePage.xhtml"><a href="SamplePage.xhtml">XHTML</a>&lt;/a> and as &lt;a href="SamplePage.html"><a href="SamplePage.html">HTML</a>&lt;/a>&lt;/p>&lt;/nav>
-
-    &lt;h1>Sample Page Using Polyglot Markup&lt;/h1>
-    &lt;p>
-      The source code for &lt;a href="#SampleDoc">this document&lt;/a> uses &lt;dfn id="sampleDef">polyglot markup&lt;/dfn>, 
+	  as described in <a href="http://www.w3.org/TR/html-polyglot/#script-and-style">Section 9. Script and Style</a> --&gt;
+	&lt;link type="text/css" rel="stylesheet" href="Sample.css"/&gt;
+  &lt;/head&gt;
+
+  &lt;body&gt;
+&lt;nav&gt;&lt;p&gt;&lt;strong&gt;NB:&lt;/strong&gt; These bytes are available served as &lt;a href="SamplePage.xhtml"&gt;<a href="SamplePage.xhtml">XHTML</a>&lt;/a&gt; and as &lt;a href="SamplePage.html"&gt;<a href="SamplePage.html">HTML</a>&lt;/a&gt;&lt;/p&gt;&lt;/nav&gt;
+
+    &lt;h1&gt;Sample Page Using Polyglot Markup&lt;/h1&gt;
+    &lt;p&gt;
+      The source code for &lt;a href="#SampleDoc"&gt;this document&lt;/a&gt; uses &lt;dfn id="sampleDef"&gt;polyglot markup&lt;/dfn&gt;, 
       a document that is a stream of bytes that parses into identical document trees 
       (with the exception of the xmlns attribute on the root element) when processed as HTML and when processed as XML.
       The source code for this document also contains additional comments about the use of 
-      &lt;a href="#sampleDef">polyglot markup&lt;/a>.
-    &lt;/p>
+      &lt;a href="#sampleDef"&gt;polyglot markup&lt;/a&gt;.
+    &lt;/p&gt;
 
-    &lt;h2>Foreign Elements&lt;/h2>
-    &lt;p>
+    &lt;h2&gt;Foreign Elements&lt;/h2&gt;
+    &lt;p&gt;
       The following shapes use SVG elements.
-      &lt;a href="#sampleDef">Polyglot markup&lt;/a> introduces undeclared (native) default namespaces 
-      for the the root SVG element (&lt;code>svg&lt;/code>) and respects the mixed-case element names and values 
+      &lt;a href="#sampleDef"&gt;Polyglot markup&lt;/a&gt; introduces undeclared (native) default namespaces 
+      for the the root SVG element (&lt;code&gt;svg&lt;/code&gt;) and respects the mixed-case element names and values 
       when appropriate, as described in the sections <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#element-level-namespaces">5.1 Element-Level Namespaces</a>, <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#element-names">6.3.1 Element Names</a>, and <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#attribute-values">6.3.3 Attribute Values</a>.
-    &lt;/p>
+    &lt;/p&gt;
 
-    &lt;!-- &lt;a href="#sampleDef">Polyglot markup&lt;/a> declares the xlink: namespace on the &lt;svg> element to maintain XML-compatibility  -->
-    &lt;svg width="350" height="250" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-      &lt;g>
-        &lt;title>Three SVG shapes&lt;/title>
-        &lt;desc>
+    &lt;!-- &lt;a href="#sampleDef"&gt;Polyglot markup&lt;/a&gt; declares the xlink: namespace on the &lt;svg&gt; element to maintain XML-compatibility  --&gt;
+    &lt;svg width="350" height="250" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;
+      &lt;g&gt;
+        &lt;title&gt;Three SVG shapes&lt;/title&gt;
+        &lt;desc&gt;
           This SVG image contains an ellipse filled with a gradient that goes from white to blue as it moves outward from the center. 
           A yellow rectangle with a black border overlaps the ellipse in the upper-left quadrant, 
           and a red spiral on a white background overlaps the ellipse in the bottom-right quadrant. 
           The red spiral is also a link to the example code for that SVG shape.
-        &lt;/desc>
-        &lt;defs>
-          &lt;!-- Note that "radialGradient" and "myGradient" respect mixed-case values. -->
-          &lt;radialGradient id="myGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
-            &lt;stop offset="0%" style="stop-color:rgb(200,200,200); stop-opacity:0"/>
-            &lt;stop offset="100%" style="stop-color:rgb(0,0,255); stop-opacity:1"/>
-          &lt;/radialGradient>
-        &lt;/defs>
-      &lt;ellipse cx="50%" cy="50%" rx="50%" ry="42%" style="fill:url(#myGradient)"/>
-      &lt;rect x="0" y="0" width="100" height="100" style="fill: yellow; stroke: black;"/> 
-      &lt;a xlink:href="http://www.example.org/foo">
+        &lt;/desc&gt;
+        &lt;defs&gt;
+          &lt;!-- Note that "radialGradient" and "myGradient" respect mixed-case values. --&gt;
+          &lt;radialGradient id="myGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%"&gt;
+            &lt;stop offset="0%" style="stop-color:rgb(200,200,200); stop-opacity:0"/&gt;
+            &lt;stop offset="100%" style="stop-color:rgb(0,0,255); stop-opacity:1"/&gt;
+          &lt;/radialGradient&gt;
+        &lt;/defs&gt;
+      &lt;ellipse cx="50%" cy="50%" rx="50%" ry="42%" style="fill:url(#myGradient)"/&gt;
+      &lt;rect x="0" y="0" width="100" height="100" style="fill: yellow; stroke: black;"/&gt; 
+      &lt;a xlink:href="http://www.example.org/foo"&gt;
         &lt;!--
           Note that the following attribute contains newlines which will produce a different DOM,
           but will not affect the way in which SVG functions in the least.
-        -->
+        --&gt;
         &lt;path transform="translate(60, -175)"
                  d="M153 334 C153 334 151 334 151 334 C151 339 153 344 156 344 C164 344 171 339 171 334 
                     C171 322 164 314 156 314 C142 314 131 322 131 334 C131 350 142 364 156 364 
                     C175 364 191 350 191 334 C191 311 175 294 156 294 C131 294 111 311 111 334 
                     C111 361 131 384 156 384 C186 384 211 361 211 334 C211 300 186 274 156 274"
-                 style="fill:white;stroke:red;stroke-width:2"/>
-        &lt;/a>
-      &lt;/g>
-    &lt;/svg> 		
-    &lt;h2>Void Elements&lt;/h2>
+                 style="fill:white;stroke:red;stroke-width:2"/&gt;
+        &lt;/a&gt;
+      &lt;/g&gt;
+    &lt;/svg&gt; 		
+    &lt;h2&gt;Void Elements&lt;/h2&gt;
     &lt;!-- Given an empty instance of an element whose content model is not EMPTY (in this case, an empty paragraph) 
-    &lt;a href="#sampleDef">polyglot markup&lt;/a> does not use the minimized form, as described in Section 6.4 Void Elements -->
-    &lt;p>&lt;/p>
-    &lt;p>
-      There is an empty &lt;code>p&lt;/code> element before this paragraph. 
-      &lt;a href="#sampleDef">Polyglot markup&lt;/a> uses &lt;code>&amp;lt;p>&amp;lt;/p>&lt;/code> and not &lt;code>&amp;lt;p/>&lt;/code>.
-    &lt;/p>
-    &lt;p>
-      &lt;a href="#sampleDef">Polyglot markup&lt;/a> treats certain elements as self-closing, 
-      void elements, such as the following &lt;code>img&lt;/code> element.
-    &lt;/p>
-    &lt;img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/>
-    &lt;p>
+    &lt;a href="#sampleDef"&gt;polyglot markup&lt;/a&gt; does not use the minimized form, as described in Section 6.4 Void Elements --&gt;
+    &lt;p&gt;&lt;/p&gt;
+    &lt;p&gt;
+      There is an empty &lt;code&gt;p&lt;/code&gt; element before this paragraph. 
+      &lt;a href="#sampleDef"&gt;Polyglot markup&lt;/a&gt; uses &lt;code&gt;&amp;lt;p&gt;&amp;lt;/p&gt;&lt;/code&gt; and not &lt;code&gt;&amp;lt;p/&gt;&lt;/code&gt;.
+    &lt;/p&gt;
+    &lt;p&gt;
+      &lt;a href="#sampleDef"&gt;Polyglot markup&lt;/a&gt; treats certain elements as self-closing, 
+      void elements, such as the following &lt;code&gt;img&lt;/code&gt; element.
+    &lt;/p&gt;
+    &lt;img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/&gt;
+    &lt;p&gt;
       For more information, see <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#empty-elements">Section 6.4 Void Elements</a>.
-    &lt;/p>
+    &lt;/p&gt;
 
 
-    &lt;h2>Required Elements&lt;/h2>
-    &lt;p>
-      The following table uses the required &lt;code>tbody&lt;/code> element, as described in 
+    &lt;h2&gt;Required Elements&lt;/h2&gt;
+    &lt;p&gt;
+      The following table uses the required &lt;code&gt;tbody&lt;/code&gt; element, as described in 
       <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#required-elements">Section 6.1 Required Elements</a>.
-    &lt;/p>
-    &lt;table>
-      &lt;tbody>
-        &lt;tr>
-          &lt;th>Column One&lt;/th>
-          &lt;th>Column Two&lt;/th>
-        &lt;/tr>
-        &lt;tr>
-          &lt;td>Row 1, Column 1&lt;/td>
-          &lt;td>Row 1, Column 2&lt;/td>
-        &lt;/tr>
-        &lt;tr>
-          &lt;td>Row 2, Column 1&lt;/td>
-          &lt;td>Row 2, Column 2&lt;/td>
-        &lt;/tr>
-        &lt;tr>
-          &lt;td>Row 3, Column 1&lt;/td>
-          &lt;td>Row 3, Column 2&lt;/td>
-        &lt;/tr>
-      &lt;/tbody>
-    &lt;/table>
+    &lt;/p&gt;
+    &lt;table&gt;
+      &lt;tbody&gt;
+        &lt;tr&gt;
+          &lt;th&gt;Column One&lt;/th&gt;
+          &lt;th&gt;Column Two&lt;/th&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+          &lt;td&gt;Row 1, Column 1&lt;/td&gt;
+          &lt;td&gt;Row 1, Column 2&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+          &lt;td&gt;Row 2, Column 1&lt;/td&gt;
+          &lt;td&gt;Row 2, Column 2&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+          &lt;td&gt;Row 3, Column 1&lt;/td&gt;
+          &lt;td&gt;Row 3, Column 2&lt;/td&gt;
+        &lt;/tr&gt;
+      &lt;/tbody&gt;
+    &lt;/table&gt;
 
-    &lt;p>
-      The following table uses the required &lt;code>colgroup&lt;/code> element, as described in 
+    &lt;p&gt;
+      The following table uses the required &lt;code&gt;colgroup&lt;/code&gt; element, as described in 
       <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#required-elements">Section 6.1 Required Elements</a>.  
-    &lt;/p>
-    &lt;table>
-      &lt;colgroup>
-        &lt;col style="background-color:silver"/>
-        &lt;col style="background-color:gray"/>
-        &lt;col style="background-color:yellow"/>
-      &lt;/colgroup>
-      &lt;tbody>
-        &lt;tr>
-          &lt;th>ISBN&lt;/th>
-          &lt;th>Title&lt;/th>
-          &lt;th>Price&lt;/th>
-        &lt;/tr>
-        &lt;tr>
-          &lt;td>3476896&lt;/td>
-          &lt;td>My first HTML&lt;/td>
-          &lt;td>$53&lt;/td>
-        &lt;/tr>
-        &lt;tr>
-          &lt;td>1234567&lt;/td>
-          &lt;td>Intermediate Polyglot&lt;/td>
-          &lt;td>$49&lt;/td>
-        &lt;/tr>
-      &lt;/tbody>
-    &lt;/table>
-
-    &lt;h2>Named Entity References&lt;/h2>
-    &lt;p>
-      The paragraph you now read, uses the string &lt;code>&amp;amp;amp;&lt;/code> for ampersands (“&amp;amp;”) and uses,
-      as described in <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#named-entity-references">Section 8. Named Entity References</a>, the string &lt;code>&amp;amp;#xA0;&lt;/code> 
-      for a non-breaking space between the following two words: &lt;i>“&lt;a href="#sampleDef">polyglot&amp;#xA0;markup&lt;/a>”&lt;/i>.
-    &lt;/p>
-  &lt;/body>
-&lt;/html></pre>
+    &lt;/p&gt;
+    &lt;table&gt;
+      &lt;colgroup&gt;
+        &lt;col style="background-color:silver"/&gt;
+        &lt;col style="background-color:gray"/&gt;
+        &lt;col style="background-color:yellow"/&gt;
+      &lt;/colgroup&gt;
+      &lt;tbody&gt;
+        &lt;tr&gt;
+          &lt;th&gt;ISBN&lt;/th&gt;
+          &lt;th&gt;Title&lt;/th&gt;
+          &lt;th&gt;Price&lt;/th&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+          &lt;td&gt;3476896&lt;/td&gt;
+          &lt;td&gt;My first HTML&lt;/td&gt;
+          &lt;td&gt;$53&lt;/td&gt;
+        &lt;/tr&gt;
+        &lt;tr&gt;
+          &lt;td&gt;1234567&lt;/td&gt;
+          &lt;td&gt;Intermediate Polyglot&lt;/td&gt;
+          &lt;td&gt;$49&lt;/td&gt;
+        &lt;/tr&gt;
+      &lt;/tbody&gt;
+    &lt;/table&gt;
+
+    &lt;h2&gt;Named Entity References&lt;/h2&gt;
+    &lt;p&gt;
+      The paragraph you now read, uses the string &lt;code&gt;&amp;amp;amp;&lt;/code&gt; for ampersands (“&amp;amp;”) and uses,
+      as described in <a href="http://dev.w3.org/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html#named-entity-references">Section 8. Named Entity References</a>, the string &lt;code&gt;&amp;amp;#xA0;&lt;/code&gt; 
+      for a non-breaking space between the following two words: &lt;i&gt;“&lt;a href="#sampleDef"&gt;polyglot&amp;#xA0;markup&lt;/a&gt;”&lt;/i&gt;.
+    &lt;/p&gt;
+  &lt;/body&gt;
+&lt;/html&gt;</pre>
 	
 <!--End section: Example Document-->
 </section>

Received on Wednesday, 3 July 2013 23:07:59 UTC