- From: Yves Savourel via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 02 Sep 2012 11:20:09 +0000
- To: public-multilingualweb-lt-commits@w3.org
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