wpt / css / css-text / text-transform / text-transform-full-size-kana-002.html

Status: PASS | Duration: 13ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-text/text-transform/text-transform-full-size-kana-002.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test: Katakana 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="help" href="https://drafts.csswg.org/css-text-3/#valdef-text-transform-full-size-kana">
<link rel="match" href="reference/text-transform-full-size-kana-002-ref.html">
<meta name="assert" content="small katakana are transformed to normal katakana by text-tranform:full-size-kana (part 1)">
<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>ト
  <tr><td>ㇴ<td>ㇴ<td>ヌ
</table>

/css/css-text/text-transform/reference/text-transform-full-size-kana-002-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 Test Reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel='author' title='Diego Pino Garcia' href='mailto:dpino@igalia.com'>

<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>ト
  <tr><td>ㇴ<td>ヌ<td>ヌ
</table>