its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/TR-version
In directory hutz:/tmp/cvs-serv18691/TR-version

Modified Files:
	Overview.html 
Log Message:
pub prep

Index: Overview.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/TR-version/Overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.html	27 Aug 2012 15:28:49 -0000	1.33
+++ Overview.html	27 Aug 2012 16:23:45 -0000	1.34
@@ -6,7 +6,7 @@
 </style><link rel="stylesheet" href="local.css" type="text/css"/><link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css"/></head><body><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"/></a></p>
 <h1><a name="title" id="title"></a>Internationalization Tag Set (ITS) Version 2.0</h1>
 <h2><a name="w3c-doctype" id="w3c-doctype"></a>W3C Working Draft 30 August 2012</h2><dl><dt>This version:</dt><dd>
-         <a href="http://www.w3.org/TR/2012/WD-its20-20120731/"> http://www.w3.org/TR/2012/WD-its20-20120830/</a>
+         <a href="http://www.w3.org/TR/2012/WD-its20-20120830/"> http://www.w3.org/TR/2012/WD-its20-20120830/</a>
       </dd><dt>Latest version:</dt><dd>
          <a href="http://www.w3.org/TR/its20/">http://www.w3.org/TR/its20/</a>
       </dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2012/WD-its20-20120731/"> http://www.w3.org/TR/2012/WD-its20-20120731/</a></dd><dt>Editors:</dt><dd>Shaun McCane, Invited Expert</dd><dd>Dave Lewis, TCD</dd><dd>Arle Lommel, DFKI</dd><dd>Jirka Kosek, UEP</dd><dd>Felix Sasaki, DFKI / W3C Fellow</dd><dd>Yves Savourel, ENLASO</dd></dl><p>This document is also available in these non-normative formats: <a href="its20.odd">ODD/XML document</a>, <a href="itstagset20.zip">self-contained zipped archive</a>, <a href="diffs/diff-wd20120626-its10-20070403.html">XHTML Diff markup to ITS 1.0 Recommendation 3 April
@@ -968,8 +968,7 @@
 								evaluated against the complete document tree but only against subtrees rooted at nodes
 								selected by selector in the <a class="itsmarkup" href="#att.selector.attribute.selector">selector</a> attribute.</p></div></div><div class="div3">
 <h4><a href="#contents"><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="d3e2584" id="d3e2584"></a>5.3.4 Additional query languages</h4><p>ITS processors <a href="#rfc-keywords">MAY</a> support additional query languages. For
-							each additional query language processor <a href="#rfc-keywords">MUST</a> define:<ul><li><p>identifier of query language used in <a class="itsmarkup" href="#rules.attributes">queryLanguage</a>;</p></li><li><p>rules for evaluating absolute selector to collection of nodes;</p></li><li><p>rules for evaluating relative selector to collection of nodes.</p></li></ul>
-               </p><p>Future versions of this specification <a href="#rfc-keywords">MAY</a> define additional
+							each additional query language processor <a href="#rfc-keywords">MUST</a> define:</p><ul><li><p>identifier of query language used in <a class="itsmarkup" href="#rules.attributes">queryLanguage</a>;</p></li><li><p>rules for evaluating absolute selector to collection of nodes;</p></li><li><p>rules for evaluating relative selector to collection of nodes.</p></li></ul><p>Future versions of this specification <a href="#rfc-keywords">MAY</a> define additional
 							query languages. The following query language identifiers are reserved: <code>xpath</code>,
 								<code>css</code>, <code>xpath2</code>, <code>xpath3</code>, <code>xquery</code>,
 								<code>xquery3</code>, <code>xslt2</code>, <code>xslt3</code>.</p></div><div class="div3">
@@ -1021,7 +1020,7 @@
   &lt;its:termRule selector="//term" term="yes"/&gt;
   &lt;its:withinTextRule withinText="yes" selector="//term | //b"/&gt;
  &lt;/its:rules&gt;
-&lt;/myFormatInfo&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-link-external-rules-1.xml">examples/xml/EX-link-external-rules-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e2752" id="d3e2752"></a>Example 20: Document with a link to EX-link-external-rules-1.xml</div><div class="exampleInner"><pre>
+&lt;/myFormatInfo&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-link-external-rules-1.xml">examples/xml/EX-link-external-rules-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e2751" id="d3e2751"></a>Example 20: Document with a link to EX-link-external-rules-1.xml</div><div class="exampleInner"><pre>
 &lt;myDoc
   xmlns:its="http://www.w3.org/2005/11/its" 
   xmlns:xlink="http://www.w3.org/1999/xlink" &gt;
@@ -1036,7 +1035,7 @@
   &lt;p&gt;A &lt;term&gt;Palouse horse&lt;/term&gt; has a spotted coat.&lt;/p&gt;
  &lt;/body&gt;
 &lt;/myDoc&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-link-external-rules-2.xml">examples/xml/EX-link-external-rules-2.xml</a>]</p></div><p>The result of processing the two documents above is the same as processing the following
-						document.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e2764" id="d3e2764"></a>Example 21: Document with identical rules as in the case of included rules</div><div class="exampleInner"><pre>
+						document.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e2763" id="d3e2763"></a>Example 21: Document with identical rules as in the case of included rules</div><div class="exampleInner"><pre>
 &lt;myDoc
   xmlns:its="http://www.w3.org/2005/11/its" &gt;
  &lt;header&gt;
@@ -1064,7 +1063,7 @@
                   </p><div class="note"><p class="prefix"><b>Note:</b></p><p>If identical selections are defined in different rules elements within one
 									document, the selection defined by the last takes precedence.</p></div><div class="note"><p class="prefix"><b>Note:</b></p><p>ITS does not define precedence related to rules defined or linked based on non-ITS
 									mechanisms (such as processing instructions for linking rules).</p></div></li><li><p>Selections via defaults for data categories, see <a class="section-ref" href="#datacategories-defaults-etc">Section 6.1: Position, Defaults, Inheritance and Overriding of Data Categories</a></p></li></ol><p>In case of conflicts between global selections via multiple <a href="#selection-global">rules</a> elements, the last rule has higher precedence.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>The precedence order fulfills the same purpose as the built-in template rules of <a title="XSL Transformations (XSLT) Version&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1.0" href="#xslt10">[XSLT 1.0]</a>. Override semantics are always complete, that is all
-							information that is specified in one rule element is overridden by the next one.</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e2856" id="d3e2856"></a>Example 22: Conflicts between selections of ITS information which are resolved using the precedence
+							information that is specified in one rule element is overridden by the next one.</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e2855" id="d3e2855"></a>Example 22: Conflicts between selections of ITS information which are resolved using the precedence
 							order</div><p>The two elements <code>title</code> and <code>author</code> of this document should be treated as
 							separate content when inside a <code>prolog</code> element, but as part of the content of their
 							parent element otherwise. In order to make this distinction two <a class="itsmarkup" href="#withinTextRule">withinTextRule</a>
@@ -1197,7 +1196,7 @@
                         <a href="#lqissue">Localization Quality Issue</a>
                      </td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>None</td><td>Textual content of element, <em>including</em> child elements, but excluding attributes</td><td>Yes</td></tr><tr><td>
                         <a href="#lqprecis">Localization Quality Précis</a>
-                     </td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>None</td><td>Textual content of element, <em>including</em> child elements, but excluding attributes</td><td>Yes</td></tr></tbody></table><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3416" id="d3e3416"></a>Example 24: 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
+                     </td><td>Yes</td><td>Yes</td><td>Yes</td><td>Yes</td><td>None</td><td>Textual content of element, <em>including</em> child elements, but excluding attributes</td><td>Yes</td></tr></tbody></table><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3415" id="d3e3415"></a>Example 24: 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">Translate</a> data category in elements is
 								"yes". The content of <code>revision</code> and <a class="itsmarkup" href="#locNote">locNote</a> is not
 							translatable because the default is overridden by the local <code>its:translate="no"</code>
@@ -1365,7 +1364,7 @@
  &lt;body&gt;
   &lt;msg id="NotFound"&gt;Cannot find {0} on {1}.&lt;/msg&gt;
  &lt;/body&gt;
-&lt;/myRes&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-locNoteRef-attribute-1.xml">examples/xml/EX-locNoteRef-attribute-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3901" id="d3e3901"></a>Example 31: The <a class="itsmarkup" href="#locNoteRule.attributes">locNoteRefPointer</a> attribute</div><p>The <a class="itsmarkup" href="#locNoteRule.attributes">locNoteRefPointer</a> attribute contains a <a href="#selectors">relative
+&lt;/myRes&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-locNoteRef-attribute-1.xml">examples/xml/EX-locNoteRef-attribute-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3900" id="d3e3900"></a>Example 31: The <a class="itsmarkup" href="#locNoteRule.attributes">locNoteRefPointer</a> attribute</div><p>The <a class="itsmarkup" href="#locNoteRule.attributes">locNoteRefPointer</a> attribute contains a <a href="#selectors">relative
 									selector</a> pointing to a node that holds the URI referring to the location of
 								the note.</p><div class="exampleInner"><pre>
 &lt;dataFile
@@ -1387,7 +1386,7 @@
 										itself.</p></li><li><p>A <a class="itsmarkup" href="#att.local.no-ns.attribute.locNoteRef">locNoteRef</a> attribute that contains a URI referring
 										to the location of the localization note.</p></li></ul></li><li><p>An optional <a class="itsmarkup" href="#att.local.no-ns.attribute.locNoteType">locNoteType</a> attribute with the value
 									"description" or "alert". If the <a class="itsmarkup" href="#att.local.no-ns.attribute.locNoteType">locNoteType</a> attribute is not present, the type of localization note will be
-								assumed to be "description". </p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3963" id="d3e3963"></a>Example 32: The <a href="#locNote-datacat">Localization Note</a> data category expressed
+								assumed to be "description". </p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3962" id="d3e3962"></a>Example 32: The <a href="#locNote-datacat">Localization Note</a> data category expressed
 								locally</div><div class="exampleInner"><pre>
 &lt;msgList
   xmlns:its="http://www.w3.org/2005/11/its"  xml:space="preserve"
@@ -1401,7 +1400,7 @@
    its:locNote="%1\$s is the original text's date in the format YYYY-MM-DD HH:MM always in GMT"&gt;
   &lt;value&gt;Translated from English content dated &lt;span id="version-info"&gt;%1\$s&lt;/span&gt; GMT.&lt;/value&gt;
  &lt;/data&gt;
-&lt;/msgList&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-locNote-selector-2.xml">examples/xml/EX-locNote-selector-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3976" id="d3e3976"></a>Example 33: The <a href="#locNote-datacat">Localization Note</a> data category expressed
+&lt;/msgList&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-locNote-selector-2.xml">examples/xml/EX-locNote-selector-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e3975" id="d3e3975"></a>Example 33: The <a href="#locNote-datacat">Localization Note</a> data category expressed
 								locally in HTML5</div><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
 &lt;html lang="en"&gt;
  &lt;head&gt;
@@ -1451,7 +1450,7 @@
 									"no".</p></li><li><p>Exactly one of the following:</p><ul><li><p>A <a class="itsmarkup" href="#termRule.attributes">termInfoPointer</a> attribute that contains a <a href="#selectors">relative selector</a> pointing to a node that holds
 										the terminology information.</p></li><li><p>A <a class="itsmarkup" href="#att.local.no-ns.attribute.termInfoRef">termInfoRef</a> attribute that contains a URI referring to the
 										resource providing information about the term.</p></li><li><p>A <a class="itsmarkup" href="#termRule.attributes">termInfoRefPointer</a> attribute that contains a <a href="#selectors">relative selector</a> pointing to a node that holds
-										the URI referring to the location of the terminology information.</p></li></ul></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4215" id="d3e4215"></a>Example 34: Usage of the <a class="itsmarkup" href="#termRule.attributes">termInfoPointer</a> attribute</div><div class="exampleInner"><pre>
+										the URI referring to the location of the terminology information.</p></li></ul></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4214" id="d3e4214"></a>Example 34: Usage of the <a class="itsmarkup" href="#termRule.attributes">termInfoPointer</a> attribute</div><div class="exampleInner"><pre>
 &lt;text
   xmlns:its="http://www.w3.org/2005/11/its" &gt;
  &lt;its:rules version="2.0"&gt;
@@ -1462,7 +1461,7 @@
   structure, between the implied author or some other addresser,
   and the fiction.&lt;/gloss&gt;
  &lt;/p&gt;
-&lt;/text&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-terms-selector-1.xml">examples/xml/EX-terms-selector-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4228" id="d3e4228"></a>Example 35: Usage of the <a class="itsmarkup" href="#att.local.no-ns.attribute.termInfoRef">termInfoRef</a> attribute</div><div class="exampleInner"><pre>
+&lt;/text&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-terms-selector-1.xml">examples/xml/EX-terms-selector-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4227" id="d3e4227"></a>Example 35: Usage of the <a class="itsmarkup" href="#att.local.no-ns.attribute.termInfoRef">termInfoRef</a> attribute</div><div class="exampleInner"><pre>
 &lt;text
   xmlns:its="http://www.w3.org/2005/11/its" &gt;
  &lt;its:rules version="2.0"&gt;
@@ -1473,7 +1472,7 @@
   structure, between the implied author or some other addresser,
   and the fiction.&lt;/gloss&gt;
  &lt;/p&gt;
-&lt;/text&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-terms-selector-2.xml">examples/xml/EX-terms-selector-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4241" id="d3e4241"></a>Example 36: Usage of the <a class="itsmarkup" href="#termRule.attributes">termInfoRefPointer</a> attribute</div><div class="exampleInner"><pre>
+&lt;/text&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-terms-selector-2.xml">examples/xml/EX-terms-selector-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4240" id="d3e4240"></a>Example 36: Usage of the <a class="itsmarkup" href="#termRule.attributes">termInfoRefPointer</a> attribute</div><div class="exampleInner"><pre>
 &lt;text
   xmlns:its="http://www.w3.org/2005/11/its" &gt;
  &lt;its:rules version="2.0"&gt;
@@ -1562,7 +1561,7 @@
   xmlns:its="http://www.w3.org/2005/11/its"  version="2.0"&gt;
  &lt;its:dirRule dir="rtl" selector="//*[@direction='rtlText']"/&gt;
 &lt;/its:rules&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-dir-selector-2.xml">examples/xml/EX-dir-selector-2.xml</a>]</p></div><p id="directionality-local">LOCAL: The following local markup is available for the <a href="#directionality">Directionality</a> data category:</p><ul><li><p>A <a class="itsmarkup" href="#att.local.no-ns.attribute.dir">dir</a> attribute with the value "ltr", "rtl",
-									"lro" or "rlo".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4586" id="d3e4586"></a>Example 41: The <a href="#directionality">Directionality</a> data category expressed
+									"lro" or "rlo".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4585" id="d3e4585"></a>Example 41: The <a href="#directionality">Directionality</a> data category expressed
 								locally</div><p>On the first <code>quote</code> element, the <code>its:dir="rtl"</code> attribute indicates a
 								right-to-left content.</p><div class="exampleInner"><pre>
 &lt;text
@@ -1573,7 +1572,7 @@
      its:dir="rtl"&gt;<span dir="rtl">نشاط التدويل، W3C</span>&lt;/quote&gt;
      means &lt;quote&gt;Internationalization Activity, W3C&lt;/quote&gt;.&lt;/par&gt;
  &lt;/body&gt;
-&lt;/text&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-dir-selector-3.xml">examples/xml/EX-dir-selector-3.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4610" id="d3e4610"></a>Example 42: The <a href="#directionality">Directionality</a> data category expressed locally
+&lt;/text&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-dir-selector-3.xml">examples/xml/EX-dir-selector-3.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="d3e4609" id="d3e4609"></a>Example 42: The <a href="#directionality">Directionality</a> data category expressed locally
 								in HTML5</div><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
 &lt;html lang="en"&gt;
  &lt;head&gt;
@@ -1712,7 +1711,7 @@
 <h4><a href="#contents"><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="within-text-implementation" id="within-text-implementation"></a>6.8.2 Implementation</h4><p>The <a href="#elements-within-text">Elements Within Text</a> data category can be
 							expressed with global rules, or locally on an individual element. There is no inheritance.
 							The default is that elements are not within text.</p><p id="withintext-global">GLOBAL: The <a class="itsmarkup" href="#withinTextRule">withinTextRule</a> element contains the following:</p><ul><li><p>A required <a class="itsmarkup" href="#att.selector.attribute.selector">selector</a> attribute. It contains an <a href="#selectors">absolute selector</a> which selects the nodes to which this rule applies.</p></li><li><p>A required <a class="itsmarkup" href="#att.local.no-ns.attribute.withinText">withinText</a> attribute with the value "yes",
-									"no" or "nested".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e5291" id="d3e5291"></a>Example 46: Specifying elements within text with a <a class="itsmarkup" href="#withinTextRule">withinTextRule</a> element</div><div class="exampleInner"><pre>
+									"no" or "nested".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="d3e5290" id="d3e5290"></a>Example 46: Specifying elements within text with a <a class="itsmarkup" href="#withinTextRule">withinTextRule</a> element</div><div class="exampleInner"><pre>
 &lt;its:rules
   xmlns:its="http://www.w3.org/2005/11/its"  version="2.0"&gt;
  &lt;its:withinTextRule withinText="yes" selector="//b | //em | //i"/&gt;
@@ -1966,7 +1965,7 @@
   &lt;meta charset="utf-8"&gt;&lt;meta&gt;
   &lt;title&gt;Entity: Local Test&lt;/title&gt;
  &lt;/head&gt;
- &lt;body prefix="its: http://www.w3.org/20XX/XX/its2.0"&gt;
+ &lt;body prefix="its: http://www.w3.org/2005/11/its"&gt;
   &lt;p&gt;
    &lt;span resource="http://dbpedia.org/resource/Dublin" typeof="http:/nerd.eurecom.fr/ontology#Place" property="name"&gt;Dublin&lt;/span&gt; is the capital of Ireland.&lt;/p&gt;
  &lt;/body&gt;
@@ -1979,7 +1978,7 @@
   &lt;meta charset="utf-8"&gt;&lt;meta&gt;
   &lt;title&gt;Entity: Local Test&lt;/title&gt;
  &lt;/head&gt;
- &lt;body prefix="its: http://www.w3.org/20XX/XX/its2.0"&gt;
+ &lt;body prefix="its: http://www.w3.org/2005/11/its"&gt;
   &lt;p&gt;
    &lt;span resource="http://dbpedia.org/resource/Dublin" typeof="http:/nerd.eurecom.fr/ontology#Place" property="name"&gt;Dublin&lt;/span&gt; is the capital of Ireland.&lt;/p&gt;
  &lt;/body&gt;
@@ -2298,13 +2297,13 @@
    element its:idValueRule { idValueRule.content, <a href="#idValueRule.attributes">idValueRule.attributes</a> }</code></td></tr></tbody><tbody><tr valign="baseline"><td><a name="idValueRule.content" id="idValueRule.content"/>[134]   </td><td><code>idValueRule.content</code></td><td>   ::=   </td><td><code> empty</code></td></tr></tbody><tbody><tr valign="baseline"><td><a name="idValueRule.attributes" id="idValueRule.attributes"/>[135]   </td><td><code>idValueRule.attributes</code></td><td>   ::=   </td><td><code> 
                                  <a href="#att.selector.attributes">att.selector.attributes</a>, attribute idValue { string }</code></td></tr></tbody></table></dd></dl></div></div><div class="div2">
 <h3><a href="#contents"><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="preservespace" id="preservespace"></a>6.17 Preserve Space</h3><div class="div3">
-<h4><a href="#contents"><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="preservespace-definition" id="preservespace-definition"></a>6.17.1 Definition</h4><p>The <a href="preservespace">Preserve Space</a> data category indicates how whitespace
+<h4><a href="#contents"><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="preservespace-definition" id="preservespace-definition"></a>6.17.1 Definition</h4><p>The <a href="#preservespace">Preserve Space</a> data category indicates how whitespace
 							should be handled in content. The possible values for the Preserve Space data category are
 							"default" and "preserve" and carry the same meaning as the corresponding values of the
 							xml:space attribute. The default value is "default".</p></div><div class="div3">
-<h4><a href="#contents"><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="preservespace-implementation" id="preservespace-implementation"></a>6.17.2 Implementation</h4><p>The <a href="preservespace">Preserve Space</a> data category can be expressed with
-							global rules, or locally using the <code>xml:space</code> attribute.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>The <a href="preservespace">Preserve Space</a> data category is not applicable to
-								HTML5 documents because <code>xml:space</code> (and by extension <a href="preservespace">Preserve Space</a>) has no effect in documents parsed as text/html.</p></div><p id="preservespace-global">GLOBAL: The <a class="itsmarkup" href="#preserveSpaceRule">preserveSpaceRule</a> element contains the following:</p><ul><li><p>A required <a class="itsmarkup" href="#att.selector.attribute.selector">selector</a> attribute. It contains an <a href="#selectors">absolute selector</a> which selects the nodes to which this rule applies.</p></li><li><p>A required <a class="itsmarkup" href="#preserveSpaceRule.attributes">space</a> attribute with the value "default" or "preserve".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-perservespace-global-1" id="EX-perservespace-global-1"></a>Example 65: The <a href="preservespace">Preserve Space</a> data category expressed
+<h4><a href="#contents"><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="preservespace-implementation" id="preservespace-implementation"></a>6.17.2 Implementation</h4><p>The <a href="#preservespace">Preserve Space</a> data category can be expressed with
+							global rules, or locally using the <code>xml:space</code> attribute.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>The <a href="#preservespace">Preserve Space</a> data category is not applicable to
+								HTML5 documents because <code>xml:space</code> (and by extension <a href="#preservespace">Preserve Space</a>) has no effect in documents parsed as text/html.</p></div><p id="preservespace-global">GLOBAL: The <a class="itsmarkup" href="#preserveSpaceRule">preserveSpaceRule</a> element contains the following:</p><ul><li><p>A required <a class="itsmarkup" href="#att.selector.attribute.selector">selector</a> attribute. It contains an <a href="#selectors">absolute selector</a> which selects the nodes to which this rule applies.</p></li><li><p>A required <a class="itsmarkup" href="#preserveSpaceRule.attributes">space</a> attribute with the value "default" or "preserve".</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-perservespace-global-1" id="EX-perservespace-global-1"></a>Example 65: The <a href="#preservespace">Preserve Space</a> data category expressed
 								globally</div><p>The preserveSpaceRule element specifies that whitespace in all verse elements must be
 								treated literally.</p><div class="exampleInner"><pre>
 &lt;book
@@ -2322,7 +2321,7 @@
   And the mome raths outgrabe.
  &lt;/verse&gt;
 &lt;/book&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-preservespace-global-1.xml">examples/xml/EX-preservespace-global-1.xml</a>]</p></div><p id="preservespace-local">LOCAL: The <code>xml:space</code> attribute, as defined in section 2.10 of <a title="Extensible Markup Language (XML)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1.0 (Fourth Edition)" href="#xml10spec">[XML 1.0]</a>, maps exactly to the Preserve Space data
-							category.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-perservespace-local-1" id="EX-perservespace-local-1"></a>Example 66: The <a href="preservespace">Preserve Space</a> data category expressed
+							category.</p><div class="exampleOuter"><div class="exampleHeader"><a name="EX-perservespace-local-1" id="EX-perservespace-local-1"></a>Example 66: The <a href="#preservespace">Preserve Space</a> data category expressed
 								locally</div><p>The standard <code>xml:space</code> attribute specifies that the whitespace in the verse
 								element must be treated literally.</p><div class="exampleInner"><pre>
 &lt;book
@@ -3258,7 +3257,7 @@
 <h2><a href="#contents"><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"></a>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">[Schematron]</a> document allows for validating some of these
-					constraints.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9674" id="d3e9674"></a>Example 82: Testing constraints in ITS markup</div><div class="exampleInner"><pre>
+					constraints.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9673" id="d3e9673"></a>Example 82: Testing constraints in ITS markup</div><div class="exampleInner"><pre>
 &lt;sch:schema
   xmlns:sch="http://www.ascc.net/xml/schematron" &gt;
 &lt;!-- Schematron document to test constraints for global and local ITS markup.
@@ -3325,7 +3324,7 @@
             <em>This section is informative.</em>
          </p><p>The following <a title="Namespace-based Validation Dispatching Language (NVDL)" href="#nvdl">[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="d3e9696" id="d3e9696"></a>Example 83: NVDL schema for ITS</div><div class="exampleInner"><pre>&lt;rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"&gt; &lt;namespace
+					attributes of host language are ignored during validation against this NVDL document/schema.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9695" id="d3e9695"></a>Example 83: NVDL schema for ITS</div><div class="exampleInner"><pre>&lt;rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"&gt; &lt;namespace
 						ns="http://www.w3.org/2005/11/its"&gt; &lt;validate schema="its-elements.rng"/&gt;
 						&lt;/namespace&gt; &lt;namespace ns="http://www.w3.org/2005/11/its" match="attributes"&gt;
 						&lt;validate schema="its-attributes.rng"/&gt; &lt;/namespace&gt; &lt;anyNamespace&gt;

Received on Monday, 27 August 2012 16:23:50 UTC