- From: poot <cvsmail@w3.org>
- Date: Thu, 03 Mar 2011 20:49:28 -0500
- To: public-html-diffs@w3.org
eliot: Corrected date and reverted less-than characters from escaped characters in the example in section 7. http://dev.w3.org/cvsweb/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html?r1=1.62&r2=1.63&f=h =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- html-xhtml-authoring-guide.html 3 Mar 2011 22:30:53 -0000 1.62 +++ html-xhtml-authoring-guide.html 4 Mar 2011 01:48:21 -0000 1.63 @@ -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 2 March 2011</h2> + <h2 id="w3c-editor-s-draft-05-january-2011">W3C Editor's Draft 03 March 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> @@ -678,9 +678,9 @@ For example, within an attribute's value, <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> uses <code>&#x9;</code> for a tab rather than the literal character <code>'\t'</code>. This is because of attribute-value normalization in XML [<cite><a href="#bib-XML10" rel="biblioentry" class="bibref">XML10</a></cite>]. - The following example uses numeric character references (escaped characters) for the line feed and tab within a <code>srcdoc</code> attribute. + The following example uses numeric character references (escaped characters) for the line feed, tab, and less-than characters within a <code>srcdoc</code> attribute. </p> -<pre class="example"><iframe srcdoc="&lt;p&gt;Hello &#x0A; &#x09; world!&lt;/p&gt;" src="demo_iframe_srcdoc.htm"&gt;</iframe></pre> +<pre class="example"><iframe srcdoc="&lt;p>Hello &#x0A; &#x09; world!&lt;/p>" src="demo_iframe_srcdoc.htm"></iframe></pre> <p class="note"> Because of attribute-value normalization in XML [<cite><a href="#bib-XML10" rel="biblioentry" class="bibref">XML10</a></cite>], <a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> does not use newline characters within an attribute.
Received on Friday, 4 March 2011 01:49:30 UTC