- From: Felix Sasaki via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 15 Sep 2012 21:47:12 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5 In directory hutz:/tmp/cvs-serv30214/examples/html5 Modified Files: EX-dir-html5-local-1.html EX-locQualityIssue-html5-local-2.html EX-translate-html5-global-1.html EX-translate-html5-local-1.html EX-within-text-local-html5-1.html Log Message: action-203 publication pipeline now OK for HTML5 processing, some example now in HTML serialization 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.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- EX-locQualityIssue-html5-local-2.html 23 Aug 2012 12:23:41 -0000 1.3 +++ EX-locQualityIssue-html5-local-2.html 15 Sep 2012 21:47:09 -0000 1.4 @@ -1,4 +1,8 @@ -<html><head><title>Test</title> +<!DOCTYPE html> +<html> + <head> + <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> Index: EX-within-text-local-html5-1.html =================================================================== RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-within-text-local-html5-1.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- EX-within-text-local-html5-1.html 24 Jul 2012 18:00:39 -0000 1.2 +++ EX-within-text-local-html5-1.html 15 Sep 2012 21:47:10 -0000 1.3 @@ -1,6 +1,7 @@ -<html lang="en"> +<!DOCTYPE html> +<html> <head> - <meta charset="utf-8" /> + <meta charset=utf-8> <title>Within text test: Default</title> </head> <body> 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.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- EX-translate-html5-local-1.html 20 Jun 2012 08:12:09 -0000 1.5 +++ EX-translate-html5-local-1.html 15 Sep 2012 21:47:09 -0000 1.6 @@ -1,6 +1,7 @@ -<html lang="en"> +<!DOCTYPE html> +<html> <head> - <meta charset="utf-8" /> + <meta charset=utf-8> <title>Translate flag test: Default</title> </head> <body> 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.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- EX-translate-html5-global-1.html 19 Jun 2012 10:38:37 -0000 1.1 +++ EX-translate-html5-global-1.html 15 Sep 2012 21:47:09 -0000 1.2 @@ -1,6 +1,7 @@ -<html lang="en"> +<!DOCTYPE html> +<html> <head> - <meta charset="utf-8" /> + <meta charset=utf-8> <title>Translate flag global rules example</title> <link href="EX-translateRule-html5-1.xml" rel="its-rules"/> </head> 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.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- EX-dir-html5-local-1.html 18 Jun 2012 00:50:46 -0000 1.1 +++ EX-dir-html5-local-1.html 15 Sep 2012 21:47:09 -0000 1.2 @@ -4,7 +4,7 @@ <title>Dir test: Default</title> </head> <body> - <p>In Arabic, the title <quote xml:lang="ar" + <p>In Arabic, the title <quote dir="rtl">نشاط التدويل، W3C</quote> means <quote>Internationalization Activity, W3C</quote>.</p> </body>
Received on Saturday, 15 September 2012 21:47:13 UTC