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-004.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: half-width Katakana and text-transform: full-size-kana</title>
<link rel='author' title='Diego Pino Garcia' href='mailto:dpino@igalia.com'>
<link rel="match" href="reference/text-transform-full-size-kana-004-ref.html">
<meta name="assert" content="small half-width katakana are transformed to normal half-width katakana 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>