Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: Hiragana and text-transform: full-size-kana</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel='author' title='Diego Pino Garcia' href='mailto:dpino@igalia.com'>
<link rel="match" href="reference/text-transform-full-size-kana-001-ref.html">
<meta name="assert" content="small hiragana are transformed to normal hiragana by text-tranform:full-size-kana">
<style>
td:nth-of-type(2) {
text-transform: full-size-kana
}
</style>
<p>Test passes if the characters in the second column are
the same shape and size as those in the rightmost column,
not small as those in the leftmost column.<br>
Any missing glyph should be ignored as long as it is missing in both the second and the rightmost column.
<table>
<tr><td>ぁ<td>ぁ<td>あ
<tr><td>ぃ<td>ぃ<td>い
<tr><td>ぅ<td>ぅ<td>う
<tr><td>ぇ<td>ぇ<td>え
<tr><td>ぉ<td>ぉ<td>お
<tr><td>ゕ<td>ゕ<td>か
<tr><td>ゖ<td>ゖ<td>け
<tr><td>っ<td>っ<td>つ
<tr><td>ゃ<td>ゃ<td>や
<tr><td>ゅ<td>ゅ<td>ゆ
<tr><td>ょ<td>ょ<td>よ
<tr><td>ゎ<td>ゎ<td>わ
</table>