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-serv8238/examples/html5

Added Files:
	EX-xhtml5-markup-1.html 
Log Message:
example for its 2.0 in xhtml5


--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-xhtml5-markup-1.html	2012/11/29 09:55:04	NONE
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-xhtml5-markup-1.html	2012/11/29 09:55:04	1.1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
        <title>XHTML and ITS2.0</title>
        <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"
            xmlns:h="http://www.w3.org/1999/xhtml">
            <its:domainRule selector="/h:html/h:body"
                domainPointer="/h:html/h:head/h:meta[@name='keywords']/@content" />
            <its:locNoteRule locNoteType="description" selector="/h:html/h:body">
                <its:locNote>ITS Rules can directly used inside of XHTML.</its:locNote>
            </its:locNoteRule>
        </its:rules>
        <meta name="keywords" content="ITS, domain, 'localization note', example" />
    </head>
    <body>
        <h1>XHTML and ITS2.0</h1>
        <p>Don't use <span its-loc-note="Internationalization Tag Set">ITS</span> prefixed
            attributes inside the content, like its:locNote.</p>
    </body>
</html>

Received on Thursday, 29 November 2012 09:55:05 UTC