CVS WWW/International/multilingualweb/lt/drafts/its20/examples/html5

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

Added Files:
	EX-translate-html5-inline-global-1.html 
Log Message:
just commiting the example file


--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-translate-html5-inline-global-1.html	2013/06/17 10:12:40	NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-translate-html5-inline-global-1.html	2013/06/17 10:12:40	1.1
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8>
    <title>Translate flag global rules example</title>
    <script type=application/its+xml id=ru1>
      <its:rules version="2.0" xmlns:its="http://www.w3.org/2005/11/its"
           xmlns:h="http://www.w3.org/1999/xhtml">
      <its:translateRule translate="no" selector="//h:code"/>
    </its:rules>
    </script>
  </head>
  <body>
    <p>This sentence should be translated, but code names like the <code>span</code> element should not be translated.
      Of course there are always exceptions: certain code values should be translated,
      e.g. to a value in your language like <code translate=yes>warning</code>.</p>
  </body>
</html>

Received on Monday, 17 June 2013 10:12:42 UTC