Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en" >
<meta charset="utf-8">
<title>test reference</title>
<link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'>
<style>
.r1 { color: orange; }
.r2 { color: blue; }
.r3 { color: purple; }
.s { font-size: 50%; }
</style>
<body>
<p>The example below consists of 3 base characters, each annotated individually, and also all jointly annotated.
“<span class=r1>あ</span>” is annotated by “<span class=r1>1</span>”.
“<span class=r2>い</span>” is annotated by “<span class=r2>2</span>”.
“<span class=r3>う</span>” is annotated by “<span class=r3>3</span>”.
The whole is annotated with “altogether”.
For ease of comparison, it is preceded by some context text: “例文は”.
This test passes if:
<ul>
<li>each base character is presented inline with and similarly to the context text, as if they are all part of the same sentence, and
<li>each annotation is presented as an annotation, and
<li>the correct annotation is presented clearly as being associated with the correct base, and
<li>the joint annotation is associated with the whole base, not just a part.
</ul>
<p>Note: The colors are not part of the test,
they are merely provided as help to the person running the test,
to make it easier to recognize the various parts of the text.
<p>Note: This is not a layout or rendering test.
The precise appearance is not specified,
and implementations may therefore validly vary.
<hr> <!-- incorrect rendering: annotation displayed identical to base text, small font-size -->
例文は<span class=r1>あ</span><span class=r2>い</span><span class=r3>う</span><span class=s>altogether<span class=r1>1</span><span class=r2>2</span><span class=r3>3</span></span>