its20 CVS commit

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

Modified Files:
	EX-dir-html5-local-1.html 
Log Message:
Small fix in HTML5 processing and dir example

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.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EX-dir-html5-local-1.html	15 Sep 2012 21:47:09 -0000	1.2
+++ EX-dir-html5-local-1.html	15 Sep 2012 22:43:51 -0000	1.3
@@ -1,11 +1,12 @@
-<html lang="en">
- <head>
-  <meta charset="utf-8" />
+<!DOCTYPE html>
+<html lang=en>
+  <head>
+    <meta charset=utf-8>
   <title>Dir test: Default</title>
  </head>
  <body>
   <p>In Arabic, the title <quote 
-   dir="rtl">نشاط التدويل، W3C</quote>
+   dir="rtl" lang="ar">نشاط التدويل، W3C</quote>
    means <quote>Internationalization Activity, W3C</quote>.</p>
  </body>
 </html>
\ No newline at end of file

Received on Saturday, 15 September 2012 22:43:54 UTC