- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Oct 2010 20:44:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv1656 Modified Files: html-xhtml-authoring-guide.html Log Message: Changed "Character Model for the World Wide Web states" to "Character Model for the World Wide Web recommends" in Named Entity References. Index: html-xhtml-authoring-guide.html =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- html-xhtml-authoring-guide.html 1 Oct 2010 18:46:57 -0000 1.31 +++ html-xhtml-authoring-guide.html 1 Oct 2010 20:44:10 -0000 1.32 @@ -990,7 +990,7 @@ For entities beyond the previous list, a polyglot document uses character references. For example, polyglot markup uses <code>&#xA0;</code> instead of <code>&nbsp;</code>. Note that polyglot markup may use decimal values for escape characters (such as &#160; in the previous example); - however, the <a href="http://www.w3.org/TR/2005/REC-charmod-20050215/#C048">Character Model for the World Wide Web</a> states that content <em title="should" class="rfc2119">should</em> use the hexadecimal form of character escapes + however, the <a href="http://www.w3.org/TR/2005/REC-charmod-20050215/#C048">Character Model for the World Wide Web</a> recommends that content <em title="should" class="rfc2119">should</em> use the hexadecimal form of character escapes rather than the decimal form when there are both. [<cite><a href="#bib-CHARMOD" rel="biblioentry" class="bibref">CHARMOD</a></cite>] </p> </div>
Received on Friday, 1 October 2010 20:44:14 UTC