its20 CVS commit

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

Added Files:
	EX-allowedCharacters-html5-local-1.html 
Log Message:
Added missing example file.

--- NEW FILE: EX-allowedCharacters-html5-local-1.html ---
<!DOCTYPE html>
<html lang="en">
 <head>
  <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>
 </body>
</html>

Received on Sunday, 2 September 2012 11:20:09 UTC