its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5
In directory hutz:/tmp/cvs-serv12915/examples/html5

Modified Files:
	EX-allowedCharacters-html5-local-1.html 
	EX-dir-html5-local-1.html EX-disambiguation-html5-local-1.html 
	EX-disambiguation-html5-rdfa.html 
	EX-externalresource-html5-1.html EX-locNote-html5-local-1.html 
	EX-locQualityIssue-html5-global.html 
	EX-locQualityIssue-html5-local-1.html 
	EX-locQualityIssue-html5-local-2.html 
	EX-locQualityPrecis-html5-global.html 
	EX-locQualityPrecis-html5-local.html 
	EX-mtConfidence-html5-local-1.html 
	EX-storageSize-html5-local-1.html 
	EX-translate-html5-global-1.html 
	EX-translate-html5-local-1.html 
Log Message:
Updated syntax of HTML5 examples. Added links to various XML/HTML5 examples from data category overview table to test suite. Another small conformance clause fix

Index: EX-locQualityIssue-html5-local-2.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locQualityIssue-html5-local-2.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- EX-locQualityIssue-html5-local-2.html	15 Sep 2012 21:47:09 -0000	1.4
+++ EX-locQualityIssue-html5-local-2.html	20 Sep 2012 09:12:24 -0000	1.5
@@ -1,23 +1,25 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <meta charset=utf-8> 
+        <meta charset=utf-8>
             <title>Test</title>
-<script type="text/javascript" src="qaissues.js"></script>
-<style type="text/css">.qaissue { background-color: yellow; } </style>
-</head>
-<body onload="addqaissueattrs()">
-<p><span its-loc-quality-issues-ref="#lq1">c'es</span> le contenu</p>
-
-<span its-loc-quality-issues="its-loc-quality-issues" id="lq1">
-<span its-loc-quality-issue="its-loc-quality-issue"
-its-loc-quality-issue-type="typographical"
-its-loc-quality-issue-coment="Sentence without capitalization"
-its-loc-quality-issue-severity="30"></span>
-<span its-loc-quality-issue="its-loc-quality-issue"
-its-loc-quality-issue-type="misspelling"
-its-loc-quality-issue-coment="'c'es' is unknown. Could be 'c'est'"
-its-loc-quality-issue-severity="50"></span>
-</span>
-
-</body></html>
\ No newline at end of file
+            <script src=qaissues.js type=text/javascript></script>
+            <style type=text/css>.qaissue { background-color: yellow; } </style>
+    </head>
+    <body onload=addqaissueattrs()>
+        <p>
+            <span its-loc-quality-issues-ref=#lq1>c'es</span> le contenu</p>
+                <span id=lq1 its-loc-quality-issues=its-loc-quality-issues>
+                    <span
+                        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></span>
+                    <span
+                        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></span>
+                </span>
+    </body>
+</html>
\ No newline at end of file

Index: EX-locQualityPrecis-html5-local.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locQualityPrecis-html5-local.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-locQualityPrecis-html5-local.html	24 Aug 2012 12:27:00 -0000	1.2
+++ EX-locQualityPrecis-html5-local.html	20 Sep 2012 09:12:24 -0000	1.3
@@ -1,7 +1,9 @@
 <!DOCTYPE html>
-<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">
+<html
+ its-loc-quality-precis-profile-ref=http://example.org/qaModel/v13
+ its-loc-quality-precis-score=100
+ its-loc-quality-precis-threshold=95
+ lang=en>
  <head>
   <title>Rikki-tikki-tavi</title>
  </head>

Index: EX-locQualityPrecis-html5-global.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locQualityPrecis-html5-global.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-locQualityPrecis-html5-global.html	23 Aug 2012 23:05:26 -0000	1.1
+++ EX-locQualityPrecis-html5-global.html	20 Sep 2012 09:12:24 -0000	1.2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang=en>
  <head>
-  <meta charset="utf-8"/>
-  <title>Example</title>
-  <link href="EX-locQualityPrecisRule-html5-global.xml" rel="its-rules"/>
+  <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>

Index: EX-externalresource-html5-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-externalresource-html5-1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-externalresource-html5-1.html	24 Jul 2012 13:59:43 -0000	1.2
+++ EX-externalresource-html5-1.html	20 Sep 2012 09:12:24 -0000	1.3
@@ -1,11 +1,16 @@
-<html lang="en">
+<!DOCTYPE html>
+<html lang=en>
   <head>
-    <meta charset="utf-8"/>
-    <title>Video element example</title>
+    <meta charset=utf-8>
+      <title>Video element example</title>
   </head>
   <body>
-    <video width="640" height="360" src="http://www.example.com/video/v2.mp" poster="video-image.png">
-      <p>If your browser doesn't support the <code>video</code> element, you can <a href="http://www.example.com/video/v2.mp">download the video</a> instead.</p>
+    <video
+      height=360
+      poster=video-image.png
+      src=http://www.example.com/video/v2.mp
+      width=640>
+      <p>If your browser doesn't support the <code>video</code> element, you can <a href=http://www.example.com/video/v2.mp>download the video</a> instead.</p>
     </video>
   </body>
 </html>
\ No newline at end of file

Index: EX-disambiguation-html5-rdfa.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-disambiguation-html5-rdfa.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-disambiguation-html5-rdfa.html	27 Aug 2012 16:23:46 -0000	1.2
+++ EX-disambiguation-html5-rdfa.html	20 Sep 2012 09:12:23 -0000	1.3
@@ -1,9 +1,11 @@
-<html  lang="en">
+<!DOCTYPE html>
+<html lang=en>
    <head>
-      <meta charset="utf-8" />
-      <title>Entity: Local Test</title>
-   </head>      
+      <meta charset=utf-8>
+         <title>Entity: Local Test</title>
+   </head>
    <body prefix="its: http://www.w3.org/2005/11/its">
-       <p><span resource="http://dbpedia.org/resource/Dublin" typeof="http:/nerd.eurecom.fr/ontology#Place" property="name">Dublin</span> is the capital of Ireland.</p>
+      <p>
+         <span property=name resource=http://dbpedia.org/resource/Dublin typeof=http:/nerd.eurecom.fr/ontology#Place>Dublin</span> is the capital of Ireland.</p>
    </body>
-</html>
+</html>
\ No newline at end of file

Index: EX-translate-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-translate-html5-local-1.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- EX-translate-html5-local-1.html	15 Sep 2012 21:47:09 -0000	1.6
+++ EX-translate-html5-local-1.html	20 Sep 2012 09:12:24 -0000	1.7
@@ -1,11 +1,11 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta charset=utf-8> 
-    <title>Translate flag test: Default</title>
+    <meta charset=utf-8>
+      <title>Translate flag test: Default</title>
   </head>
   <body>
-    <p>The <span translate="no">World Wide Web Consortium</span> is
-  making the World Web Web worldwide!</p>
+    <p>The <span translate=no>World Wide Web Consortium</span> is
+      making the World Web Web worldwide!</p>
   </body>
 </html>
\ No newline at end of file

Index: EX-translate-html5-global-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-translate-html5-global-1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-translate-html5-global-1.html	15 Sep 2012 21:47:09 -0000	1.2
+++ EX-translate-html5-global-1.html	20 Sep 2012 09:12:24 -0000	1.3
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta charset=utf-8> 
-    <title>Translate flag global rules example</title>
-    <link href="EX-translateRule-html5-1.xml" rel="its-rules"/>
+    <meta charset=utf-8>
+      <title>Translate flag global rules example</title>
+      <link href=EX-translateRule-html5-1.xml rel=its-rules>
   </head>
   <body>
     <p>This sentence should be translated, but code names like the <code>span</code> element should not be translated.</p>

Index: EX-disambiguation-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-disambiguation-html5-local-1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-disambiguation-html5-local-1.html	18 Aug 2012 23:07:32 -0000	1.1
+++ EX-disambiguation-html5-local-1.html	20 Sep 2012 09:12:23 -0000	1.2
@@ -1,17 +1,19 @@
-<html lang="en">
+<!DOCTYPE html>
+<html lang=en>
    <head>
-      <meta charset="utf-8" />
-      <title>Entity: Local Test</title>
-   </head>      
+      <meta charset=utf-8>
+         <title>Entity: Local Test</title>
+   </head>
    <body>
-       <p><span 
-its-entity-type-source-ref="http://nerd.eurecom.fr/ontology"
-its-entity-type-ident-ref="http:/nerd.eurecom.fr/ontology#Place"
-its-disambig-source-ref="http://dbpedia.org/"
-its-disambig-ident-ref="http://dbpedia.org/resource/Dublin"
-its-disambig-type="entity">Dublin</span> is the <span
-its-disambig-source-ref="http://www.w3.org/2006/03/wn/wn20/rdf/wordnet-synset.rdf"
-its-disambig-ident-ref="http://www.w3.org/2006/03/wn/wn20/instances/worsense-capital-noun-3"
-its-disambig-type="lexicalConcept">capital</span> of Ireland.</p>
+      <p>
+         <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>Dublin</span> is the <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>capital</span> of Ireland.</p>
    </body>
-</html>
+</html>
\ No newline at end of file

Index: EX-locNote-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locNote-html5-local-1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-locNote-html5-local-1.html	19 Jun 2012 03:29:14 -0000	1.2
+++ EX-locNote-html5-local-1.html	20 Sep 2012 09:12:24 -0000	1.3
@@ -1,9 +1,10 @@
-<html lang="en">
+<!DOCTYPE html>
+<html lang=en>
   <head>
-    <meta charset="utf-8" />
-    <title>LocNote test: Default</title>
+    <meta charset=utf-8>
+      <title>LocNote test: Default</title>
   </head>
   <body>
-    <p>This is a <span its-loc-note="Check with terminology engineer" its-loc-note-type="alert">motherboard</span>.</p>
+    <p>This is a <span its-loc-note="Check with terminology engineer" its-loc-note-type=alert>motherboard</span>.</p>
   </body>
 </html>
\ No newline at end of file

Index: EX-locQualityIssue-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locQualityIssue-html5-local-1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-locQualityIssue-html5-local-1.html	22 Aug 2012 17:54:15 -0000	1.2
+++ EX-locQualityIssue-html5-local-1.html	20 Sep 2012 09:12:24 -0000	1.3
@@ -1,36 +1,35 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang=en>
   <head>
+    <meta charset=utf-8>
     <title>Telharmonium 1897</title>
-    <style type="text/css">
-      [its-loc-quality-issue-type]{
-        background-color:yellow;
-        margin:2px;
-      }
-      [its-loc-quality-issue-severity = "100"]{
-        border: 2px solid red;
-      }
-     </style>
-   </head>
+    <style type=text/css>
+         [its-loc-quality-issue-type]{
+           background-color:yellow;
+           margin:2px;
+         }
+         [its-loc-quality-issue-severity = "100"]{
+           border: 2px solid red;
+         }
+        </style>
+  </head>
   <body>
     <h1>Telharmonium (1897)</h1>
-    <p><span
-       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"
-     >Christian Bale</span>(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 <span
-    	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 &quot;quality&quot;"
-	>qulaity</span> with his instrument, a standard that would not only satisfy listeners but that
-	would overcome all the flaws of traditional instruments.</p>
+    <p>
+      <span
+        data-mytool-qacode=named_entity_not_found
+        its-loc-quality-issue-comment="Should be Thomas Cahill."
+        its-loc-quality-issue-profile-ref=http://example.org/qaMovel/v1
+        its-loc-quality-issue-severity=100
+        its-loc-quality-issue-type=inconsistent-entities>Christian Bale</span>(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 <span
+        its-loc-quality-issue-comment="should be 'quality'"
+        its-loc-quality-issue-profile-ref=grammar
+        its-loc-quality-issue-severity=50
+        its-loc-quality-issue-type=spelling>qulaity</span> with his instrument, a standard that would not only satisfy listeners but that
+      would overcome all the flaws of traditional instruments.</p>
   </body>
- </html>
- 
\ No newline at end of file
+</html>
\ No newline at end of file

Index: EX-locQualityIssue-html5-global.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locQualityIssue-html5-global.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-locQualityIssue-html5-global.html	22 Aug 2012 11:45:22 -0000	1.1
+++ EX-locQualityIssue-html5-global.html	20 Sep 2012 09:12:24 -0000	1.2
@@ -1,11 +1,12 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang=en>
  <head>
-  <meta charset="utf-8"/>
-  <title>Example</title>
-  <link href="EX-locQualityIssueRule-html5-global.xml" rel="its-rules"/>
+  <meta charset=utf-8>
+   <title>Example</title>
+   <link href=EX-locQualityIssueRule-html5-global.xml rel=its-rules>
  </head>
  <body>
-  <p><span id='q1'>this</span> is an example.</p>
+  <p>
+   <span id=q1>this</span> is an example.</p>
  </body>
 </html>
\ No newline at end of file

Index: EX-mtConfidence-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-mtConfidence-html5-local-1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-mtConfidence-html5-local-1.html	19 Sep 2012 12:20:15 -0000	1.1
+++ EX-mtConfidence-html5-local-1.html	20 Sep 2012 09:12:24 -0000	1.2
@@ -1,6 +1,13 @@
-<!DOCTYPE html> <html lang=en> 
-    <head>   <meta charset=utf-8>   <title>Sentences about Dublin and Prague MTed from Czech with mtConfidence locally.</title>  </head>
+<!DOCTYPE html>
+<html lang=en>
+    <head>
+        <meta charset=utf-8>
+            <title>Sentences about Dublin and Prague MTed from Czech with mtConfidence locally.</title>
+    </head>
     <body>
-        <p><span its-mt-producer="Bing Translator" its-mt-engine="en-t-cs" its-mt-confidence-score="0.8982"> Dublin is the capital of Ireland.</span><span its-mt-producer="Bing Translator" its-mt-engine="en-t-cs" its-mt-confidence-score="0.8536"> The capital of the Czech Republic is Prague.</span></p>
+        <p>
+            <span its-mt-confidence-score=0.8982 its-mt-engine=en-t-cs its-mt-producer="Bing Translator"> Dublin is the capital of Ireland.</span>
+                <span its-mt-confidence-score=0.8536 its-mt-engine=en-t-cs its-mt-producer="Bing Translator"> The capital of the Czech Republic is Prague.</span>
+        </p>
     </body>
-</html>
+</html>
\ No newline at end of file

Index: EX-storageSize-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-storageSize-html5-local-1.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-storageSize-html5-local-1.html	2 Sep 2012 14:37:34 -0000	1.2
+++ EX-storageSize-html5-local-1.html	20 Sep 2012 09:12:24 -0000	1.3
@@ -1,12 +1,12 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang=en>
  <head>
-  <meta charset="utf-8"/>
-  <title>Example</title>
+  <meta charset=utf-8>
+   <title>Example</title>
  </head>
  <body>
   <p>String to translate:</p>
-  <p id="123" contenteditable="true" its-storage-size="25">Papua New-Guinea</p>
-  <p id="139" contenteditable="true" its-storage-size="25">Dominican Replubic</p>
+  <p contenteditable=true id=123 its-storage-size=25>Papua New-Guinea</p>
+   <p contenteditable=true id=139 its-storage-size=25>Dominican Replubic</p>
  </body>
 </html>
\ No newline at end of file

Index: EX-dir-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-dir-html5-local-1.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- EX-dir-html5-local-1.html	15 Sep 2012 22:43:51 -0000	1.3
+++ EX-dir-html5-local-1.html	20 Sep 2012 09:12:23 -0000	1.4
@@ -2,11 +2,10 @@
 <html lang=en>
   <head>
     <meta charset=utf-8>
-  <title>Dir test: Default</title>
- </head>
- <body>
-  <p>In Arabic, the title <quote 
-   dir="rtl" lang="ar">نشاط التدويل، W3C</quote>
-   means <quote>Internationalization Activity, W3C</quote>.</p>
- </body>
+      <title>Dir test: Default</title>
+  </head>
+  <body>
+    <p>In Arabic, the title <quote dir=rtl lang=ar>نشاط التدويل، W3C</quote>
+      means <quote>Internationalization Activity, W3C</quote>.</p>
+  </body>
 </html>
\ No newline at end of file

Index: EX-allowedCharacters-html5-local-1.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-allowedCharacters-html5-local-1.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-allowedCharacters-html5-local-1.html	2 Sep 2012 11:20:06 -0000	1.1
+++ EX-allowedCharacters-html5-local-1.html	20 Sep 2012 09:12:23 -0000	1.2
@@ -1,12 +1,12 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang=en>
  <head>
-  <meta charset="utf-8"/>
-  <title>Example</title>
+  <meta charset=utf-8>
+   <title>Example</title>
  </head>
  <body>
   <p>Login names can only use letters from A to Z (upper or lowercase)
    and the character underscore (_) and minus (-).
-   For example: <code its-allowed-characters="[a-zA-Z_\-]">Huck_Finn</code>.</p>
+   For example: <code its-allowed-characters=[a-zA-Z_\-]>Huck_Finn</code>.</p>
  </body>
-</html>
+</html>
\ No newline at end of file

Received on Thursday, 20 September 2012 09:12:35 UTC