Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/text-transform/text-transform-full-size-kana-008.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: Unicode 15 kana and text-transform: full-size-kana</title>
<link rel="match" href="reference/text-transform-full-size-kana-008-ref.html">
<meta name="assert" content="small kana added in Unicode 15 are transformed to normal kana 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>ン
</table>