its20 CVS commit

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

Modified Files:
	EX-storageSize-html5-local-1.html 
Log Message:
Added the storageSize data category.

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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-storageSize-html5-local-1.html	17 Aug 2012 08:44:41 -0000	1.1
+++ EX-storageSize-html5-local-1.html	2 Sep 2012 14:37:34 -0000	1.2
@@ -1,13 +1,12 @@
-<!DOCTYPE html>
-
-<html lang="en">
- <head>
-  <meta charset="utf-8"/>
-  <title>StorageSize flag test: Default</title>
- </head>
- <body>
-  <p>The <span its:storageSize="30">World Wide Web Consortium</span> is
-    making the World Web Web worldwide!</p>
- </body>
-</html>
-
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+  <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>
+ </body>
+</html>
\ No newline at end of file

Received on Sunday, 2 September 2012 14:37:37 UTC