-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css-text-3][css-text-4] Add Unicode 15 small kana
- Loading branch information
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
css/css-text/text-transform/reference/text-transform-full-size-kana-008-ref.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<title>CSS Text level 3 Reference: Unicode 15 kana and text-transform: full-size-kana</title> | ||
<link rel="author" title="Elika Etemad" href="http://fantasai.inkedblade.net/contact"> | ||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-text-transform-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>ヱ | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<tr><td>𛅧<td>ン<td>ン | ||
</table> |
29 changes: 29 additions & 0 deletions
29
css/css-text/text-transform/text-transform-full-size-kana-008.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<title>CSS Text level 3 Test: Unicode 15 kana and text-transform: full-size-kana</title> | ||
<link rel="author" title="Elika Etemad" href="http://fantasai.inkedblade.net/contact"> | ||
<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-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>ヱ | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<tr><td>𛅧<td>𛅧<td>ン | ||
</table> |
I think this is a copy/paste error; the two occurrences of
30F1
in this line should be30F2
.