- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Thu, 18 Jul 2013 06:52:58 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5 In directory gil:/tmp/cvs-serv9913/examples/html5 Modified Files: EX-locNote-html5-local-1.html EX-mtconfidence-global-html5-1-external-rules.xml EX-xhtml-markup-1.html Log Message: more example re-formatting --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locNote-html5-local-1.html 2012/10/19 15:48:12 1.4 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-locNote-html5-local-1.html 2013/07/18 06:52:58 1.5 @@ -5,6 +5,8 @@ <title>LocNote test: Default</title> </head> <body> - <p>This is a <span its-loc-note="Check with terminology engineer" its-loc-note-type=alert>motherboard</span>.</p> + <p>This is a + <span its-loc-note="Check with terminology engineer" its-loc-note-type=alert> + motherboard</span>.</p> </body> </html> \ No newline at end of file --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-mtconfidence-global-html5-1-external-rules.xml 2012/11/20 12:02:53 1.2 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-mtconfidence-global-html5-1-external-rules.xml 2013/07/18 06:52:58 1.3 @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0" xmlns:h="http://www.w3.org/1999/xhtml"> - <its:mtConfidenceRule mtConfidence="0.785" selector="//h:img[@title='Front gate of Trinity College Dublin']/@title"/> - <its:mtConfidenceRule mtConfidence="0.805" selector="//h:img[@title='A tart with a cart']/@title"/> + <its:mtConfidenceRule mtConfidence="0.785" + selector="//h:img[@title='Front gate of Trinity College Dublin']/@title"/> + <its:mtConfidenceRule mtConfidence="0.805" + selector="//h:img[@title='A tart with a cart']/@title"/> </its:rules> --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-xhtml-markup-1.html 2013/02/01 09:19:24 1.1 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/html5/EX-xhtml-markup-1.html 2013/07/18 06:52:58 1.2 @@ -1,11 +1,13 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!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> </head> <body> <h1>XHTML and ITS2.0</h1> - <p>Don't use <span its-loc-note="Internationalization Tag Set">ITS</span> prefixed + <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, 18 July 2013 06:53:00 UTC