- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 18:11:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide In directory hutz:/tmp/cvs-serv5034 Modified Files: WD-html-polyglot-20101017.htm Log Message: adding meta tag for iso-8859-1 Index: WD-html-polyglot-20101017.htm =================================================================== RCS file: /sources/public/html5/html-xhtml-author-guide/WD-html-polyglot-20101017.htm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- WD-html-polyglot-20101017.htm 14 Oct 2010 18:09:27 -0000 1.7 +++ WD-html-polyglot-20101017.htm 14 Oct 2010 18:11:25 -0000 1.8 @@ -1,9 +1,9 @@ -<!DOCTYPE html> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en"> <head> - + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/> <title>Polyglot Markup: HTML-Compatible XHTML Documents</title> @@ -505,13 +505,18 @@ <dd><span>Eliot Graff</span>, Microsoft Corporation</dd> </dl> <p class="copyright"> - <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 - <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> + <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"> + Copyright</a> © 2010 + <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, - <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, - <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, - <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and - <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply. + <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics"> + ERCIM</abbr></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer"> + liability</a>, + <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks"> + trademark</a> and + <a href="http://www.w3.org/Consortium/Legal/copyright-documents"> + document use</a> rules apply. </p> <hr/> </div> @@ -525,7 +530,7 @@ constraints is interpreted as compatible, regardless of whether they are processed as HTML or as XHTML, per the HTML5 specification. Polyglot markup uses a specific DOCTYPE, namespace declarations, and a specific - case—normally lower case but occasionally camel case—for element and + case—normally lower case but occasionally camel case—for element and attribute names. Polyglot markup uses lower case for certain attribute values. Further constraints include those on empty elements, named entity references, and the use of scripts and style. @@ -917,8 +922,8 @@ The following guidelines apply to any usage of element names, attribute names, or attribute values in markup, script, or CSS. Polyglot markup uses lower case letters for all ASCII letters. For - non-ASCII letters—such as Greek, Cyrillic, or non-ASCII Latin - letters—polyglot markup respects case sensitivity as it is called + non-ASCII letters—such as Greek, Cyrillic, or non-ASCII Latin + letters—polyglot markup respects case sensitivity as it is called for. </p> @@ -1401,7 +1406,7 @@ <h3><span class="secno">B.1 </span>Normative references</h3> <dl class="bibliography"> <dt id="bib-CHARMOD">[CHARMOD]</dt> - <dd>Martin J. Dürst; et al. <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"> + <dd>Martin J. Dürst; et al. <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"> <cite>Character Model for the World Wide Web 1.0: Fundamentals.</cite></a> 15 February 2005. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"> http://www.w3.org/TR/2005/REC-charmod-20050215/</a>
Received on Thursday, 14 October 2010 18:11:29 UTC