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

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

Modified Files:
	its20.html its20.odd 
Log Message:
moved data category identifiers from its tool section to data category overview table - action-330

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2012/11/29 10:11:37	1.275
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html	2012/11/29 10:53:07	1.276
@@ -1205,7 +1205,7 @@
               applications, creating for example named entity annotations. A non-normative algorithm
               to integrate these annotations into the original input document is given in <a class="section-ref" href="#nif-backconversion" shape="rect">Appendix H: Conversion NIF2ITS</a>. The algorithm in that appendix is
               non-normative since many choices depend on the actual NLP application.</p></div></div><div class="div2">
-<h3><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="its-tool-annotation" id="its-tool-annotation" shape="rect"/>5.8 ITS Tools Annotation</h3><p>In some cases, it may be important for instances of data categories to be associated with information about the processor that generated them. For example, the score of the <a href="#mtconfidence" shape="rect">MT Confidence</a> data category (provided via the <code class="its-attr-markup">mtConfidence</code> attribute) is meaningful only when the consumer of the information also knows what MT engine produced it, because the score provides the relative confidence of translations from the same MT engine but does not provide a score that can be reliably compared between MT engines. The same is true for confidence provided for the <a href="#Disambiguation" shape="rect">Disambiguation</a> data category, providing confidence informaton via the <code class="its-attr-markup">disambigConfidence</code> attribute, or the <a href="#terminology" shape="rect">Terminology</a> data category, providing confidence information via the <code class="its-attr-markup">termConfidence</code> attribute.</p><p>ITS 2.0 provides a mechanism to associate such processor information with the use of individual data categories in a document, independently from data category annotations themselves.</p><p>The attribute <code class="its-attr-markup">toolsRef</code> provides a way to associate all the annotations of a given data category within the element with information about the processor that generated those data category annotations.</p><p>The value of <code class="its-attr-markup">toolsRef</code> is a space-separated list of references where each reference is composed of two parts: a data category identifier and an IRI. These two parts are separated by a character <code>|</code> VERTICAL LINE (U+007C).</p><ul><li><p>The data category identifier <a href="#rfc219" shape="rect">MUST</a> be one of the following identifiers: <code>allowed-characters</code>, <code>directionality</code>, <code>disambiguation</code>, <code>domain</code>, <code>elements-within-text</code>, <code>external-resource</code>, <code>id-value</code>, <code>language-information</code>, <code>locale-filter</code>, <code>localization-note</code>, <code>lq-issue</code>, <code>lq-rating</code>, <code>mt-confidence</code>, <code>provenance</code>, <code>ruby</code>, <code>storage-size</code>, <code>target-pointer</code>, <code>terminology</code>, <code>translate</code>.</p></li><li><p>The IRI indicates information about the processor used to generate the data category annotation. No single means is specified for how this IRI should be used to indicate processor information. Possible mechanisms are: to encode information directly in the IRI, e.g. as parameters; to reference an external resource that provides such information, e.g. an XML file or an RDF declaration; or to reference another part of the ocument that provides such information.</p></li></ul><p>In HTML5 documents, the mechanism is implemented with the <code class="its-attr-markup">its-tools-ref</code> attribute.</p><p>The attribute applies to the content of the element where it is declared (including its children elements) and to the attributes of that element.</p><p>On any given node, the information provided by this mechanism is a space-separated list of the accumulated references found it the <code class="its-attr-markup">toolsRef</code> attributes 
+<h3><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="its-tool-annotation" id="its-tool-annotation" shape="rect"/>5.8 ITS Tools Annotation</h3><p>In some cases, it may be important for instances of data categories to be associated with information about the processor that generated them. For example, the score of the <a href="#mtconfidence" shape="rect">MT Confidence</a> data category (provided via the <code class="its-attr-markup">mtConfidence</code> attribute) is meaningful only when the consumer of the information also knows what MT engine produced it, because the score provides the relative confidence of translations from the same MT engine but does not provide a score that can be reliably compared between MT engines. The same is true for confidence provided for the <a href="#Disambiguation" shape="rect">Disambiguation</a> data category, providing confidence informaton via the <code class="its-attr-markup">disambigConfidence</code> attribute, or the <a href="#terminology" shape="rect">Terminology</a> data category, providing confidence information via the <code class="its-attr-markup">termConfidence</code> attribute.</p><p>ITS 2.0 provides a mechanism to associate such processor information with the use of individual data categories in a document, independently from data category annotations themselves.</p><p>The attribute <code class="its-attr-markup">toolsRef</code> provides a way to associate all the annotations of a given data category within the element with information about the processor that generated those data category annotations.</p><p>The value of <code class="its-attr-markup">toolsRef</code> is a space-separated list of references where each reference is composed of two parts: a data category identifier and an IRI. These two parts are separated by a character <code>|</code> VERTICAL LINE (U+007C).</p><ul><li><p>The data category identifier <a href="#rfc219" shape="rect">MUST</a> be one of the identifiers specified in the <a href="#datacategories-overview" shape="rect">data category overview table</a>.</p></li><li><p>The IRI indicates information about the processor used to generate the data category annotation. No single means is specified for how this IRI should be used to indicate processor information. Possible mechanisms are: to encode information directly in the IRI, e.g. as parameters; to reference an external resource that provides such information, e.g. an XML file or an RDF declaration; or to reference another part of the document that provides such information.</p></li></ul><p>In HTML5 documents, the mechanism is implemented with the <code class="its-attr-markup">its-tools-ref</code> attribute.</p><p>The attribute applies to the content of the element where it is declared (including its children elements) and to the attributes of that element.</p><p>On any given node, the information provided by this mechanism is a space-separated list of the accuulated references found it the <code class="its-attr-markup">toolsRef</code> attributes 
             declared in the enclosing elements and sorted by data category identifiers. For each data category, the IRI part is the one of the inner-most declarartion.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-its-tool-annotation-1" id="EX-its-tool-annotation-1" shape="rect"/>Example 25: Accumulation and Overriding of the <code class="its-attr-markup">toolsRef</code> Values</div><p>In this example, the text shows the computed tools reference information for the given node. Note that the references are ordered alphabetically and 
             that the IRI values are always the ones of the inner-most declaration.</p><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;doc</strong> <span class="hl-attribute" style="color: #F5844C">its:version</span>=<span class="hl-value" style="color: #993300">"2.0"</span> <span class="hl-attribute" style="color: #F5844C">xmlns:its</span>=<span class="hl-value" style="color: #993300">"http://www.w3.org/2005/11/its"</span>
      <span class="hl-attribute" style="color: #F5844C">its:toolsRef</span>=<span class="hl-value" style="color: #993300">"mt-confidence|MT1"</span><strong class="hl-tag" style="color: #000096">
@@ -1311,7 +1311,7 @@
             <em>This section is normative.</em>
          </p><div class="div2">
 <h3><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="datacategories-defaults-etc" id="datacategories-defaults-etc" shape="rect"/>8.1 Position, Defaults, Inheritance and Overriding of Data Categories</h3><p>The following table summarizes for each data category which selection, default value,
-            and inheritance and overriding behavior applies.</p><ul><li><p id="def-default-values">
+            and inheritance and overriding behavior applies. It also provides data category identifiers used in <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a>.</p><ul><li><p id="def-default-values">
                      <em>Default values</em> apply if both local and
                 global selection are absent. The default value for the <a href="#trans-datacat" shape="rect">Translate</a> data category for example mandates that elements are
                 translatable, and attributes are not translatable if there is no
@@ -1340,109 +1340,109 @@
                   <code>span</code> element nested in <code>source</code> is not available in a
                 specific <code>target</code> element. Nevertheless, an application is free to use
                 the complete content of <code>source</code>, including <code>span</code>, and e.g.
-                present it to a translator.</p></li></ul></div><a name="datacategories-overview" id="datacategories-overview" shape="rect"/><table border="1" width="100%"><thead><tr><td rowspan="1" colspan="1">Data category</td><td rowspan="1" colspan="1">Local Usage</td><td rowspan="1" colspan="1">Global, rule-based selection</td><td rowspan="1" colspan="1">Global adding of information</td><td rowspan="1" colspan="1">Global pointing to existing information</td><td rowspan="1" colspan="1">Default Values</td><td rowspan="1" colspan="1">Inheritance for elements nodes</td><td rowspan="1" colspan="1">Examples</td></tr></thead><tbody><tr><td rowspan="1" colspan="1">
-                        <a href="#trans-datacat" shape="rect">Translate</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
+                present it to a translator.</p></li></ul></div><a name="datacategories-overview" id="datacategories-overview" shape="rect"/><table border="1" width="100%"><thead><tr><td rowspan="1" colspan="1">Data category (<code>identifier</code>)</td><td rowspan="1" colspan="1">Local Usage</td><td rowspan="1" colspan="1">Global, rule-based selection</td><td rowspan="1" colspan="1">Global adding of information</td><td rowspan="1" colspan="1">Global pointing to existing information</td><td rowspan="1" colspan="1">Default Values</td><td rowspan="1" colspan="1">Inheritance for elements nodes</td><td rowspan="1" colspan="1">Examples</td></tr></thead><tbody><tr><td rowspan="1" colspan="1">
+                        <a href="#trans-datacat" shape="rect">Translate</a> (<code>translate</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
                         <code>translate="yes"</code> for elements, and <code>translate="no"</code> for
                 attributes</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> content of child elements,
                 but <em>excluding</em> attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-translate-selector-2" shape="rect">local</a>, <a href="#EX-translate-selector-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#locNote-datacat" shape="rect">Localization Note</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> content of child elements,
+                        <a href="#locNote-datacat" shape="rect">Localization Note</a> (<code>localization-note</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> content of child elements,
                 but <em>excluding</em> attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-locNote-selector-2" shape="rect">local</a>, <a href="#EX-locNote-element-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#terminology" shape="rect">Terminology</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">
+                        <a href="#terminology" shape="rect">Terminology</a> (<code>terminology</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">
                         <code>term="no"</code>
                      </td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-terms-selector-4" shape="rect">local</a>, <a href="#EX-terms-selector-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#directionality" shape="rect">Directionality</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
+                        <a href="#directionality" shape="rect">Directionality</a> (<code>directionality</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
                         <code>dir="ltr"</code>
                      </td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
                 elements</td><td rowspan="1" colspan="1">
                         <a href="#EX-dir-selector-3" shape="rect">local</a>, <a href="#EX-dir-selector-2" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#ruby-annotation" shape="rect">Ruby</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
+                        <a href="#ruby-annotation" shape="rect">Ruby</a> (<code>ruby</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-ruby-implementation-1" shape="rect">local</a>, <a href="#EX-ruby-legacy-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#language-information" shape="rect">Language Information</a>
-                     </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
+                        <a href="#language-information" shape="rect">Language Information</a> (<code>language-information</code>)
+              </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
                 elements</td><td rowspan="1" colspan="1">
                         <a href="#EX-lang-definition-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#elements-within-text" shape="rect">Elements Within Text</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
+                        <a href="#elements-within-text" shape="rect">Elements Within Text</a> (<code>elements-within-text</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
                         <code>withinText="no"</code>
                      </td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-within-text-local-1" shape="rect">local</a>, <a href="#EX-within-text-implementation-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#domain" shape="rect">Domain</a>
-                     </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
+                        <a href="#domain" shape="rect">Domain</a> (<code>domain</code>)
+              </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
                 elements</td><td rowspan="1" colspan="1">
                         <a href="#EX-domain-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#Disambiguation" shape="rect">Disambiguation</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
+                        <a href="#Disambiguation" shape="rect">Disambiguation</a> (<code>disambiguation</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-disambiguation-html5-local-1" shape="rect">local</a>, <a href="#EX-disambiguation-html5-rdfa-companion-document" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#LocaleFilter" shape="rect">Locale Filter</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
+                        <a href="#LocaleFilter" shape="rect">Locale Filter</a> (<code>locale-filter</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
                         <code>localeFilterList="*"</code>
                      </td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
                 elements</td><td rowspan="1" colspan="1">
                         <a href="#EX-locale-filter-attribute-1" shape="rect">local</a>, <a href="#EX-locale-filter-selector-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#provenance" shape="rect">Provenance</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements and
+                        <a href="#provenance" shape="rect">Provenance</a> (<code>provenance</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements and
                 attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-provenance-local-1" shape="rect">local</a>, <a href="#EX-provenance-global-3" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#externalresource" shape="rect">External Resource</a>
-                     </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
+                        <a href="#externalresource" shape="rect">External Resource</a> (<code>external-resource</code>)
+              </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-externalresource-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#target-pointer" shape="rect">Target Pointer</a>
-                     </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
+                        <a href="#target-pointer" shape="rect">Target Pointer</a> (<code>target-pointer</code>)
+              </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-target-pointer-global-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#idvalue" shape="rect">Id Value</a>
-                     </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
+                        <a href="#idvalue" shape="rect">Id Value</a> (<code>id-value</code>)
+              </td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-idvalue-element-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#preservespace" shape="rect">Preserve Space</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
+                        <a href="#preservespace" shape="rect">Preserve Space</a> (<code>preserve-space</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">
                         <code>default</code>
                      </td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> attributes and child
                 elements</td><td rowspan="1" colspan="1">
                         <a href="#EX-preservespace-local-1" shape="rect">local</a>, <a href="#EX-preservespace-global-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#lqissue" shape="rect">Localization Quality Issue</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
+                        <a href="#lqissue" shape="rect">Localization Quality Issue</a> (<code>localization-quality-issue</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
                 attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-locQualityIssue-local-1" shape="rect">local</a>, <a href="#EX-locQualityIssue-global-2" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#lqrating" shape="rect">Localization Quality Rating</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
+                        <a href="#lqrating" shape="rect">Localization Quality Rating</a> (<code>localization-quality-rating</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
                 attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-locQualityRating-local-1" shape="rect">local</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#mtconfidence" shape="rect">MT Confidence</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
+                        <a href="#mtconfidence" shape="rect">MT Confidence</a> (<code>mt-confidence</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">No</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
                 attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-mtConfidence-html5-local-1" shape="rect">local</a>, <a href="#EX-mtconfidence-global-html5-1-external-rules" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#allowedchars" shape="rect">Allowed Characters</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
+                        <a href="#allowedchars" shape="rect">Allowed Characters</a> (<code>allowed-characters</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">Textual content of element, <em>including</em> child elements, but excluding
                 attributes</td><td rowspan="1" colspan="1">
                         <a href="#EX-allowedCharacters-local-1" shape="rect">local</a>, <a href="#EX-allowedCharacters-global-1" shape="rect">global</a>
                      </td></tr><tr><td rowspan="1" colspan="1">
-                        <a href="#storagesize" shape="rect">Storage Size</a>
-                     </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
+                        <a href="#storagesize" shape="rect">Storage Size</a> (<code>storage-size</code>)
+              </td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">Yes</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">None</td><td rowspan="1" colspan="1">
                         <a href="#EX-storageSize-local-1" shape="rect">local</a>, <a href="#EX-storageSize-global-1" shape="rect">global</a>
                      </td></tr></tbody></table><div class="exampleOuter"><div class="exampleHeader"><a name="EX-datacat-behavior-1" id="EX-datacat-behavior-1" shape="rect"/>Example 29: Defaults, inheritance and overriding behavior of data categories</div><p>In this example, the content of all the <code>data</code> elements is translatable
               because the default for the <a href="#trans-datacat" shape="rect">Translate</a> data category
@@ -1735,8 +1735,7 @@
               default is that both elements and attributes have the directionality of
               left-to-right.</p><p id="directionality-global">GLOBAL: The <code class="its-elem-markup">dirRule</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> which selects the nodes to which this
-                rule applies.</p></li><li><p>A required <code class="its-attr-markup">dir</code> attribute with the value
-                "ltr", "rtl", "lro" or "rlo".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-dir-selector-1" id="EX-dir-selector-1" shape="rect"/>Example 44: Document which needs global rules for directionality</div><p>In this document the right-to-left directionality is marked using a
+                rule applies.</p></li><li><p>A required <code class="its-attr-markup">dir</code> attribute with the value"ltr", "rtl", "lro" or "rlo".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-dir-selector-1" id="EX-dir-selector-1" shape="rect"/>Example 44: Document which needs global rules for directionality</div><p>In this document the right-to-left directionality is marked using a
                   <code>direction</code> attribute with a value "rtlText".</p><div class="exampleInner"><pre xml:space="preserve"><strong class="hl-tag" style="color: #000096">&lt;text</strong> <span class="hl-attribute" style="color: #F5844C">xml:lang</span>=<span class="hl-value" style="color: #993300">"en"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>
   <strong class="hl-tag" style="color: #000096">&lt;body&gt;</strong>
     <strong class="hl-tag" style="color: #000096">&lt;par&gt;</strong>In Hebrew, the title <strong class="hl-tag" style="color: #000096">&lt;quote</strong> <span class="hl-attribute" style="color: #F5844C">xml:lang</span>=<span class="hl-value" style="color: #993300">"he"</span> <span class="hl-attribute" style="color: #F5844C">direction</span>=<span class="hl-value" style="color: #993300">"rtlText"</span><strong class="hl-tag" style="color: #000096">&gt;</strong>פעילות
@@ -3647,7 +3646,7 @@
             based relative selector can also be an absolute location path - see the <code class="its-attr-markup">domainPointer</code> attribute in <a href="#EX-domain-2" shape="rect">Example 55</a> and
               <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/282" shape="rect">action-282</a>.</p></li><li><p>Defined <a href="#directionality" shape="rect">Directionality</a> and <a href="#ruby-annotation" shape="rect">Ruby</a> as non-normative features. See <a class="section-ref" href="#relation-to-its10" shape="rect">Section 1.1.1: Relation to ITS 1.0</a>, <a href="#directionality-non-normative-explanation" shape="rect">note on directionality</a>, <a href="#ruby-non-normative-explanation" shape="rect">note on ruby</a>, and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/250" shape="rect">action-250</a>.</p></li><li><p>Update on <a href="#Disambiguation" shape="rect">Disambiguation</a> example <a href="#EX-disambiguation-html5-rdfa-companion-document" shape="rect">Example 58</a>. See <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/266" shape="rect">action-266</a> (<a href="http://www.w3.org/2012/11/01-mlw-lt-irc#T10-53-44"shape="rect">related discussion</a>).</p></li><li><p>Made a simplification of <a href="#disambiguation-global" shape="rect">Disambiguation used
               globally</a>. See <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/267" shape="rect">action-267</a>.</p></li><li><p>Added <a class="section-ref" href="#its-mime-type" shape="rect">Appendix B: Internationalization Tag Set (ITS) MIME Type</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/251" shape="rect">action-251</a>.</p></li><li><p>Added <a class="section-ref" href="#mtconfidence" shape="rect">Section 8.19: MT Confidence</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/287" shape="rect">action-287</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/288" shape="rect">action-288</a>.</p></li><li><p>Added <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a> see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/301" shape="rect">action-301</a>.</p></li><li><p>Added confidence score attributes to<a href="#Disambiguation" shape="rect">Disambiguation</a> and <a href="#mtconfidence" shape="rect">MTConfidence</a> data categories - see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/298" shape="rect">action-298</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/299" shape="rect">action-299</a>.</p></li><li><p>Updated <a class="section-ref" href="#provenance" shape="rect">Section 8.12: Provenance</a> - now called "<span class="quote">Provenance</span>" instead of "<span class="quote">Translation Agent Provenance</span>" - see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/300" shape="rect">action-300</a>.</p></li><li><p>Added <a href="#disambiguation-versus-terminology" shape="rect">a note</a> to differentiate <a href="#Disambiguation" shape="rect">Disambiguation</a> from <a href="#terminology" shape="rect">Terminology</a> data category - see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/34" shape="rect">action-304</a>.</p></li><li><p>Reworked the <a class="section-ref" href="#lqissue" shape="rect">Section 8.17: Localization Quality Issue</a> for global rules and standoff markup as per
-            <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/303" shape="rect">action-303</a>.</p></li><li><p>Removed placeholder for <a href="http://www.w3.org/TR/2012/WD-its20-20121023/#TextAnalyisAnnotation" shape="rect">text analysis annotation</a>, since the <a href="http://www.w3.org/TR/2012/WD-its2req-20120524/#textAnalysisAnnotation" shape="rect">text analysis annotation requirement</a> is covered by the <a href="#disambiguation-local" shape="rect">local disambiguation</a> attribute <code class="its-attr-markup">disambigConfidence</code>, in conjunction with <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a>.</p></li><li><p>Added explanations about ITS 2.0 and plain text in CMS to <a class="section-ref" href="#content-producers" shape="rect">Section 1.3.1.4: Content producers</a> and <a class="section-ref" href="#allowedchars-definition" shape="rect">Section 8.20.1: Definition</a> - see <a href="https://www.w3.org/Interational/multilingualweb/lt/track/actions/262" shape="rect">action-262</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/302" shape="rect">action-302</a>.</p></li><li><p>Various edits, see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0193.html" shape="rect">summary mail</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/312" shape="rect">action-312</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/317" shape="rect">action-317</a>.</p></li><li><p>Updated <a href="#pointer-attributes-list" shape="rect">list of pointer attributes</a> in <a class="section-ref" href="#xpath-relative-selector" shape="rect">Section 5.3.2.2: Relative selector</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/308" shape="rect">action-308</a>.</p></li><li><p>Checked <a href="#datacategories-overview" shape="rect">data category overview table</a>, see <a href="https://wwww3.org/International/multilingualweb/lt/track/actions/308" shape="rect">action-313</a>, and various edits, see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0202.html" shape="rect">summary mail</a>.</p></li><li><p>Clarification of pointer attribute values in <a class="section-ref" href="#provenance-implementation" shape="rect">Section 8.12.2: Implementation</a>, see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0215.html" shape="rect">mail for details</a>.</p></li><li><p>Online editing call - see <a href="http://www.w3.org/2012/11/27-mlw-lt-minutes.html" shape="rect">call minutes</a> and <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0219.html" shape="rect">summary mail</a>.</p></li><li><p>Updated <a class="section-ref" href="#provenance" shape="rect">Section 8.12: Provenance</a> to remove all the pointers attributes, except <code class="its-attr-markup">provenanceRecordsRefPointer</code>.</p></li><li><p>Updaed <a class="section-ref" href="#lqrating" shape="rect">Section 8.18: Localization Quality Rating</a> to remove the global rules and adjust the thresholds.</p></li><li><p>Re-structered <a class="section-ref" href="#html5-global-rules" shape="rect">Section 6.2: Global rules</a> and added XHTML5 example.</p></li><li><p>Made <a class="section-ref" href="#its-schemas" shape="rect">Appendix D: Schemas for ITS</a> a normative section.</p></li></ol><p id="changelog-since-20120829">The following log records major changes that have been
+            <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/303" shape="rect">action-303</a>.</p></li><li><p>Removed placeholder for <a href="http://www.w3.org/TR/2012/WD-its20-20121023/#TextAnalyisAnnotation" shape="rect">text analysis annotation</a>, since the <a href="http://www.w3.org/TR/2012/WD-its2req-20120524/#textAnalysisAnnotation" shape="rect">text analysis annotation requirement</a> is covered by the <a href="#disambiguation-local" shape="rect">local disambiguation</a> attribute <code class="its-attr-markup">disambigConfidence</code>, in conjunction with <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a>.</p></li><li><p>Added explanations about ITS 2.0 and plain text in CMS to <a class="section-ref" href="#content-producers" shape="rect">Section 1.3.1.4: Content producers</a> and <a class="section-ref" href="#allowedchars-definition" shape="rect">Section 8.20.1: Definition</a> - see <a href="https://www.w3.org/Interational/multilingualweb/lt/track/actions/262" shape="rect">action-262</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/302" shape="rect">action-302</a>.</p></li><li><p>Various edits, see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0193.html" shape="rect">summary mail</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/312" shape="rect">action-312</a> and <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/317" shape="rect">action-317</a>.</p></li><li><p>Updated <a href="#pointer-attributes-list" shape="rect">list of pointer attributes</a> in <a class="section-ref" href="#xpath-relative-selector" shape="rect">Section 5.3.2.2: Relative selector</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/308" shape="rect">action-308</a>.</p></li><li><p>Checked <a href="#datacategories-overview" shape="rect">data category overview table</a>, see <a href="https://wwww3.org/International/multilingualweb/lt/track/actions/308" shape="rect">action-313</a>, and various edits, see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0202.html" shape="rect">summary mail</a>.</p></li><li><p>Clarification of pointer attribute values in <a class="section-ref" href="#provenance-implementation" shape="rect">Section 8.12.2: Implementation</a>, see <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0215.html" shape="rect">mail for details</a>.</p></li><li><p>Online editing call - see <a href="http://www.w3.org/2012/11/27-mlw-lt-minutes.html" shape="rect">call minutes</a> and <a href="http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2012Nov/0219.html" shape="rect">summary mail</a>.</p></li><li><p>Updated <a class="section-ref" href="#provenance" shape="rect">Section 8.12: Provenance</a> to remove all the pointers attributes, except <code class="its-attr-markup">provenanceRecordsRefPointer</code>.</p></li><li><p>Updaed <a class="section-ref" href="#lqrating" shape="rect">Section 8.18: Localization Quality Rating</a> to remove the global rules and adjust the thresholds.</p></li><li><p>Re-structered <a class="section-ref" href="#html5-global-rules" shape="rect">Section 6.2: Global rules</a> and added XHTML5 example.</p></li><li><p>Made <a class="section-ref" href="#its-schemas" shape="rect">Appendix D: Schemas for ITS</a> a normative section.</p></li><li><p>Moved list of data category identifiers from <a class="section-ref" href="#its-tool-annotation" shape="rect">Section 5.8: ITS Tools Annotation</a> to <a href="#datacategories-overview" shape="rect">data category overview table</a>, see <a href="https://www.w3.org/International/multilingualweb/lt/track/actions/330" shape="rect">action-330</a>.</p></li></ol><p id="changelog-since-20120829">The following log records major changes that have been
           made to this document since the <a href="http://www.w3.org/TR/2012/WD-its20-20120829/" shape="rect">ITS 2.0 Working Draft 29 August 2012</a>.</p><ol class="depth1"><li><p>Added a first draft of <a class="section-ref" href="#provenance" shape="rect">Section 8.12: Provenance</a></p></li><li><p>Added <a class="section-ref" href="#html5-markup" shape="rect">Section 6: Using ITS Markup in HTML5</a>.</p></li><li><p>Removed inline markup declarations.</p></li><li><p>Addition of a <code class="its-attr-markup">locQualityRatingVote</code> attribute and a
               <code class="its-attr-markup">locQualityRatingVotePointer</code> attribute to <a class="section-ref" href="#lqrating" shape="rect">Section 8.18: Localization Quality Rating</a>.</p></li><li><p>A <a href="#its-information_versus_content" shape="rect">clarification</a> of ITS data
             category information and processing of content 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>Added <a class="section-ref" href="#allowedchars" shape="rect">Section 8.20: Allowed Characters</a>.</p></li><li><p>Added <a class="section-ref" href="#storagesize" shape="rect">Section 8.21: Storage Size</a>.</p></li><li><p>Added <a class="section-ref" href="#mtconfidence" shape="rect">Section 8.19: MT Confidence</a>.</p></li><li><p>Added <a href="#qa-issue-types-tool-specific-mappings" shape="rect">a note</a> about
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2012/11/29 10:11:37	1.272
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd	2012/11/29 10:53:07	1.273
@@ -1716,7 +1716,7 @@
           <p>The value of <att>toolsRef</att> is a space-separated list of references where each reference is composed of two parts: a data category identifier and an IRI. These two parts are separated by a character <code>|</code> VERTICAL LINE (U+007C).</p> 
           
           <list>
-            <item><p>The data category identifier <ref target="#rfc2119">MUST</ref> be one of the following identifiers: <code>allowed-characters</code>, <code>directionality</code>, <code>disambiguation</code>, <code>domain</code>, <code>elements-within-text</code>, <code>external-resource</code>, <code>id-value</code>, <code>language-information</code>, <code>locale-filter</code>, <code>localization-note</code>, <code>lq-issue</code>, <code>lq-rating</code>, <code>mt-confidence</code>, <code>provenance</code>, <code>ruby</code>, <code>storage-size</code>, <code>target-pointer</code>, <code>terminology</code>, <code>translate</code>.</p></item>
+            <item><p>The data category identifier <ref target="#rfc2119">MUST</ref> be one of the identifiers specified in the <ref target="#datacategories-overview">data category overview table</ref>.</p></item>
             <item><p>The IRI indicates information about the processor used to generate the data category annotation. No single means is specified for how this IRI should be used to indicate processor information. Possible mechanisms are: to encode information directly in the IRI, e.g. as parameters; to reference an external resource that provides such information, e.g. an XML file or an RDF declaration; or to reference another part of the document that provides such information.</p></item>
           </list>
           
@@ -1882,7 +1882,7 @@
           <head>Position, Defaults, Inheritance and Overriding of Data Categories</head>
 
           <p>The following table summarizes for each data category which selection, default value,
-            and inheritance and overriding behavior applies.</p>
+            and inheritance and overriding behavior applies. It also provides data category identifiers used in <ptr target="#its-tool-annotation" type="specref"/>.</p>
           <list type="unordered">
             <item><p xml:id="def-default-values"><emph>Default values</emph> apply if both local and
                 global selection are absent. The default value for the <ref target="#trans-datacat"
@@ -1930,7 +1930,7 @@
           </note>
           <table border="1" width="100%" xml:id="datacategories-overview">
             <row role="head">
-              <cell>Data category</cell>
+              <cell>Data category (<code>identifier</code>)</cell>
               <cell>Local Usage</cell>
               <cell>Global, rule-based selection</cell>
               <cell>Global adding of information</cell>
@@ -1941,7 +1941,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#trans-datacat">Translate</ref>
+                <ref target="#trans-datacat">Translate</ref> (<code>translate</code>)
               </cell>
 
               <cell>Yes</cell>
@@ -1960,7 +1960,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#locNote-datacat">Localization Note</ref>
+                <ref target="#locNote-datacat">Localization Note</ref> (<code>localization-note</code>)
               </cell>
 
               <cell>Yes</cell>
@@ -1978,7 +1978,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#terminology">Terminology</ref>
+                <ref target="#terminology">Terminology</ref> (<code>terminology</code>)
               </cell>
 
               <cell>Yes</cell>
@@ -1995,7 +1995,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#directionality">Directionality</ref>
+                <ref target="#directionality">Directionality</ref> (<code>directionality</code>)
               </cell>
 
               <cell>Yes</cell>
@@ -2013,7 +2013,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#ruby-annotation">Ruby</ref>
+                <ref target="#ruby-annotation">Ruby</ref> (<code>ruby</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2026,7 +2026,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#language-information">Language Information</ref>
+                <ref target="#language-information">Language Information</ref> (<code>language-information</code>)
               </cell>
               <cell>No</cell>
               <cell>Yes</cell>
@@ -2039,7 +2039,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#elements-within-text">Elements Within Text</ref>
+                <ref target="#elements-within-text">Elements Within Text</ref> (<code>elements-within-text</code>)
               </cell>
 
               <cell>Yes</cell>
@@ -2053,7 +2053,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#domain">Domain</ref>
+                <ref target="#domain">Domain</ref> (<code>domain</code>)
               </cell>
 
               <cell>No</cell>
@@ -2068,7 +2068,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#Disambiguation">Disambiguation</ref>
+                <ref target="#Disambiguation">Disambiguation</ref> (<code>disambiguation</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2082,7 +2082,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#LocaleFilter">Locale Filter</ref>
+                <ref target="#LocaleFilter">Locale Filter</ref> (<code>locale-filter</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2096,7 +2096,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#provenance">Provenance</ref>
+                <ref target="#provenance">Provenance</ref> (<code>provenance</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2110,7 +2110,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#externalresource">External Resource</ref>
+                <ref target="#externalresource">External Resource</ref> (<code>external-resource</code>)
               </cell>
               <cell>No</cell>
               <cell>Yes</cell>
@@ -2122,7 +2122,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#target-pointer">Target Pointer</ref>
+                <ref target="#target-pointer">Target Pointer</ref> (<code>target-pointer</code>)
               </cell>
               <cell>No</cell>
               <cell>Yes</cell>
@@ -2135,7 +2135,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#idvalue">Id Value</ref>
+                <ref target="#idvalue">Id Value</ref> (<code>id-value</code>)
               </cell>
               <cell>No</cell>
               <cell>Yes</cell>
@@ -2148,7 +2148,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#preservespace">Preserve Space</ref>
+                <ref target="#preservespace">Preserve Space</ref> (<code>preserve-space</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2162,7 +2162,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#lqissue">Localization Quality Issue</ref>
+                <ref target="#lqissue">Localization Quality Issue</ref> (<code>localization-quality-issue</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2175,7 +2175,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#lqrating">Localization Quality Rating</ref>
+                <ref target="#lqrating">Localization Quality Rating</ref> (<code>localization-quality-rating</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2188,7 +2188,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#mtconfidence">MT Confidence</ref>
+                <ref target="#mtconfidence">MT Confidence</ref> (<code>mt-confidence</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2201,7 +2201,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#allowedchars">Allowed Characters</ref>
+                <ref target="#allowedchars">Allowed Characters</ref> (<code>allowed-characters</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -2214,7 +2214,7 @@
             </row>
             <row>
               <cell>
-                <ref target="#storagesize">Storage Size</ref>
+                <ref target="#storagesize">Storage Size</ref> (<code>storage-size</code>)
               </cell>
               <cell>Yes</cell>
               <cell>Yes</cell>
@@ -5434,6 +5434,7 @@
           <item>Updated <ptr target="#lqrating" type="specref"/> to remove the global rules and adjust the thresholds.</item>
           <item>Re-structered <ptr type="specref" target="#html5-global-rules"/> and added XHTML5 example.</item>
           <item>Made <ptr target="#its-schemas" type="specref"/> a normative section.</item>
+          <item>Moved list of data category identifiers from <ptr target="#its-tool-annotation" type="specref"/> to <ref target="#datacategories-overview">data category overview table</ref>, see <ref target="https://www.w3.org/International/multilingualweb/lt/track/actions/330">action-330</ref>.</item>
         </list>
          <p xml:id="changelog-since-20120829">The following log records major changes that have been
           made to this document since the <ref target="http://www.w3.org/TR/2012/WD-its20-20120829/"

Received on Thursday, 29 November 2012 10:53:10 UTC