summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/translate/html/translate3html.html
blob: 52aa5019e417566b0c13458e90354d919b7c023a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
 <html>
  <head>
   <meta charset=utf-8> 
   <title>EXAMPLE</title>
   <link href="translate3htmlrules.xml" rel="its-rules"/>
  </head>
  <body>
   <span translate="yes">The Life of a Simple Man</span>
   <!--
   Note that the contents of <b> and <span> should end up *not* translatable with these settings
   -->
   <section>
    <p>
    Everything started when Zebulon discovered that he had a
     <span>doppelgänger</span>
    who was a serious baseball
     <span>aficionado</span>
    .
    </p>
   </section>
  </body>
 </html>