its20 CVS commit

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

Modified Files:
	its20.html 
Log Message:
Fixed storageSize examples.

Index: its20.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- its20.html	3 Sep 2012 00:04:50 -0000	1.149
+++ its20.html	3 Sep 2012 20:37:26 -0000	1.150
@@ -2951,8 +2951,7 @@
 <db
   xmlns:its="http://www.w3.org/2005/11/its" >
  <its:rules version="2.0">
-  <its:storageSizeRule selector="//country" storageSize="25"
-    its:storageSizeEncoding="ISO-8859-1"/>
+  <its:storageSizeRule selector="//country" storageSize="25" storageSizeEncoding="ISO-8859-1"/>
  </its:rules>
  <data>
   <country id="123">Papouasie-Nouvelle-Guinée</country>
@@ -2980,11 +2979,14 @@
   xmlns:its="http://www.w3.org/2005/11/its" 
   its:version="2.0">
  <var num="panelA1_Continue"
-   its:storageSize="8" storageEncoding="UTF-16">CONTINUE</var>
+   its:storageSize="8"
+   its:storageEncoding="UTF-16">CONTINUE</var>
  <var num="panelA1_Stop"
-   its:storageSize="8" storageEncoding="UTF-16">STOP</var>
+   its:storageSize="8"
+   its:storageEncoding="UTF-16">STOP</var>
  <var num="panelB5_Cancel"
-   its:storageSize="12" storageEncoding="UTF-16">CANCEL</var>
+   its:storageSize="12"
+   its:storageEncoding="UTF-16">CANCEL</var>
 &lt;/messages&gt;</pre></div><p>[Source file: <a href="examples/xml/EX-storageSize-local-1.xml" shape="rect">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" shape="rect"/>Example 89: The <a href="#storagesize" shape="rect">Storage Size</a> data category expressed locally in HTML</div><p>The <a class="itsmarkup" href="#att.storagesize.html5.attribute.its-storage-size" shape="rect">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 xml:space="preserve">
 &lt;html lang="en"&gt;
  &lt;head&gt;

Received on Monday, 3 September 2012 20:37:29 UTC