Bug 1793334 [wpt PR 36214] - cc Drop self-closing tag syntax from all HTML-ITS tests...
[gecko.git] / testing / web-platform / tests / conformance-checkers / html-its / mtconfidence / html / mtconfidence4html.html
blob1fe4b6465c3fb63f4db24d874784771ed1967424
1 <!DOCTYPE html>
2 <html lang=en>
3 <head>
4 <meta charset=utf-8>
5 <title>Example of MT Confidence with annotator references.</title>
6 <link href="mtconfidence4htmlrules.xml" rel="its-rules">
7 </head>
8 <body its-annotators-ref="mt-confidence|file:///tools.xml#T1" >
9 <p its-annotators-ref="text-analysis|file:///tools.xml#T2" >
10 <span id="ireland">Dublin is the capital city of Ireland and has the 50th biggest population density in Europe.</span>
11 <span id="spain">Madrid is the capital of Spain.</span>
12 <span its-annotators-ref="mt-confidence|file:///tools.xml#T3" id="germany">Berlin is the capital of Germany.</span>
13 <span id="england">London is the capital of England</span>
14 </p>
15 </body>
16 </html>