its20 CVS commit

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

Modified Files:
	Overview.html 
Log Message:
now unquoted attributes for HTML5 examples following http://dev.w3.org/html5/markup/syntax.html#syntax-attr-unquoted

Index: Overview.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/TR-version/Overview.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.html	15 Sep 2012 22:43:50 -0000	1.43
+++ Overview.html	16 Sep 2012 11:22:18 -0000	1.44
@@ -487,9 +487,9 @@
 								<code>its-rules</code>.</p><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
  &lt;html&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Translate flag global rules example&lt;/title&gt;
-   &lt;link href="EX-translateRule-html5-1.xml" rel="its-rules"&gt;&lt;/link&gt;
+   &lt;link href=EX-translateRule-html5-1.xml rel=its-rules&gt;&lt;/link&gt;
   &lt;/head&gt;
   &lt;body&gt;
    &lt;p&gt;This sentence should be translated, but code names like the &lt;code&gt;span&lt;/code&gt; element should not be translated.&lt;/p&gt;
@@ -1536,11 +1536,11 @@
 								content of <code>span</code> must not be translated.</p><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
  &lt;html&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Translate flag test: Default&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
-   &lt;p&gt;The &lt;span translate="no"&gt;World Wide Web Consortium&lt;/span&gt; is
+   &lt;p&gt;The &lt;span translate=no&gt;World Wide Web Consortium&lt;/span&gt; is
      making the World Web Web worldwide!&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-translate-html5-local-1.html">examples/html5/EX-translate-html5-local-1.html</a>]</p></div></div><div class="div3">
@@ -1688,13 +1688,13 @@
  &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="d3e4104" id="d3e4104"></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;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;LocNote test: Default&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
-   &lt;p&gt;This is a &lt;span its-loc-note="Check with terminology engineer" its-loc-note-type="alert"&gt;motherboard&lt;/span&gt;.&lt;/p&gt;
+   &lt;p&gt;This is a &lt;span its-loc-note="Check with terminology engineer" its-loc-note-type=alert&gt;motherboard&lt;/span&gt;.&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-locNote-html5-local-1.html">examples/html5/EX-locNote-html5-local-1.html</a>]</p></div><div class="note"><p class="prefix"><b>Note:</b></p><p>It is generally recommended to avoid using attributes to store
 								text, however, in this specific case, the need to provide the notes
@@ -1796,13 +1796,13 @@
   &lt;/body&gt;
 &lt;/book&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-terms-selector-4.xml">examples/xml/EX-terms-selector-4.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-term-local-html-1" id="EX-term-local-html-1"></a>Example 38: The <a href="#terminology">Terminology</a> data category
 								expressed locally in HTML5</div><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
- &lt;html lang="en"&gt;
+ &lt;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Terminology test: default&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
-   &lt;p&gt;We need a new &lt;span its-term="yes"&gt;motherboard&lt;/span&gt;
+   &lt;p&gt;We need a new &lt;span its-term=yes&gt;motherboard&lt;/span&gt;
    &lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-term-html5-local-1.html">examples/html5/EX-term-html5-local-1.html</a>]</p></div></div><div class="div3">
@@ -1886,13 +1886,13 @@
  &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="d3e4741" id="d3e4741"></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;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Dir test: Default&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
-   &lt;p&gt;In Arabic, the title &lt;quote dir="rtl" lang="ar"&gt;نشاط التدويل، W3C&lt;/quote&gt;
+   &lt;p&gt;In Arabic, the title &lt;quote dir=rtl lang=ar&gt;نشاط التدويل، W3C&lt;/quote&gt;
       means &lt;quote&gt;Internationalization Activity, W3C&lt;/quote&gt;.&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-dir-html5-local-1.html">examples/html5/EX-dir-html5-local-1.html</a>]</p></div></div><div class="div3">
@@ -2072,11 +2072,11 @@
 								category expressed locally in HTML5</div><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
  &lt;html&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Within text test: Default&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
-   &lt;p&gt;Text with &lt;span its-within-text="yes"&gt;bold&lt;/span&gt;.&lt;/p&gt;
+   &lt;p&gt;Text with &lt;span its-within-text=yes&gt;bold&lt;/span&gt;.&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-within-text-local-html5-1.html">examples/html5/EX-within-text-local-html5-1.html</a>]</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="within-text-markup" id="within-text-markup"></a>6.8.3 Markup Declarations for Elements Within Text</h4><dl><dt class="label">withinTextRule</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td><a name="withinTextRule" id="withinTextRule"/>[97]   </td><td><code>withinTextRule</code></td><td>   ::=   </td><td><code>
@@ -2292,22 +2292,22 @@
 								collection.</p></li></ul><div class="exampleOuter"><div class="exampleHeader"><a name="EX-disambiguation-html5-local-1" id="EX-disambiguation-html5-local-1"></a>Example 52: Local mixed usage of <a class="itsmarkup" href="#att.disambiguation.attribute.entityTypeSourceRef">entityTypeSourceRef</a>,
 									<code>enttiyTypeRef</code>, <a class="itsmarkup" href="#att.disambiguation.attribute.disambigSourceRef">disambigSourceRef</a>,
 									<a class="itsmarkup" href="#att.disambiguation.attribute.disambigIdentRef">disambigIdentRef</a> in HTML.</div><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
- &lt;html lang="en"&gt;
+ &lt;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Entity: Local Test&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
    &lt;p&gt;
     &lt;span
-      its-disambig-ident-ref="http://dbpedia.org/resource/Dublin"
-      its-disambig-source-ref="http://dbpedia.org/"
-      its-disambig-type="entity"
-      its-entity-type-ident-ref="http:/nerd.eurecom.fr/ontology#Place"
-      its-entity-type-source-ref="http://nerd.eurecom.fr/ontology"&gt;Dublin&lt;/span&gt; is the &lt;span
-      its-disambig-ident-ref="http://www.w3.org/2006/03/wn/wn20/instances/worsense-capital-noun-3"
-      its-disambig-source-ref="http://www.w3.org/2006/03/wn/wn20/rdf/wordnet-synset.rdf"
-      its-disambig-type="lexicalConcept"&gt;capital&lt;/span&gt; of Ireland.&lt;/p&gt;
+      its-disambig-ident-ref=http://dbpedia.org/resource/Dublin
+      its-disambig-source-ref=http://dbpedia.org/
+      its-disambig-type=entity
+      its-entity-type-ident-ref=http:/nerd.eurecom.fr/ontology#Place
+      its-entity-type-source-ref=http://nerd.eurecom.fr/ontology&gt;Dublin&lt;/span&gt; is the &lt;span
+      its-disambig-ident-ref=http://www.w3.org/2006/03/wn/wn20/instances/worsense-capital-noun-3
+      its-disambig-source-ref=http://www.w3.org/2006/03/wn/wn20/rdf/wordnet-synset.rdf
+      its-disambig-type=lexicalConcept&gt;capital&lt;/span&gt; of Ireland.&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-disambiguation-html5-local-1.html">examples/html5/EX-disambiguation-html5-local-1.html</a>]</p></div><div class="note"><p class="prefix"><b>Note:</b></p><p>While the <a class="itsmarkup" href="#att.disambiguation.attribute.entityTypeSourceRef">entityTypeSourceRef</a> attribute allows for an
 								arbitrary domain of entity types, the implementors are encouraged to
@@ -2324,26 +2324,26 @@
 									<a class="itsmarkup" href="#disambiguationRule.attributes">entityTypeRef</a>, <a class="itsmarkup" href="#att.disambiguation.attribute.disambigSourceRef">disambigSourceRef</a>,
 									<a class="itsmarkup" href="#att.disambiguation.attribute.disambigIdentRef">disambigIdentRef</a> in HTML+RDFa Lite</div><p>See <a href="#EX-disambiguation-html5-rdfa-companion-document">Example 54</a> for the companion document with the mapping
 								data.</p><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
- &lt;html lang="en"&gt;
+ &lt;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &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/2005/11/its"&gt;
    &lt;p&gt;
-    &lt;span property="name" resource="http://dbpedia.org/resource/Dublin" typeof="http:/nerd.eurecom.fr/ontology#Place"&gt;Dublin&lt;/span&gt; is the capital of Ireland.&lt;/p&gt;
+    &lt;span property=name resource=http://dbpedia.org/resource/Dublin typeof=http:/nerd.eurecom.fr/ontology#Place&gt;Dublin&lt;/span&gt; is the capital of Ireland.&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-disambiguation-html5-rdfa.html">examples/html5/EX-disambiguation-html5-rdfa.html</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-disambiguation-html5-rdfa-companion-document" id="EX-disambiguation-html5-rdfa-companion-document"></a>Example 54: Local mixed usage of <a class="itsmarkup" href="#att.disambiguation.attribute.entityTypeSourceRef">entityTypeSourceRef</a>,
 									<a class="itsmarkup" href="#disambiguationRule.attributes">entityTypeRef</a>, <a class="itsmarkup" href="#att.disambiguation.attribute.disambigSourceRef">disambigSourceRef</a>,
 									<a class="itsmarkup" href="#att.disambiguation.attribute.disambigIdentRef">disambigIdentRef</a> in HTML+RDFa Lite</div><p>Companion document, having the mapping data for <a href="#EX-disambiguation-html5-rdfa">Example 53</a>.</p><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
- &lt;html lang="en"&gt;
+ &lt;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &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/2005/11/its"&gt;
    &lt;p&gt;
-    &lt;span property="name" resource="http://dbpedia.org/resource/Dublin" typeof="http:/nerd.eurecom.fr/ontology#Place"&gt;Dublin&lt;/span&gt; is the capital of Ireland.&lt;/p&gt;
+    &lt;span property=name resource=http://dbpedia.org/resource/Dublin typeof=http:/nerd.eurecom.fr/ontology#Place&gt;Dublin&lt;/span&gt; is the capital of Ireland.&lt;/p&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-disambiguation-html5-rdfa.html">examples/html5/EX-disambiguation-html5-rdfa.html</a>]</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="Disambiguation-markup" id="Disambiguation-markup"></a>6.10.3 Markup Declarations for Disambiguation</h4><dl><dt class="label">disambiguationRule</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td><a name="disambiguationRule" id="disambiguationRule"/>[107]   </td><td><code>disambiguationRule</code></td><td>   ::=   </td><td><code>
@@ -2531,18 +2531,18 @@
  &lt;its:externalResourceRefRule selector="//html:video/@src" externalResourceRefPointer="."/&gt;
  &lt;its:externalResourceRefRule selector="//html:video/@poster" externalResourceRefPointer="."/&gt;
 &lt;/its:rules&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-externalresource-2.xml">examples/xml/EX-externalresource-2.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-externalresource-html5-1" id="EX-externalresource-html5-1"></a>Example 60: An HTML5 document that can be used for <a href="#EX-externalresource-2">Example 59</a>.</div><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
- &lt;html lang="en"&gt;
+ &lt;html lang=en&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Video element example&lt;/title&gt;
   &lt;/head&gt;
   &lt;body&gt;
    &lt;video
-     height="360"
-     poster="video-image.png"
-     src="http://www.example.com/video/v2.mp"
-     width="640"&gt;
-    &lt;p&gt;If your browser doesn't support the &lt;code&gt;video&lt;/code&gt; element, you can &lt;a href="http://www.example.com/video/v2.mp"&gt;download the video&lt;/a&gt; instead.&lt;/p&gt;
+     height=360
+     poster=video-image.png
+     src=http://www.example.com/video/v2.mp
+     width=640&gt;
+    &lt;p&gt;If your browser doesn't support the &lt;code&gt;video&lt;/code&gt; element, you can &lt;a href=http://www.example.com/video/v2.mp&gt;download the video&lt;/a&gt; instead.&lt;/p&gt;
    &lt;/video&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-externalresource-html5-1.html">examples/html5/EX-externalresource-html5-1.html</a>]</p></div></div><div class="div3">
@@ -2872,14 +2872,15 @@
 								element</div><p>The <a class="itsmarkup" href="#locQualityIssueRule">locQualityIssueRule</a> element resides in a separate file
 									(<a href="#EX-locQualityIssueRule-html5-global">Example 70</a>) that associates the issue information with a selected span of
 								content in the HTML document.</p><div class="exampleInner"><pre>
-&lt;html lang="en"&gt;
- &lt;head&gt;  &lt;meta charset=utf-8&gt;
+&lt;html lang=en&gt;
+ &lt;head&gt;
+  &lt;meta charset=utf-8&gt;&lt;/meta&gt;
   &lt;title&gt;Example&lt;/title&gt;
-  &lt;link href="EX-locQualityIssueRule-html5-global.xml" rel="its-rules"&gt;&lt;/link&gt;
+  &lt;link href=EX-locQualityIssueRule-html5-global.xml rel=its-rules&gt;&lt;/link&gt;
  &lt;/head&gt;
  &lt;body&gt;
   &lt;p&gt;
-   &lt;span id="q1"&gt;this&lt;/span&gt; is an example.&lt;/p&gt;
+   &lt;span id=q1&gt;this&lt;/span&gt; is an example.&lt;/p&gt;
  &lt;/body&gt;
 &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-locQualityIssue-html5-global.html">examples/html5/EX-locQualityIssue-html5-global.html</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityIssueRule-html5-global" id="EX-locQualityIssueRule-html5-global"></a>Example 70: External rule document associated with an HTML5 document</div><p>This document is used in <a href="#EX-locQualityIssue-html5-global">Example 69</a>:</p><div class="exampleInner"><pre>
 &lt;its:rules
@@ -2939,10 +2940,10 @@
     its:locQualityIssueSeverity="50"&gt;this&lt;/span&gt; is an example&lt;/para&gt;
 &lt;/doc&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-locQualityIssue-local-1.xml">examples/xml/EX-locQualityIssue-local-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-locQualityIssue-html5-local-1" id="EX-locQualityIssue-html5-local-1"></a>Example 72: Annotating an issue in HTML with local inline markup</div><p>In this example several spans of content are associated with a
 								quality issue.</p><div class="exampleInner"><pre>
-&lt;html lang="en"&gt;
+&lt;html lang=en&gt;
  &lt;head&gt;
   &lt;title&gt;Telharmonium 1897&lt;/title&gt;
-  &lt;style type="text/css"&gt;
+  &lt;style type=text/css&gt;
         [its-loc-quality-issue-type]{
           background-color:yellow;
           margin:2px;
@@ -2956,18 +2957,18 @@
   &lt;h1&gt;Telharmonium (1897)&lt;/h1&gt;
   &lt;p&gt;
    &lt;span
-     its-loc-quality-issue-profile-ref="http://example.org/qaMovel/v1"
-     its-loc-quality-issue-type="inconsistent-entities"
+     its-loc-quality-issue-profile-ref=http://example.org/qaMovel/v1
+     its-loc-quality-issue-type=inconsistent-entities
      its-loc-quality-issue-comment="Should be Thomas Cahill."
-     its-loc-quality-issue-severity="100"
-     data-mytool-qacode="named_entity_not_found"&gt;Christian Bale&lt;/span&gt;(1867–1934) conceived of an instrument that could transmit its sound
+     its-loc-quality-issue-severity=100
+     data-mytool-qacode=named_entity_not_found&gt;Christian Bale&lt;/span&gt;(1867–1934) conceived of an instrument that could transmit its sound
        from a power plant for hundreds of miles to listeners over telegraph wiring. Beginning in
        1889 the sound quality of regular telephone concerts was very poor on account of the buzzing
        generated by carbon-granule microphones. As a result Cahill decided to set a new standard in
        perfection of sound &lt;span
-     its-loc-quality-issue-profile-ref="grammar"
-     its-loc-quality-issue-type="spelling"
-     its-loc-quality-issue-severity="50"
+     its-loc-quality-issue-profile-ref=grammar
+     its-loc-quality-issue-type=spelling
+     its-loc-quality-issue-severity=50
      its-loc-quality-issue-comment="should be "quality""&gt;qulaity&lt;/span&gt; with his instrument, a standard that would not only satisfy listeners but that
   	would overcome all the flaws of traditional instruments.&lt;/p&gt;
  &lt;/body&gt;
@@ -3032,25 +3033,25 @@
 									<code>span</code> elements.</p><div class="exampleInner"><pre>&lt;!DOCTYPE html&gt;&#xD;
  &lt;html&gt;
   &lt;head&gt;
-      &lt;meta charset=utf-8&gt;
+   &lt;meta charset=utf-8&gt;&lt;/meta&gt;
    &lt;title&gt;Test&lt;/title&gt;
-   &lt;script src="qaissues.js" type="text/javascript"&gt;&lt;/script&gt;
-   &lt;style type="text/css"&gt;.qaissue { background-color: yellow; } &lt;/style&gt;
+   &lt;script src=qaissues.js type=text/javascript&gt;&lt;/script&gt;
+   &lt;style type=text/css&gt;.qaissue { background-color: yellow; } &lt;/style&gt;
   &lt;/head&gt;
-  &lt;body onload="addqaissueattrs()"&gt;
+  &lt;body onload=addqaissueattrs()&gt;
    &lt;p&gt;
-    &lt;span its-loc-quality-issues-ref="#lq1"&gt;c'es&lt;/span&gt; le contenu&lt;/p&gt;
-   &lt;span id="lq1" its-loc-quality-issues="its-loc-quality-issues"&gt;
+    &lt;span its-loc-quality-issues-ref=#lq1&gt;c'es&lt;/span&gt; le contenu&lt;/p&gt;
+   &lt;span id=lq1 its-loc-quality-issues=its-loc-quality-issues&gt;
     &lt;span
-      its-loc-quality-issue="its-loc-quality-issue"
+      its-loc-quality-issue=its-loc-quality-issue
       its-loc-quality-issue-coment="Sentence without capitalization"
-      its-loc-quality-issue-severity="30"
-      its-loc-quality-issue-type="typographical"&gt;&lt;/span&gt;
+      its-loc-quality-issue-severity=30
+      its-loc-quality-issue-type=typographical&gt;&lt;/span&gt;
     &lt;span
-      its-loc-quality-issue="its-loc-quality-issue"
+      its-loc-quality-issue=its-loc-quality-issue
       its-loc-quality-issue-coment="'c'es' is unknown. Could be 'c'est'"
-      its-loc-quality-issue-severity="50"
-      its-loc-quality-issue-type="misspelling"&gt;&lt;/span&gt;
+      its-loc-quality-issue-severity=50
+      its-loc-quality-issue-type=misspelling&gt;&lt;/span&gt;
    &lt;/span&gt;
   &lt;/body&gt;
  &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-locQualityIssue-html5-local-2.html">examples/html5/EX-locQualityIssue-html5-local-2.html</a>]</p></div><span class="editor-note">[Ed. note: TODO for above: Finalize how HTML its-loc-quality-issues and
@@ -3308,10 +3309,11 @@
 								category expressed globally in HTML</div><p>The following example shows how to use the
 									<a class="itsmarkup" href="#locQualityPrecisRule">locQualityPrecisRule</a> element to specify the score,
 								threshold and profile for an HTML document.</p><div class="exampleInner"><pre>
-&lt;html lang="en"&gt;
- &lt;head&gt;  &lt;meta charset=utf-8&gt;
+&lt;html lang=en&gt;
+ &lt;head&gt;
+  &lt;meta charset=utf-8&gt;&lt;/meta&gt;
   &lt;title&gt;Example&lt;/title&gt;
-  &lt;link href="EX-locQualityPrecisRule-html5-global.xml" rel="its-rules"&gt;&lt;/link&gt;
+  &lt;link href=EX-locQualityPrecisRule-html5-global.xml rel=its-rules&gt;&lt;/link&gt;
  &lt;/head&gt;
  &lt;body&gt;
   &lt;p&gt;This is an example.&lt;/p&gt;
@@ -3357,10 +3359,10 @@
 									<a class="itsmarkup" href="#att.locqualityprecis.html5.attribute.its-loc-quality-precis-profile-ref">its-loc-quality-precis-profile-ref</a> are used to score
 								the quality of the document.</p><div class="exampleInner"><pre>
 &lt;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"&gt;
+  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&gt;
  &lt;head&gt;
   &lt;title&gt;Rikki-tikki-tavi&lt;/title&gt;
  &lt;/head&gt;
@@ -3498,14 +3500,15 @@
 								the translated content of element <code>code</code> must not contain the
 								characters other than 'a' to 'z' in any case and the characters
 								underscore and minus.</p><div class="exampleInner"><pre>
-&lt;html lang="en"&gt;
- &lt;head&gt;  &lt;meta charset=utf-8&gt;
+&lt;html lang=en&gt;
+ &lt;head&gt;
+  &lt;meta charset=utf-8&gt;&lt;/meta&gt;
   &lt;title&gt;Example&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
   &lt;p&gt;Login names can only use letters from A to Z (upper or lowercase)
      and the character underscore (_) and minus (-).
-     For example: &lt;code its-allowed-characters="[a-zA-Z_\-]"&gt;Huck_Finn&lt;/code&gt;.&lt;/p&gt;
+     For example: &lt;code its-allowed-characters=[a-zA-Z_\-]&gt;Huck_Finn&lt;/code&gt;.&lt;/p&gt;
  &lt;/body&gt;
 &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-allowedCharacters-html5-local-1.html">examples/html5/EX-allowedCharacters-html5-local-1.html</a>]</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="allowedchars-markup" id="allowedchars-markup"></a>6.21.3 Markup Declarations for Allowed Characters</h4><dl><dt class="label">allowedCharactersRule</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td><a name="allowedCharactersRule" id="allowedCharactersRule"/>[172]   </td><td><code>allowedCharactersRule</code></td><td>   ::=   </td><td><code>
@@ -3609,14 +3612,15 @@
 &lt;/messages&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-storageSize-local-1.xml">examples/xml/EX-storageSize-local-1.xml</a>]</p></div><div class="exampleOuter"><div class="exampleHeader"><a name="EX-storageSize-html5-local-1" id="EX-storageSize-html5-local-1"></a>Example 89: The <a href="#storagesize">Storage Size</a> data category
 								expressed locally in HTML</div><p>The <a class="itsmarkup" href="#att.storagesize.html5.attribute.its-storage-size">its-storage-size</a> is used here to specify the maximum
 								number of bytes the two editable strings can have in UTF-8.</p><div class="exampleInner"><pre>
-&lt;html lang="en"&gt;
- &lt;head&gt;  &lt;meta charset=utf-8&gt;
+&lt;html lang=en&gt;
+ &lt;head&gt;
+  &lt;meta charset=utf-8&gt;&lt;/meta&gt;
   &lt;title&gt;Example&lt;/title&gt;
  &lt;/head&gt;
  &lt;body&gt;
   &lt;p&gt;String to translate:&lt;/p&gt;
-  &lt;p id="123" contenteditable="true" its-storage-size="25"&gt;Papua New-Guinea&lt;/p&gt;
-  &lt;p id="139" contenteditable="true" its-storage-size="25"&gt;Dominican Replubic&lt;/p&gt;
+  &lt;p id=123 contenteditable=true its-storage-size=25&gt;Papua New-Guinea&lt;/p&gt;
+  &lt;p id=139 contenteditable=true its-storage-size=25&gt;Dominican Replubic&lt;/p&gt;
  &lt;/body&gt;
 &lt;/html&gt;</pre></div><p>[Source file: <a href="examples/html5/EX-storageSize-html5-local-1.html">examples/html5/EX-storageSize-html5-local-1.html</a>]</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="storagesize-markup" id="storagesize-markup"></a>6.22.3 Markup Declarations for Allowed Characters</h4><dl><dt class="label">storageSizeRule</dt><dd><table class="scrap" summary="Scrap"><tbody><tr valign="baseline"><td><a name="storageSizeRule" id="storageSizeRule"/>[179]   </td><td><code>storageSizeRule</code></td><td>   ::=   </td><td><code>

Received on Sunday, 16 September 2012 11:22:23 UTC