- From: Yves Savourel via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Aug 2012 23:05:28 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20 In directory hutz:/tmp/cvs-serv18019 Modified Files: its20.html its20.odd Log Message: Added the loc-quality-precis data category. Index: its20.odd =================================================================== RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.odd,v retrieving revision 1.128 retrieving revision 1.129 diff -u -d -r1.128 -r1.129 --- its20.odd 22 Aug 2012 17:54:15 -0000 1.128 +++ its20.odd 23 Aug 2012 23:05:26 -0000 1.129 @@ -4279,7 +4279,7 @@ <note type="ed">This data category is not completely stable yet.</note> <div xml:id="lqissue-definition"> <head>Definition</head> - <p>The <ref target="#idvalue">Localization Quality Issue</ref> data category is used to express information + <p>The <ref target="#lqissue">Localization Quality Issue</ref> data category is used to express information related to localization quality assessment tasks. Such tasks can be conducted on the translation of some source text into a target language or on the source text itself where its quality may impact on the localization process.</p> @@ -4321,8 +4321,8 @@ </row> <row> <cell>Severity</cell> - <cell>An decimal value representing the severity of the issue, as defined by the model generating the metadata.</cell> - <cell>A decimal between 0.0 to 100.0 (included), with higher values indicating greater severity.</cell> + <cell>A decimal value representing the severity of the issue, as defined by the model generating the metadata.</cell> + <cell>A decimal value between 0.0 and 100.0 (inclusive), with higher values indicating greater severity.</cell> <cell>It is up to tools to map the values of this to their own system to this scale. If needed, the original value can be passed along using a custom namespace for XML, or a <code>data-</code> attribute for HTML.</cell> </row> @@ -4826,7 +4826,212 @@ <div xml:id="lqprecis"> <head>Localization Quality Précis</head> - <p>The Localization Quality Précis data category will be defined in an updated version of this document.</p> + <note type="ed">This data category is not completely stable yet.</note> + <div xml:id="lqprecis-definition"> + <head>Definition</head> + <p>The <ref target="#lqprecis">Localization Quality Précis</ref> data category is used to express an overall + measurement of the localization quality of a document.</p> + <p>This data category allows to specify a quality score for a given document, as well as to indicate what + constitutes a passing score. It also allows to point to a profile where the quality assessment model + used for the scoring is described.</p> + </div> + <div xml:id="lqprecis-implementation"> + <head>Implementation</head> + <p>The <ref target="#lqprecis">Localization Quality Précis</ref> data category can be expressed with global rules, or locally + on individual elements. The information applies to the textual content of the element, <emph>including</emph> child elements, + but <emph>excluding</emph> attributes.</p> + <p xml:id="lqprecis-global">GLOBAL: The <gi>locQualityPrecisRule</gi> element contains the following:</p> + <list type="unordered"> + <item><p>A required <att>selector</att> attribute. It contains an <ref target="#selectors">absolute selector</ref> which + selects the nodes to which this rule applies.</p></item> + <item><p>Exactly one of the following:</p> + <list type="unordered"> + <item><p>A <att>locQualityPrecisScore</att> attribute. Its value is an integer between 0 and 100 with + higher values indicating a better score.</p></item> + <item><p>A <att>locQualityPrecisScorePointer</att> attribute that contains a <ref target="#selectors">relative selector</ref> + pointing to a node with the exact same semantics as <att>locQualityPrecisScore</att>.</p></item> + </list> + </item> + <item><p>None or exactly one of the following:</p> + <list type="unordered"> + <item><p>A <att>locQualityPrecisThreshold</att> attribute. Its value is an integer between 0 and 100 which indicates + the lowest score value that constitutes a passing score in the profile used.</p></item> + <item><p>A <att>locQualityPrecisThresholdPointer</att> attribute that contains a <ref target="#selectors">relative selector</ref> + pointing to a node with the exact same semantics as <att>locQualityPrecisThreshold</att>.</p></item> + </list> + </item> + <item><p>None or exactly one of the following:</p> + <list type="unordered"> + <item><p>A <att>locQualityPrecisProfileRef</att> attribute. Its value is a URI pointing to the reference document + describing the quality assessment model used for the scoring.</p></item> + <item><p>A <att>locQualityPrecisProfileRefPointer</att> attribute that contains a + <ref target="#selectors">relative selector</ref> pointing to a node with the exact same + semantics as <att>locQualityProfileProfileRef</att>.</p></item> + </list> + </item> + </list> + <note> + <p>The attributes <att>locQualityPrecisScorePointer</att>, <att>locQualityPrecisThresholdPointer</att>, + and <att>locQualityPrecisProfileRefPointer</att> do not apply + to HTML as local markup is provided for direct annotation in HTML.</p> + </note> + + <exemplum xml:id="EX-locQualityPrecis-global-1"> + <head>The <ref target="#lqprecis">Localization Quality Précis</ref> data category expressed globally in XML</head> + <p>The following example shows how to us the <gi>locQualityPrecisRule</gi> element to specify the score, + threshold and profile for a document.</p> + <egXML xmlns="http://www.tei-c.org/ns/Examples" + target="examples/xml/EX-locQualityPrecis-global-1.xml" /> + </exemplum> + <exemplum xml:id="EX-locQualityPrecis-global-2"> + <head>Using pointers to map the <ref target="#lqprecis">Localization Quality Précis</ref> data category in XML</head> + <p>The following example shows how to us the <att>locQualityPrecisScorePointer</att>, <att>locQualityPrecisThresholdPointer</att> + and <att>locQualityPrecisProfileRefPointer</att> can be used to map the data category to an equivalent markup.</p> + <egXML xmlns="http://www.tei-c.org/ns/Examples" + target="examples/xml/EX-locQualityPrecis-global-2.xml" /> + </exemplum> + <exemplum xml:id="EX-locQualityPrecis-html5-global"> + <head>The <ref target="#lqprecis">Localization Quality Précis</ref> data category expressed globally in HTML</head> + <p>The following example shows how to us the <gi>locQualityPrecisRule</gi> element to specify the score, + threshold and profile for an HTML document.</p> + <egXML xmlns="http://www.tei-c.org/ns/Examples" + target="examples/html5/EX-locQualityPrecis-html5-global.html" /> + </exemplum> + <exemplum xml:id="EX-locQualityPrecisRule-html5-global"> + <head>External rule document associated with an HTML5 document</head> + <p>This document is used in <ptr target="#EX-locQualityPrecis-html5-global" type="exref"/>:</p> + <egXML xmlns="http://www.tei-c.org/ns/Examples" + target="examples/html5/EX-locQualityPrecisRule-html5-global.xml" /> + </exemplum> + + <p xml:id="lqprecis-local">LOCAL: The following local markup is available for the <ref target="#lqprecis">Localization + Quality Précis</ref> data category:</p> + <list type="unordered"> + <item><p>A <att>locQualityPrecisScore</att> attribute. Its value is an integer between 0 and 100 with higher + values indicating a better score.</p></item> + <item><p>An optional <att>locQualityPrecisThreshold</att> attribute. Its value is an integer between 0 and 100 which + indicates the lowest score value that constitutes a passing score in the profile used.</p></item> + <item><p>An optional <att>locQualityPrecisProfileRef</att> attribute. Its value is a URI pointing to the reference + document describing the quality assessment model used for the scoring.</p></item> + </list> + <exemplum xml:id="EX-locQualityPrecis-local-1"> + <head>The <ref target="#lqprecis">Localization Quality Précis</ref> data category expressed locally in XML</head> + <p>The <att>locQualityPrecisScore</att>, <att>locQualityPrecisThreshold</att> and <att>locQualityPrecisProfileRef</att> + are used to score the quality of the document.</p> + <egXML xmlns="http://www.tei-c.org/ns/Examples" + target="examples/xml/EX-locQualityPrecis-local-1.xml" /> + </exemplum> + <exemplum xml:id="EX-locQualityPrecis-html5-local"> + <head>The <ref target="#lqprecis">Localization Quality Précis</ref> data category expressed locally in HTML</head> + <p>The <att>loc-quality-precis-score</att>, <att>loc-quality-precis-threshold</att> and <att>loc-quality-precis-profile-ref</att> + are used to score the quality of the document.</p> + <egXML xmlns="http://www.tei-c.org/ns/Examples" + target="examples/html5/EX-locQualityPrecis-html5-local.html" /> + </exemplum> + </div> + <div xml:id="lqprecis-markup"> + <head>Markup Declarations for Localization Quality Issue</head> + <specGrp xml:id="spec-its-locqualityprecis"> + <elementSpec ident="locQualityPrecisRule" ns="http://www.w3.org/2005/11/its"> + <desc>Rule about the <ref target="#lqprecis">Localization Quality Précis</ref> data category.</desc> + <classes> + <memberOf key="att.selector" /> + </classes> + <content> + <rng:empty /> + </content> + <attList> + <attDef ident="locQualityPrecisScore" usage="opt"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisScorePointer" usage="opt"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisThreshold" usage="opt"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisThresholdPointer" usage="opt"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisProfileRef" usage="opt"> + <desc>TODO</desc> + <datatype> + <rng:data type="anyURI" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisProfileRefPointer" usage="opt"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + </attList> + </elementSpec> + <classSpec ident="att.locqualityprecis" type="atts"> + <attList> + <attDef ident="locQualityPrecisScore" usage="opt" + ns="http://www.w3.org/2005/11/its"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisThreshold" usage="opt" + ns="http://www.w3.org/2005/11/its"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="locQualityPrecisProfileRef" usage="opt" + ns="http://www.w3.org/2005/11/its"> + <desc>TODO</desc> + <datatype> + <rng:data type="anyURI" /> + </datatype> + </attDef> + </attList> + </classSpec> + <classSpec ident="att.locqualityprecis.html5" type="atts"> + <attList> + <attDef ident="its-loc-quality-precis-score" usage="opt" + ns="http://www.w3.org/1999/xhtml"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="its-loc-quality-precis-threshold" usage="opt" + ns="http://www.w3.org/1999/xhtml"> + <desc>TODO</desc> + <datatype> + <rng:data type="string" /> + </datatype> + </attDef> + <attDef ident="its-loc-quality-precis-profile-ref" usage="opt" + ns="http://www.w3.org/1999/xhtml"> + <desc>TODO</desc> + <datatype> + <rng:data type="anyURI" /> + </datatype> + </attDef> + </attList> + </classSpec> + </specGrp> + + </div> </div> @@ -5624,6 +5829,7 @@ <item>Original Ruby markup model changed to HTML5 Ruby model.</item> <item>Added <ptr target="#preservespace" type="specref" />.</item> <item>Added <ptr target="#lqissue" type="specref" />.</item> + <item>Added <ptr target="#lqprecis" type="specref" />.</item> </list> <p xml:id="changelog-since-20120626">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-20120626/">ITS 2.0 Working Draft Index: its20.html =================================================================== RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html,v retrieving revision 1.129 retrieving revision 1.130 diff -u -d -r1.129 -r1.130 --- its20.html 23 Aug 2012 12:23:41 -0000 1.129 +++ its20.html 23 Aug 2012 23:05:25 -0000 1.130 @@ -121,7 +121,10 @@ <div class="toc3">6.18.2 <a href="#lqissue-implementation" shape="rect">Implementation</a></div> <div class="toc3">6.18.3 <a href="#lqissue-markup" shape="rect">Markup Declarations for Localization Quality Issue</a></div> </div> -<div class="toc2">6.19 <a href="#lqprecis" shape="rect">Localization Quality Précis</a></div> +<div class="toc2">6.19 <a href="#lqprecis" shape="rect">Localization Quality Précis</a><div class="toc3">6.19.1 <a href="#lqprecis-definition" shape="rect">Definition</a></div> +<div class="toc3">6.19.2 <a href="#lqprecis-implementation" shape="rect">Implementation</a></div> +<div class="toc3">6.19.3 <a href="#lqprecis-markup" shape="rect">Markup Declarations for Localization Quality Issue</a></div> +</div> </div> </div> <h3><a name="appendices" id="appendices" shape="rect"/>Appendices</h3><div class="toc1">A <a href="#normative-references" shape="rect">References</a></div> @@ -2305,7 +2308,7 @@ <a href="#att.selector.attributes" shape="rect">att.selector.attributes</a>, attribute space { "default" | "preserve" }</code></td></tr></tbody></table></dd></dl></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="lqissue" id="lqissue" shape="rect"/>6.18 Localization Quality Issue</h3><span class="editor-note">[Ed. note: This data category is not completely stable yet.]</span><div class="div3"> -<h4><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="lqissue-definition" id="lqissue-definition" shape="rect"/>6.18.1 Definition</h4><p>The <a href="#idvalue" shape="rect">Localization Quality Issue</a> data category is used to express information +<h4><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="lqissue-definition" id="lqissue-definition" shape="rect"/>6.18.1 Definition</h4><p>The <a href="#lqissue" shape="rect">Localization Quality Issue</a> data category is used to express information related to localization quality assessment tasks. Such tasks can be conducted on the translation of some source text into a target language or on the source text itself where its quality may impact on the localization process.</p><p>This data category can be used in a number of ways, including the following example scenarios:</p><ul><li><p>An automatic quality checking tool flags a number of potential quality issues in an XML or HTML @@ -2318,7 +2321,7 @@ markup to ensure that changes were made.</p></li></ul><p>The data category defines four pieces of information:</p><a name="lqissueDefs" id="lqissueDefs" shape="rect"/><table border="1"><thead><tr><td rowspan="1" colspan="1">Information</td><td rowspan="1" colspan="1">Description</td><td rowspan="1" colspan="1">Value</td><td rowspan="1" colspan="1">Notes</td></tr></thead><tbody><tr><td rowspan="1" colspan="1">Type</td><td rowspan="1" colspan="1">A set of broad types of issues into which tool-specific issues can be categorized.</td><td rowspan="1" colspan="1">One of the values defined in <a href="#lqissue-typevalues" shape="rect">list of type values</a>.</td><td rowspan="1" colspan="1">ITS 2.0-compliant tools that use these categories <a href="#rfc-keywords" shape="rect">MUST</a> map their internal values to these types. If the type of the issue is set to <code>uncategorized</code>, a comment <a href="#rfc-keywords" shape="rect">MUST</a> - be specified as well.</td></tr><tr><td rowspan="1" colspan="1">Comment</td><td rowspan="1" colspan="1">A human-readable description of the quality issue.</td><td rowspan="1" colspan="1">Text</td><td rowspan="1" colspan="1"/></tr><tr><td rowspan="1" colspan="1">Severity</td><td rowspan="1" colspan="1">An decimal value representing the severity of the issue, as defined by the model generating the metadata.</td><td rowspan="1" colspan="1">A decimal between 0.0 to 100.0 (included), with higher values indicating greater severity.</td><td rowspan="1" colspan="1">It is up to tools to map the values of this to their own system to this scale. If needed, the + be specified as well.</td></tr><tr><td rowspan="1" colspan="1">Comment</td><td rowspan="1" colspan="1">A human-readable description of the quality issue.</td><td rowspan="1" colspan="1">Text</td><td rowspan="1" colspan="1"/></tr><tr><td rowspan="1" colspan="1">Severity</td><td rowspan="1" colspan="1">A decimal value representing the severity of the issue, as defined by the model generating the metadata.</td><td rowspan="1" colspan="1">A decimal value between 0.0 and 100.0 (inclusive), with higher values indicating greater severity.</td><td rowspan="1" colspan="1">It is up to tools to map the values of this to their own system to this scale. If needed, the original value can be passed along using a custom namespace for XML, or a <code>data-</code> attribute for HTML.</td></tr><tr><td rowspan="1" colspan="1">Profile Reference</td><td rowspan="1" colspan="1">A reference to a document describing the quality assessment model used for the issue.</td><td rowspan="1" colspan="1">A URI pointing to the reference document.</td><td rowspan="1" colspan="1">The use of resolvable URI is strongly recommended as it provides a way for human evaluators to learn more about the quality issues in use.</td></tr></tbody></table></div><div class="div3"> <h4><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="lqissue-implementation" id="lqissue-implementation" shape="rect"/>6.18.2 Implementation</h4><p>The <a href="#lqissue" shape="rect">Localization Quality Issue</a> data category can be expressed with global rules, @@ -2685,7 +2688,148 @@ attribute its--loc-quality-issue-comment { string }?</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityissue.html5.attribute.its-loc-quality-issue-severity" id="att.locqualityissue.html5.attribute.its-loc-quality-issue-severity" shape="rect"/>[157] </td><td rowspan="1" colspan="1"><code>att.locqualityissue.html5.attribute.its-loc-quality-issue-severity</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> attribute its-loc-quality-issue-severity { string }?</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityissue.html5.attribute.its-loc-quality-issue-profile-ref" id="att.locqualityissue.html5.attribute.its-loc-quality-issue-profile-ref" shape="rect"/>[158] </td><td rowspan="1" colspan="1"><code>att.locqualityissue.html5.attribute.its-loc-quality-issue-profile-ref</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> attribute its-loc-quality-issue-profile-ref { xsd:anyURI }?</code></td></tr></tbody></table></dd></dl></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="lqprecis" id="lqprecis" shape="rect"/>6.19 Localization Quality Précis</h3><p>The Localization Quality Précis data category will be defined in an updated version of this document.</p></div></div></div><div class="back"><div class="div1"> +<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="lqprecis" id="lqprecis" shape="rect"/>6.19 Localization Quality Précis</h3><span class="editor-note">[Ed. note: This data category is not completely stable yet.]</span><div class="div3"> +<h4><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="lqprecis-definition" id="lqprecis-definition" shape="rect"/>6.19.1 Definition</h4><p>The <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category is used to express an overall + measurement of the localization quality of a document.</p><p>This data category allows to specify a quality score for a given document, as well as to indicate what + constitutes a passing score. It also allows to point to a profile where the quality assessment model + used for the scoring is described.</p></div><div class="div3"> +<h4><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="lqprecis-implementation" id="lqprecis-implementation" shape="rect"/>6.19.2 Implementation</h4><p>The <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category can be expressed with global rules, or locally + on individual elements. The information applies to the textual content of the element, <em>including</em> child elements, + but <em>excluding</em> attributes.</p><p id="lqprecis-global">GLOBAL: The <a class="itsmarkup" href="#locQualityPrecisRule" shape="rect">locQualityPrecisRule</a> element contains the following:</p><ul><li><p>A required <a class="itsmarkup" href="#att.selector.attribute.selector" shape="rect">selector</a> 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>Exactly one of the following:</p><ul><li><p>A <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisScore" shape="rect">locQualityPrecisScore</a> attribute. Its value is an integer between 0 and 100 with + higher values indicating a better score.</p></li><li><p>A <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisScorePointer</a> attribute that contains a <a href="#selectors" shape="rect">relative selector</a> + pointing to a node with the exact same semantics as <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisScore" shape="rect">locQualityPrecisScore</a>.</p></li></ul></li><li><p>None or exactly one of the following:</p><ul><li><p>A <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisThreshold" shape="rect">locQualityPrecisThreshold</a> attribute. Its value is an integer between 0 and 100 which indicates + the lowest score value that constitutes a passing score in the profile used.</p></li><li><p>A <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisThresholdPointer</a> attribute that contains a <a href="#selectors" shape="rect">relative selector</a> + pointing to a node with the exact same semantics as <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisThreshold" shape="rect">locQualityPrecisThreshold</a>.</p></li></ul></li><li><p>None or exactly one of the following:</p><ul><li><p>A <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisProfileRef" shape="rect">locQualityPrecisProfileRef</a> attribute. Its value is a URI pointing to the reference document + describing the quality assessment model used for the scoring.</p></li><li><p>A <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisProfileRefPointer</a> attribute that contains a + <a href="#selectors" shape="rect">relative selector</a> pointing to a node with the exact same + semantics as <code>locQualityProfileProfileRef</code>.</p></li></ul></li></ul><div class="note"><p class="prefix"><b>Note:</b></p><p>The attributes <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisScorePointer</a>, <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisThresholdPointer</a>, + and <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisProfileRefPointer</a> do not apply + to HTML as local markup is provided for direct annotation in HTML.</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityPrecis-global-1" id="EX-locQualityPrecis-global-1" shape="rect"/>Example 76: The <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category expressed globally in XML</div><p>The following example shows how to us the <a class="itsmarkup" href="#locQualityPrecisRule" shape="rect">locQualityPrecisRule</a> element to specify the score, + threshold and profile for a document.</p><div class="exampleInner"><pre xml:space="preserve"> +<doc + xmlns:its="http://www.w3.org/2005/11/its" > + <header> + <its:rules version="2.0"> + <its:locQualityScoreRule + selector="/doc" + locQualityPrecisScore="100" + locQualityPrecisThreshold="95" + locQualityPrecisProfileRef="http://example.org/qaModel/v13"/> + </its:rules> + </header> + <para>This is an example</para> +</doc></pre></div><p>[Source file: <a href="examples/xml/EX-locQualityPrecis-global-1.xml" shape="rect">examples/xml/EX-locQualityPrecis-global-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityPrecis-global-2" id="EX-locQualityPrecis-global-2" shape="rect"/>Example 77: Using pointers to map the <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category in XML</div><p>The following example shows how to us the <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisScorePointer</a>, <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisThresholdPointer</a> + and <a class="itsmarkup" href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisProfileRefPointer</a> can be used to map the data category to an equivalent markup.</p><div class="exampleInner"><pre xml:space="preserve"> +<doc + xmlns:its="http://www.w3.org/2005/11/its" > + <header qaScore="100" qaPassingScore="95" qaProfile="http://example.org/qaModel/v13"> + <title>Example</title> + <its:rules version="2.0"> + <its:locQualityScoreRule + selector="/doc" + locQualityPrecisScorePointer="header/@qaScore" + locQualityPrecisThresholdPointer="header/@qaPassingScore" + locQualityPrecisProfileRefPointer="header/@qaProfile"/> + </its:rules> + </header> + <para>This is an example</para> +</doc></pre></div><p>[Source file: <a href="examples/xml/EX-locQualityPrecis-global-2.xml" shape="rect">examples/xml/EX-locQualityPrecis-global-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityPrecis-html5-global" id="EX-locQualityPrecis-html5-global" shape="rect"/>Example 78: The <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category expressed globally in HTML</div><p>The following example shows how to us the <a class="itsmarkup" href="#locQualityPrecisRule" shape="rect">locQualityPrecisRule</a> element to specify the score, + threshold and profile for an HTML document.</p><div class="exampleInner"><pre xml:space="preserve"> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <title>Example</title> + <link href="EX-locQualityPrecisRule-html5-global.xml" rel="its-rules"/> + </head> + <body> + <p>This is an example.</p> + </body> +</html></pre></div><p>[Source file: <a href="examples/html5/EX-locQualityPrecis-html5-global.html" shape="rect">examples/html5/EX-locQualityPrecis-html5-global.html</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityPrecisRule-html5-global" id="EX-locQualityPrecisRule-html5-global" shape="rect"/>Example 79: External rule document associated with an HTML5 document</div><p>This document is used in <a href="#EX-locQualityPrecis-html5-global" shape="rect">Example 78</a>:</p><div class="exampleInner"><pre xml:space="preserve"> +<its:rules + xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> + <its:locQualityScoreRule + selector="/html" + locQualityScore="100" + locQualityScoreThreshold="95" + locQualityScoreProfileRef="http://example.org/qaModel/v13"/> +</its:rules></pre></div><p>[Source file: <a href="examples/html5/EX-locQualityPrecisRule-html5-global.xml" shape="rect">examples/html5/EX-locQualityPrecisRule-html5-global.xml</a>]</p></div><p id="lqprecis-local">LOCAL: The following local markup is available for the <a href="#lqprecis" shape="rect">Localization + Quality Précis</a> data category:</p><ul><li><p>A <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisScore" shape="rect">locQualityPrecisScore</a> attribute. Its value is an integer between 0 and 100 with higher + values indicating a better score.</p></li><li><p>An optional <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisThreshold" shape="rect">locQualityPrecisThreshold</a> attribute. Its value is an integer between 0 and 100 which + indicates the lowest score value that constitutes a passing score in the profile used.</p></li><li><p>An optional <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisProfileRef" shape="rect">locQualityPrecisProfileRef</a> attribute. Its value is a URI pointing to the reference + document describing the quality assessment model used for the scoring.</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityPrecis-local-1" id="EX-locQualityPrecis-local-1" shape="rect"/>Example 80: The <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category expressed locally in XML</div><p>The <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisScore" shape="rect">locQualityPrecisScore</a>, <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisThreshold" shape="rect">locQualityPrecisThreshold</a> and <a class="itsmarkup" href="#att.locqualityprecis.attribute.locQualityPrecisProfileRef" shape="rect">locQualityPrecisProfileRef</a> + are used to score the quality of the document.</p><div class="exampleInner"><pre xml:space="preserve"> +<doc + xmlns:its="http://www.w3.org/2005/11/its" + its:version="2.0" + its:locQualityPrecisScore="100" + its:locQualityPrecisThreshold="95" + its:locQualityPrecisProfileRef="http://example.org/qaModel/v13"> + <para>They continued to discuss the documents and Paul’s predicament for some time. + At the end, Paul pocketed the whistle back and Renia escorted her visitors outside, + leaving the big room empty.</para> + <para>For a few moments the foliage of trees played with the sunlight through the + many glasses of the high ceiling, dancing silently on the red titles of floor and + the polish wood of the bookshelves. Then something moved at the back of the room, + behind the one of the last tall bookshelves, in the darkest corner of the room. + Someone walked carefully out of the shadows and came at the main table. + He paged quickly through the documents and their translations, a smug smile on his + thin lisps. After a while he put back the papers as he had found them, slipped + into the corridor and left by one of the back doors.</para> +</doc></pre></div><p>[Source file: <a href="examples/xml/EX-locQualityPrecis-local-1.xml" shape="rect">examples/xml/EX-locQualityPrecis-local-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityPrecis-html5-local" id="EX-locQualityPrecis-html5-local" shape="rect"/>Example 81: The <a href="#lqprecis" shape="rect">Localization Quality Précis</a> data category expressed locally in HTML</div><p>The <code>loc-quality-precis-score</code>, <code>loc-quality-precis-threshold</code> and <code>loc-quality-precis-profile-ref</code> + are used to score the quality of the document.</p><div class="exampleInner"><pre xml:space="preserve"> +<html + lang="en" + its-loc-quality-precis-score="100" + its-loc-quality-precis-threshold="95" + its-loc-quality-precis-profile-ref="http://example.org/qaModel/v13"> + <head> + <title>Chapter 5 - The Watchtower</title> + </head> + <body> + <h1>The Watchtower</h1> + <p>Far to the east, beyond the Great Forest, and the rolling grasslands + beyond the White Hills, the wind blew down from an immense wall of + high mountains: the Fangs.</p> + <p>At the flank of one of the slopes, perched on a tall rocky knoll above + a narrow winding road, a tower stood against the clear bleu of the sky.</p> + <p>Three men surveyed the passage in silence. On each side of the fort, the + huge mass of the Fangs casted long shadows. The cragged peaks glittered + of permanent snow and everlasting ice. Behind the watchtower, far to the + west, grassy hills dotted with small thickets of dark trees rolled under + the warm afternoon sky.</p> + </body> +</html></pre></div><p>[Source file: <a href="examples/html5/EX-locQualityPrecis-html5-local.html" shape="rect">examples/html5/EX-locQualityPrecis-html5-local.html</a>]</p></div></div><div class="div3"> +<h4><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="lqprecis-markup" id="lqprecis-markup" shape="rect"/>6.19.3 Markup Declarations for Localization Quality Issue</h4><dl><dt class="label">locQualityPrecisRule</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="locQualityPrecisRule" id="locQualityPrecisRule" shape="rect"/>[159] </td><td rowspan="1" colspan="1"><code>locQualityPrecisRule</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + element its:locQualityPrecisRule + { + locQualityPrecisRule.content, + <a href="#locQualityPrecisRule.attributes" shape="rect">locQualityPrecisRule.attributes</a> + }</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="locQualityPrecisRule.content" id="locQualityPrecisRule.content" shape="rect"/>[160] </td><td rowspan="1" colspan="1"><code>locQualityPrecisRule.content</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> empty</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="locQualityPrecisRule.attributes" id="locQualityPrecisRule.attributes" shape="rect"/>[161] </td><td rowspan="1" colspan="1"><code>locQualityPrecisRule.attributes</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + + <a href="#att.selector.attributes" shape="rect">att.selector.attributes</a>, + attribute locQualityPrecisScore { string }?, + attribute locQualityPrecisScorePointer { string }?, + attribute locQualityPrecisThreshold { string }?, + attribute locQualityPrecisThresholdPointer { string }?, + attribute locQualityPrecisProfileRef { xsd:anyURI }?, + attribute locQualityPrecisProfileRefPointer { string }?</code></td></tr></tbody></table></dd><dt class="label"><a name="att.locqualityprecis" id="att.locqualityprecis" shape="rect"/>att.locqualityprecis</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.attributes" id="att.locqualityprecis.attributes" shape="rect"/>[162] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.attributes</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + + <a href="#att.locqualityprecis.attribute.locQualityPrecisScore" shape="rect">att.locqualityprecis.attribute.locQualityPrecisScore</a>, + <a href="#att.locqualityprecis.attribute.locQualityPrecisThreshold" shape="rect">att.locqualityprecis.attribute.locQualityPrecisThreshold</a>, + <a href="#att.locqualityprecis.attribute.locQualityPrecisProfileRef" shape="rect">att.locqualityprecis.attribute.locQualityPrecisProfileRef</a> + </code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.attribute.locQualityPrecisScore" id="att.locqualityprecis.attribute.locQualityPrecisScore" shape="rect"/>[163] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.attribute.locQualityPrecisScore</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + attribute its:locQualityPrecisScore { string }?</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.attribute.locQualityPrecisThreshold" id="att.locqualityprecis.attribute.locQualityPrecisThreshold" shape="rect"/>[164] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.attribute.locQualityPrecisThreshold</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + attribute its:locQualityPrecisThreshold { string }?</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.attribute.locQualityPrecisProfileRef" id="att.locqualityprecis.attribute.locQualityPrecisProfileRef" shape="rect"/>[165] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.attribute.locQualityPrecisProfileRef</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + attribute its:locQualityPrecisProfileRef { xsd:anyURI }?</code></td></tr></tbody></table></dd><dt class="label"><a name="att.locqualityprecis.html5" id="att.locqualityprecis.html5" shape="rect"/>att.locqualityprecis.html5</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.html5.attributes" id="att.locqualityprecis.html5.attributes" shape="rect"/>[166] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.html5.attributes</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + + <a href="#att.locqualityprecis.html5.attribute.its-loc-quality-precis-score" shape="rect">att.locqualityprecis.html5.attribute.its-loc-quality-precis-score</a>, + <a href="#att.locqualityprecis.html5.attribute.its-loc-quality-precis-threshold" shape="rect">att.locqualityprecis.html5.attribute.its-loc-quality-precis-threshold</a>, + <a href="#att.locqualityprecis.html5.attribute.its-loc-quality-precis-profile-ref" shape="rect">att.locqualityprecis.html5.attribute.its-loc-quality-precis-profile-ref</a> + </code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.html5.attribute.its-loc-quality-precis-score" id="att.locqualityprecis.html5.attribute.its-loc-quality-precis-score" shape="rect"/>[167] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.html5.attribute.its-loc-quality-precis-score</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + attribute its-loc-quality-precis-score { string }?</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.html5.attribute.its-loc-quality-precis-threshold" id="att.locqualityprecis.html5.attribute.its-loc-quality-precis-threshold" shape="rect"/>[168] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.html5.attribute.its-loc-quality-precis-threshold</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + attribute its-loc-quality-precis-threshold { string }?</code></td></tr></tbody><tbody><tr valign="baseline"><td rowspan="1" colspan="1"><a name="att.locqualityprecis.html5.attribute.its-loc-quality-precis-profile-ref" id="att.locqualityprecis.html5.attribute.its-loc-quality-precis-profile-ref" shape="rect"/>[169] </td><td rowspan="1" colspan="1"><code>att.locqualityprecis.html5.attribute.its-loc-quality-precis-profile-ref</code></td><td rowspan="1" colspan="1"> ::= </td><td rowspan="1" colspan="1"><code> + attribute its-loc-quality-precis-profile-ref { xsd:anyURI }?</code></td></tr></tbody></table></dd></dl></div></div></div></div><div class="back"><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="normative-references" id="normative-references" shape="rect"/>A References</h2><dl><dt class="label"><a name="bcp47" id="bcp47" shape="rect"/>BCP47</dt><dd>Addison Phillips, Mark Davis. <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt" shape="rect"><cite>Tags for Identifying 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="qa-framework" id="qa-framework" shape="rect"/>QAFRAMEWORK</dt><dd>Karl Dubost, Lynne Rosental, Dominique Hazaël-Massieux, Lofton Henderson. <a href="http://www.w3.org/TR/2005/REC-qaframe-spec-20050817/" shape="rect"><cite>QA Framework: @@ -3088,7 +3232,7 @@ <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="its-schematron-constraints" id="its-schematron-constraints" shape="rect"/>F Checking ITS Markup Constraints With Schematron (Non-Normative)</h2><p> <em>This section is informative.</em> </p><p>Several constraints of ITS markup cannot be validated with ITS schemas. The following <a title="Rule-based validation -- Schematron" href="#schematron" shape="rect">[Schematron]</a> document allows for validating some of these - constraints.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9212" id="d3e9212" shape="rect"/>Example 76: Testing constraints in ITS markup</div><div class="exampleInner"><pre xml:space="preserve"> + constraints.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9582" id="d3e9582" shape="rect"/>Example 82: Testing constraints in ITS markup</div><div class="exampleInner"><pre xml:space="preserve"> <sch:schema xmlns:sch="http://www.ascc.net/xml/schematron" > <!-- Schematron document to test constraints for global and local ITS markup. @@ -3155,7 +3299,7 @@ <em>This section is informative.</em> </p><p>The following <a title="Namespace-based Validation Dispatching Language (NVDL)" href="#nvdl" shape="rect">[NVDL]</a> document allows validation of ITS markup which has been added to a host vocabulary. Only ITS elements and attributes are checked. Elements and - attributes of host language are ignored during validation against this NVDL document/schema.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9234" id="d3e9234" shape="rect"/>Example 77: NVDL schema for ITS</div><div class="exampleInner"><pre xml:space="preserve"><rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"> <namespace + attributes of host language are ignored during validation against this NVDL document/schema.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9604" id="d3e9604" shape="rect"/>Example 83: NVDL schema for ITS</div><div class="exampleInner"><pre xml:space="preserve"><rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"> <namespace ns="http://www.w3.org/2005/11/its"> <validate schema="its-elements.rng"/> </namespace> <namespace ns="http://www.w3.org/2005/11/its" match="attributes"> <validate schema="its-attributes.rng"/> </namespace> <anyNamespace> @@ -3163,7 +3307,7 @@ <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"/>H Revision Log (Non-Normative)</h2><p id="changelog-since-20120731">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-20120731/" shape="rect">ITS 2.0 Working Draft 31 July 2012</a>.</p><ol class="depth1"><li><p>Added <a class="section-ref" href="#Disambiguation" shape="rect">Section 6.10: Disambiguation</a>.</p></li><li><p>Added <a class="section-ref" href="#preservespace" shape="rect">Section 6.17: Preserve Space</a>.</p></li><li><p>Added <a class="section-ref" href="#idvalue" shape="rect">Section 6.16: Id Value</a>.</p></li><li><p>Added support for different query language and reworked whole XPath and CSS Selectors - integration.</p></li><li><p>Added a note about HTML5 and the attributes <a class="itsmarkup" href="#att.local.no-ns.attribute.dir" shape="rect">dir</a> and <a class="itsmarkup" href="#att.local.no-ns.attribute.translate" shape="rect">translate</a> to <a class="section-ref" href="#selection-local" shape="rect">Section 5.2.3: Local Selection in an XML Document</a>.</p></li><li><p>Added definition of <a class="itsmarkup" href="#param" shape="rect">param</a> element to <a class="section-ref" href="#selection-global" shape="rect">Section 5.2.1: Global, Rule-based Selection</a>.</p></li><li><p>Added <a class="section-ref" href="#target-pointer" shape="rect">Section 6.15: Target Pointer</a>.</p></li><li><p>Original Ruby markup model changed to HTML5 Ruby model.</p></li><li><p>Added <a class="section-ref" href="#preservespace" shape="rect">Section 6.17: Preserve Space</a>.</p></li><li><p>Added <a class="section-ref" href="#lqissue" shape="rect">Section 6.18: Localization Quality Issue</a>.</p></li></ol>p id="changelog-since-20120626">The following log records major changes that have been made to this + integration.</p></li><li><p>Added a note about HTML5 and the attributes <a class="itsmarkup" href="#att.local.no-ns.attribute.dir" shape="rect">dir</a> and <a class="itsmarkup" href="#att.local.no-ns.attribute.translate" shape="rect">translate</a> to <a class="section-ref" href="#selection-local" shape="rect">Section 5.2.3: Local Selection in an XML Document</a>.</p></li><li><p>Added definition of <a class="itsmarkup" href="#param" shape="rect">param</a> element to <a class="section-ref" href="#selection-global" shape="rect">Section 5.2.1: Global, Rule-based Selection</a>.</p></li><li><p>Added <a class="section-ref" href="#target-pointer" shape="rect">Section 6.15: Target Pointer</a>.</p></li><li><p>Original Ruby markup model changed to HTML5 Ruby model.</p></li><li><p>Added <a class="section-ref" href="#preservespace" shape="rect">Section 6.17: Preserve Space</a>.</p></li><li><p>Added <a class="section-ref" href="#lqissue" shape="rect">Section 6.18: Localization Quality Issue</a>.</p></li><li><>Added <a class="section-ref" href="#lqprecis" shape="rect">Section 6.19: Localization Quality Précis</a>.</p></li></ol><p id="changelog-since-20120626">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-20120626/" shape="rect">ITS 2.0 Working Draft 26 June 2012</a>.</p><ol class="depth1"><li><p>Various editorial changes (non-normative references update, style & grammar fixes).</p></li><li><p>Made clarifications to <a class="section-ref" href="#out-of-scope" shape="rect">Section 1.5: Out of Scope</a>, <a class="section-ref" href="#design-decisions" shape="rect">Section 1.6: Important Design Principles</a>.</p></li><li><p>Added explanatory note on precedence and overriding in <a class="section-ref" href="#selection-precedence" shape="rect">Section 5.5: Precedence between Selections</a>.</p></li><li><p>Reordered some components in <a class="section-ref" href="#introduction" shape="rect">Section 1: Introduction</a>.</p></li><li><p>Restructured <a class="section-ref" href="#relation-to-its10-and-new-principles" shape="rect">Section 1.1: Relation to ITS 1.0 and New Principles</a>.</p></li><li><p>Added <a class="section-ref" href="#queryLanguage" shape="rect">Section 5.3.1: Choosing Query Language</a> as a stub.</p></li><li><p>Added <a class"section-ref" href="#LocaleFilter" shape="rect">Section 6.11: Locale Filter</a>.</p></li><li><p>Added <a class="section-ref" href="#domain" shape="rect">Section 6.9: Domain</a>.</p></li><li><p>Added <a class="section-ref" href="#usage-in-legacy-html" shape="rect">Section 1.4.1: Support for legacy HTML content</a>.</p></li><li><p>Added local markup in <a class="section-ref" href="#elements-within-text" shape="rect">Section 6.8: Elements Within Text</a>.</p></li><li><p>Added <a class="section-ref" href="#externalresource" shape="rect">Section 6.14: External Resource</a>.</p></li><li><p>Updated examples to use the <a class="itsmarkup" href="#att.version.attribute.version" shape="rect">version</a> attribute with the value <code>2.0</code>.</p></li></ol><p id="changelog-since-20070403">The following log records major changes that have been made to this
Received on Thursday, 23 August 2012 23:05:31 UTC