CVS WWW/International/multilingualweb/lt/drafts/its20

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20
In directory gil:/tmp/cvs-serv5353

Modified Files:
	its20-implementation-report.html its20.html its20.odd 
Log Message:
installed revision log and updated references on HTML5, see http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2013Sep/0004.html  

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20-implementation-report.html	2013/08/26 14:32:10	1.14
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20-implementation-report.html	2013/09/05 15:08:16	1.15
@@ -179,7 +179,7 @@
    </head>
    <body>
       <h1>ITS 2.0 Implementation Report</h1>
-      <p>Version generated: 2013-08-26T16:30:21.692+02:00</p>
+      <p>Version generated: 2013-09-04T13:10:47.784+02:00</p>
       <p>This document is the implementation report for the <a href="http://www.w3.org/International/multilingualweb/lt/">MultilingualWeb-LT</a> Working Group's <a href="http://www.w3.org/TR/2013/WD-its20-20130521/">Internationalization
                             Tag Set 2.0 21 May 2013 Last Call Working Draft</a>. The report contains
                         the following sections:</p>
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2013/08/30 11:03:37	1.489
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2013/09/05 15:08:16	1.490
@@ -504,7 +504,7 @@
                 take <a href="#selection-precedence" shape="rect">precedence</a> over language information conveyed via a global <code class="its-elem-markup">langRule</code>.</p></li><li><p>The <a href="#idvalue" shape="rect">Id Value</a> data category has the HTML or XHTML <code>id</code> attribute as counterpart. 
                 This HTML attribute acts as local markup for the <a href="#idvalue" shape="rect">Id Value</a> data category in HTML and takes <a href="#selection-precedence" shape="rect">precedence</a> over 
                 identifier information conveyed via a global <code class="its-elem-markup">idValueRule</code>.</p></li><li><p>The <a href="#elements-within-text" shape="rect">Elements within Text</a> data category has a set of HTML 
-                elements (the so-called <a href="http://www.w3.org/TR/html51/dom.html#phrasing-content-1" shape="rect">phrasing content</a>) as counterpart.
+                elements (the so-called <a href="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#phrasing-content-1" shape="rect">phrasing content</a>) as counterpart.
                 In the absence of an 
                 <a href="#elements-within-text" shape="rect">Elements within Text</a> local attribute or global rules selecting the 
                 element in question, most of the phrasing content elements are interpreted as 
@@ -512,7 +512,7 @@
                 and <code class="its-elem-markup">textarea</code> are interpreted as <code>withinText="nested"</code>.</p></li><li><p id="translate-in-html5">The <a href="#trans-datacat" shape="rect">Translate</a> data category has a direct counterpart in 
                 <a title="HTML5" href="#html5" shape="rect">[HTML5]</a>, namely the <a title="HTML5" href="#html5" shape="rect">[HTML5]</a>
                         <code>translate</code> attribute. ITS 2.0 does not define its own behavior for <a title="HTML5" href="#html5" shape="rect">[HTML5]</a>
-                        <code>translate</code>, but just refers to <a href="http://www.w3.org/TR/html51/dom.html#the-translate-attribute" shape="rect">the HTML5 definition</a>. That definition also applies to nodes selected via global rules. That is, a <code class="its-elem-markup">translateRule</code> like <code>&lt;its:translateRule selector="//h:img" translate="yes"/&gt;</code> will set the <code>img</code> element and its translatable attributes like <code>alt</code> to "yes".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-and-existing-HTML5-markup" id="EX-its-and-existing-HTML5-markup" shape="rect"/>Example 9: The <a href="#language-information" shape="rect">Language Information</a>, <a href="#idvalue" shape="rect">Id Value</a>, 
+                        <code>translate</code>, but just refers to <a href="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#the-translate-attribute" shape="rect">the HTML5 definition</a>. That definition also applies to nodes selected via global rules. That is, a <code class="its-elem-markup">translateRule</code> like <code>&lt;its:translateRule selector="//h:img" translate="yes"/&gt;</code> will set the <code>img</code> element and its translatable attributes like <code>alt</code> to "yes".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-and-existing-HTML5-markup" id="EX-its-and-existing-HTML5-markup" shape="rect"/>Example 9: The <a href="#language-information" shape="rect">Language Information</a>, <a href="#idvalue" shape="rect">Id Value</a>, 
                 <a href="#elements-within-text" shape="rect">Elements within Text</a> and <a href="#trans-datacat" shape="rect">Translate</a>
                 ITS 2.0 data categories expressed by native HTML markup.</div><p>The <code>lang</code> attribute of the <code>html</code> element conveys the 
                 <a href="#language-information" shape="rect">Language Information</a> value "en".
@@ -1397,7 +1397,7 @@
               global rules, or locally on an individual element. Handling of inheritance and interaction between elements and attributes is different for XML content versus <a title="HTML5" href="#html5" shape="rect">[HTML5]</a> content.</p><p>For XML: for elements, the data category
               information <a href="#def-inheritance" shape="rect">inherits</a> to the textual content of
               the element, <em>including</em> child elements, but <em>excluding</em>
-              attributes. The default is that elements are translatable and attributes are not.</p><p id="html5-translate-handling">For HTML: The interpretation of the <code class="its-attr-markup">translate</code> attribute is given in <a href="http://www.w3.org/TR/html51/dom.html#the-translate-attribute" shape="rect">HTML5</a>. Nodes in an HTML document selected via a <a href="#translate-global" shape="rect">global rule</a> are also interpreted following <a href="http://www.w3.org/TR/html51/dom.html#the-translate-attribute" shape="rect">HTML5</a>.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>As of writing, the default in <a title="HTML5" href="#html5" shape="rect">[HTML5]</a> is that elements are translatable, and that translatable attributes inherit from the respective elements. There is a pre-defined list of translatable attributes, for example <code>alt</code> or <code>title</code>.</p><p>Since the <a title="HTML5" href="#html5" shape="rect">[HTML5]</a> definition also applies to nodes seected via global rules, a <code class="its-elem-markup">translateRule</code> like
+              attributes. The default is that elements are translatable and attributes are not.</p><p id="html5-translate-handling">For HTML: The interpretation of the <code class="its-attr-markup">translate</code> attribute is given in <a href="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#the-translate-attribute" shape="rect">HTML5</a>. Nodes in an HTML document selected via a <a href="#translate-global" shape="rect">global rule</a> are also interpreted following <a href="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#the-translate-attribute" shape="rect">HTML5</a>.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>As of writing, the default in <a title="HTML5" href="#html5" shape="rect">[HTML5]</a> is that elements are translatable, and that translatable attributes inherit from the respective elements. There is a pre-defined list of translatable attributes, for example <code>alt</code> or <code>title</code>.</p><p>Since the <a title="HTML5" href="#html5" shape="rect">[HTML5]</a> defnition also applies to nodes selected via global rules, a <code class="its-elem-markup">translateRule</code> like
                 <code>&lt;its:translateRule selector=""//h:img" translate="yes"/&gt;</code> will set the <code>img</code> element and its translatable attributes like <code>alt</code> to "yes".</p></div><p id="translate-global">GLOBAL: The <code class="its-elem-markup">translateRule</code> element contains the
               following:</p><ul><li><p>A required <code class="its-attr-markup">selector</code> attribute. It contains an <a href="#selectors" shape="rect">absolute selector</a> that selects the nodes to which this
                 rule applies.</p></li><li><p>A required <code class="its-attr-markup">translate</code> attribute with the value
@@ -3149,7 +3149,7 @@
                 Languages</cite></a>, September 2009. Available at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt" shape="rect">
               http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>.</dd><dt class="label"><a name="html4" id="html4" shape="rect"/>HTML 4.01</dt><dd>Dave Raggett et al. <a href="http://www.w3.org/TR/1999/REC-html401-19991224/" shape="rect"><cite>HTML 4.01</cite></a>. W3C Recommendation 24 December 1999. Available at <a href="http://www.w3.org/TR/1999/REC-html401-19991224/" shape="rect">
               http://www.w3.org/TR/1999/REC-html401-19991224/</a>. The latest version of <a href="http://www.w3.org/TR/html401/" shape="rect">HTML 4.01</a> is available at
-            http://www.w3.org/TR/html401.</dd><dt class="label"><a name="html5" id="html5" shape="rect"/>HTML5</dt><dd>Robin Berjon et al. <a href="http://www.w3.org/TR/2012/CR-html5-20121217/" shape="rect"><cite>HTML5</cite></a>. W3C Candidate Recommendation 17 December 2012. Available at <a href="http://www.w3.org/TR/2012/CR-html5-20121217/" shape="rect">http://www.w3.org/TR/2012/CR-html5-20121217/</a>.
+            http://www.w3.org/TR/html401.</dd><dt class="label"><a name="html5" id="html5" shape="rect"/>HTML5</dt><dd>Robin Berjon et al. <a href="http://www.w3.org/TR/2013/CR-html5-20130806/" shape="rect"><cite>HTML5</cite></a>. W3C Candidate Recommendation 06 August 2013. Available at <a href="http://www.w3.org/TR/2013/CR-html5-20130806/" shape="rect">http://www.w3.org/TR/2013/CR-html5-20130806/</a>.
             The latest version of <a href="http://www.w3.org/TR/html5/" shape="rect">HTML5</a> is available at
             http://www.w3.org/TR/html5/.</dd><dt class="label"><a name="ianacharsets" id="ianacharsets" shape="rect"/>IANA Character Sets</dt><dd>
                <a href="http://www.iana.org/assignments/character-sets" shape="rect"><cite>Character Sets</cite></a> Available at <a href="http://www.iana.org/assignments/character-sets" shape="rect">http://www.iana.org/assignments/character-sets</a>.</dd><dt class="label"><a name="qa-framework" id="qa-framework" shape="rect"/>QAFRAMEWORK</dt><dd>Karl Dubost, Lynne Rosental, Dominique
@@ -5944,7 +5944,7 @@
               <code class="its-attr-markup">lineBreakType</code>?</td><td rowspan="1" colspan="1">
                      <code class="its-attr-markup">its-storage-size</code>, <code class="its-attr-markup">its-storage-encoding</code>?,
                 <code class="its-attr-markup">lits-line-break-type</code>?</td></tr></tbody></table></div><div class="div1">
-<h2><a href="#contents" shape="rect"><img src="images/topOfPage.gif" align="right" height="26" width="26" title="Go to the table of contents." alt="Go to the table of contents."/></a><a name="revisionlog" id="revisionlog" shape="rect"/>I Revision Log (Non-Normative)</h2><p id="changelog-since-20130521">The following log records major changes that have been made to this document since the <a href="http://www.w3.org/TR/2013/WD-its20-20130521/" shape="rect">ITS 2.0 Working Draft 21 May 2013</a>:</p><ol class="depth1"><li><p>Updated all text of the <a href="#html5-withintext-handling" shape="rect">HTML5 defaults for Element Within Text</a> and added example.
+<h2><a href="#contents" shape="rect"><img src="images/topOfPage.gif" align="right" height="26" width="26" title="Go to the table of contents." alt="Go to the table of contents."/></a><a name="revisionlog" id="revisionlog" shape="rect"/>I Revision Log (Non-Normative)</h2><p id="changelog-since-20130820">The following log records major changes that have been made to this document since the <a href="http://www.w3.org/TR/2013/WD-its20-20130820/" shape="rect">ITS 2.0 Working Draft 20 August 2013</a>:</p><ol class="depth1"><li><p>Updated reference to HTML5, see related <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2013Sep/0004.html" shape="rect">mail thread</a>.</p></li></ol><p id="changelog-since-20130521">The following log records major changes that have been made to this document since the <a href="http://www.w3.org/TR/2013/WD-its20-20130521/" shape="rect">ITS 2.0 Working Draft 21 May 2013</a>:</p><ol class="depth1"><li><p>Updated all text of the <a href="#html5-withintext-handling" sape="rect">HTML5 defaults for Element Within Text</a> and added example.
             See <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/118" shape="rect">issue-118</a>
             and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/532" shape="rect">action-532</a>.</p></li><li><p>Added a paragraph about mime type submission to <a class="section-ref" href="#its-mime-type" shape="rect">Appendix B: Internationalization Tag Set (ITS) MIME Type</a>, see step 3 (first bullet point) at <a href="http://www.w3.org/2002/06/registering-mediatype#Planned" shape="rect">Register an Internet Media Type for a W3C Spec</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/251" shape="rect">action-251</a>.</p></li><li><p>Removed company names from various examples, see <a href="http://www.w3.org/Search/Mail/Public/search?type-index=public-multilingualweb-lt-commits&amp;index-type=t&amp;keywords=action-502&amp;search=Search" shape="rect">CVS commits</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/502" shape="rect">action-502</a>.</p></li><li><p>Reformatting of various examples, see <a href="http://lsts.w3.org/Archives/Public/public-multilingualweb-lt-commits/2013May/0066.html" shape="rect">CVS commit mail</a> and further CVS commit mails with the same send time.</p></li><li><p>Edits related to <a title="" href="#nif-reference" shape="rect">[NIF]</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/125" shape="rect">issue-125</a>.</p></li><li><p>Edit related to <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/527" shape="rect">action-527</a>: put the sentence about foreign elements / attributes also in <a class="section-ref" href="#datacategories-defaults-etc" shape="rect">Section 8.1: Position, Defaults, Inheritance, and Overriding of Data Categories</a>.</p></li><li><p>Copy editing of spec, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/422" shape="rect">action-422</a>.</p></li><li><p>Edits related to <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/126" shape="rect">issue-126</a> (Minor ssue with quality types listing).</p></li><li><p>Edits related to <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/127" shape="rect">issue-127</a> (Clarifying HTML5 translate and global rules).</p></li><li><p>Edits related to <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/128" shape="rect">issue-128</a> (Various editorial edits + conformance section fixes).</p></li><li><p>Edits related to <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/129" shape="rect">issue-129</a> (sec1-2 editing (non-normative sec)).</p></li><li><p>Fixes about <a title="" href="#rfc2119" shape="rect">[RFC 2119]</a> statements, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/540" shape="rect">action-540</a>.</p></li><li><p>Various checks: spelling (using U.S. English), style, grammar, use of ":" etc.</p></li><li><p>Added a non-normative XML Schema for ITS 2.0 to <a class="section-ref" href="#its-schemas" shape="rect">Appendix D: chemas for ITS</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/546" shape="rect">action-546</a>.</p></li><li><p>Updated link to quality issue type mappings in <a class="section-ref" href="#lqissue-typevalues" shape="rect">Appendix C: Values for the Localization Quality Issue Type</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/543" shape="rect">action-543</a>.</p></li><li><p>Clarify conflicts of <code class="its-elem-markup">param</code> elements with the same name in <a class="section-ref" href="#selection-precedence" shape="rect">Section 5.5: Precedence between Selections</a> and <a class="section-ref" href="#html5-selection-precedence" shape="rect">Section 6.4: Precedence between Selections</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/130" shape="rect">issue-130</a>.</p></li><li><p>Updated editors list.</p></li><li><p>Implemented <a href="http://lists.w3.org/Archives/Public/public-i18n-its-ig/013Jul/0041.html" shape="rect">editorial edits</a> in <a class="section-ref" href="#idvalue" shape="rect">Section 8.14: ID Value</a> and <a class="section-ref" href="#locNote-datacat" shape="rect">Section 8.3: Localization Note</a>.</p></li><li><p>Implemented <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt-comments/2013Jul/0056.html" shape="rect">clarification</a> about <code class="its-attr-markup">annotatorsRef</code> attribute in <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.7: ITS Tools Annotation</a>.</p></li><li><p>Implemented a <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2013Jul/0037.html" shape="rect">clarification</a> in <a class="section-ref" href="#mtconfidence-definition" shape="rect">Section 8.18.1: Definition</a> and added <a href="#mt-confidence-score-generation-tools" shape="rect">a note</a> that <a href="#mtconfidence" shape="rect">MT Confidence</a> information can be produced both by MT systems and other tool.</p></li><li><p>Changed the <a href="#conversion-to-nif" shape="rect">conversion to NIF</a> to be a non-normative feature.</p></li></ol><p id="changelog-since-20130411">The following log records major changes that have been made to this document since the <a href="http://www.w3.org/TR/2013/WD-its20-20130411/" shape="rect">ITS 2.0 Working Draft 11 April 2013</a>:</p><ol class="depth1"><li><p>Added a reference to the <a href="http://www.w3.org/2005/11/its/rdf#" shape="rect">ITS RDF Ontology</a> and an <a href="#its-rdf-ontology-status" shape="rect">explanatory note</a> about its status to <a class="section-ref" href="#conversion-to-nif" shape="rect">Appendix F: Conversion to NIF</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/514" shape="rect">action-514</a>.</p></li><li><p>Updated <a class="section-ref" href="#conversion-to-nif" shape="rect">Appendix F: Conversion to NIF</a> to reflect <a href="http://www.w3.org/2013/05/08-mlw-lt-minutes#item04" shape="rect">MLW-LT May 013 f2f discussion</a>: <code>nif:occursIn</code> has changed to <code>nif:sourceUrl</code>, and <code>nif:convertedFrom</code> replaces <code>itsrdf:xpath2nif</code>. See <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/517" shape="rect">action-517</a>.</p></li><li><p>Added <a href="#local-approach-not-applicable-to-attributes" shape="rect">a note</a> to <a class="section-ref" href="#basic-concepts-selection-local" shape="rect">Section 2.2.1: Local Approach</a> expressing that local selection does not apply to attributes,
             see <a href="https://www.w3.org/International/multilingualweb/lt/track/issues/98" shape="rect">issue-98</a>.</p></li><li><p>Added a <a href="#qa-issue-types-mappings" shape="rect">clarification</a> about the role of mappings from tools to quality issue types,
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2013/08/30 11:03:38	1.504
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2013/09/05 15:08:17	1.505
@@ -720,7 +720,7 @@
                 This HTML attribute acts as local markup for the <ref target="#idvalue">Id Value</ref> data category in HTML and takes <ref target="#selection-precedence">precedence</ref> over 
                 identifier information conveyed via a global <gi>idValueRule</gi>.</p></item>
               <item><p>The <ref target="#elements-within-text">Elements within Text</ref> data category has a set of HTML 
-                elements (the so-called <ref target="http://www.w3.org/TR/html51/dom.html#phrasing-content-1">phrasing content</ref>) as counterpart.
+                elements (the so-called <ref target="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#phrasing-content-1">phrasing content</ref>) as counterpart.
                 In the absence of an 
                 <ref target="#elements-within-text">Elements within Text</ref> local attribute or global rules selecting the 
                 element in question, most of the phrasing content elements are interpreted as 
@@ -728,7 +728,7 @@
                 and <gi>textarea</gi> are interpreted as <code>withinText="nested"</code>.</p></item>
               <item><p xml:id="translate-in-html5">The <ref target="#trans-datacat">Translate</ref> data category has a direct counterpart in 
                 <ptr target="#html5" type="bibref"/>, namely the <ptr target="#html5" type="bibref"/>
-                <code>translate</code> attribute. ITS 2.0 does not define its own behavior for <ptr target="#html5" type="bibref"/> <code>translate</code>, but just refers to <ref target="http://www.w3.org/TR/html51/dom.html#the-translate-attribute">the HTML5 definition</ref>. That definition also applies to nodes selected via global rules. That is, a <gi>translateRule</gi> like <code>&lt;its:translateRule selector="//h:img" translate="yes"/&gt;</code> will set the <code>img</code> element and its translatable attributes like <code>alt</code> to <val>yes</val>.</p></item>
+                <code>translate</code> attribute. ITS 2.0 does not define its own behavior for <ptr target="#html5" type="bibref"/> <code>translate</code>, but just refers to <ref target="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#the-translate-attribute">the HTML5 definition</ref>. That definition also applies to nodes selected via global rules. That is, a <gi>translateRule</gi> like <code>&lt;its:translateRule selector="//h:img" translate="yes"/&gt;</code> will set the <code>img</code> element and its translatable attributes like <code>alt</code> to <val>yes</val>.</p></item>
             </list>
             <exemplum xml:id="EX-its-and-existing-HTML5-markup">
               <head>The <ref target="#language-information">Language Information</ref>, <ref target="#idvalue">Id Value</ref>, 
@@ -2246,7 +2246,7 @@
               information <ref target="#def-inheritance">inherits</ref> to the textual content of
               the element, <emph>including</emph> child elements, but <emph>excluding</emph>
               attributes. The default is that elements are translatable and attributes are not.</p>
-            <p xml:id="html5-translate-handling">For HTML: The interpretation of the <att>translate</att> attribute is given in <ref target="http://www.w3.org/TR/html51/dom.html#the-translate-attribute">HTML5</ref>. Nodes in an HTML document selected via a <ref target="#translate-global">global rule</ref> are also interpreted following <ref target="http://www.w3.org/TR/html51/dom.html#the-translate-attribute">HTML5</ref>.</p>
+            <p xml:id="html5-translate-handling">For HTML: The interpretation of the <att>translate</att> attribute is given in <ref target="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#the-translate-attribute">HTML5</ref>. Nodes in an HTML document selected via a <ref target="#translate-global">global rule</ref> are also interpreted following <ref target="http://www.w3.org/TR/2013/CR-html5-20130806/dom.html#the-translate-attribute">HTML5</ref>.</p>
             <note><p>As of writing, the default in <ptr target="#html5" type="bibref"/> is that elements are translatable, and that translatable attributes inherit from the respective elements. There is a pre-defined list of translatable attributes, for example <code>alt</code> or <code>title</code>.</p>
               <p>Since the <ptr target="#html5" type="bibref"/> definition also applies to nodes selected via global rules, a <gi>translateRule</gi> like
                 <code>&lt;its:translateRule selector=""//h:img" translate="yes"/&gt;</code> will set the <code>img</code> element and its translatable attributes like <code>alt</code> to <val>yes</val>.</p></note>
@@ -4705,9 +4705,9 @@
               target="http://www.w3.org/TR/html401/">HTML 4.01</ref> is available at
             http://www.w3.org/TR/html401.</bibl>
           <bibl xml:id="html5" n="HTML5">Robin Berjon et al. <title>
-              <ref target="http://www.w3.org/TR/2012/CR-html5-20121217/">HTML5</ref>
-            </title>. W3C Candidate Recommendation 17 December 2012. Available at <ref
-              target="http://www.w3.org/TR/2012/CR-html5-20121217/">http://www.w3.org/TR/2012/CR-html5-20121217/</ref>.
+            <ref target="http://www.w3.org/TR/2013/CR-html5-20130806/">HTML5</ref>
+            </title>. W3C Candidate Recommendation 06 August 2013. Available at <ref
+              target="http://www.w3.org/TR/2013/CR-html5-20130806/">http://www.w3.org/TR/2013/CR-html5-20130806/</ref>.
             The latest version of <ref
               target="http://www.w3.org/TR/html5/">HTML5</ref> is available at
             http://www.w3.org/TR/html5/.</bibl>
@@ -5948,6 +5948,10 @@
       </div>
       <div xml:id="revisionlog" type="inform">
         <head>Revision Log</head>
+        <p xml:id="changelog-since-20130820">The following log records major changes that have been made to this document since the <ref target="http://www.w3.org/TR/2013/WD-its20-20130820/">ITS 2.0 Working Draft 20 August 2013</ref>:</p>
+        <list type="ordered">
+          <item>Updated reference to HTML5, see related <ref target="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2013Sep/0004.html">mail thread</ref>.</item>
+        </list>
         <p xml:id="changelog-since-20130521">The following log records major changes that have been made to this document since the <ref target="http://www.w3.org/TR/2013/WD-its20-20130521/">ITS 2.0 Working Draft 21 May 2013</ref>:</p>
         <list type="ordered">
           <item>Updated all text of the <ref target="#html5-withintext-handling">HTML5 defaults for Element Within Text</ref> and added example.

Received on Thursday, 5 September 2013 15:08:20 UTC