@@ -12,15 +12,13 @@ Primary use of CSS Writing Modes in these scripts are not on the web but in the
1212
1313<code>
1414writing-mode: tb-rl;
15- -webkit-writing-mode: vertical-rl;
1615writing-mode: vertical-rl;
1716</code>
1817
1918===== Japanese =====
2019
2120<code>
2221writing-mode: tb-rl;
23- -webkit-writing-mode: vertical-rl;
2422writing-mode: vertical-rl;
2523text-underline-position: right;
2624@supports not(text-underline-position: right) {
@@ -37,15 +35,13 @@ text-underline-position: right;
3735
3836<code>
3937writing-mode: tb-rl;
40- -webkit-writing-mode: vertical-rl;
4138writing-mode: vertical-rl;
4239</code>
4340
4441===== Mongolian =====
4542
4643<code>
4744writing-mode: tb-lr;
48- -webkit-writing-mode: vertical-lr;
4945writing-mode: vertical-lr;
5046text-orientation: sideways-right;
5147</code>
@@ -62,9 +58,7 @@ Unlike vertical scripts, it is very unlikely to layout the whole HTML file in ve
6258
6359<code>
6460writing-mode: tb-rl;
65- -webkit-writing-mode: vertical-rl;
6661writing-mode: vertical-rl;
67- -webkit-text-orientation: sideways-right;
6862text-orientation: sideways-right;
6963</code>
7064
@@ -77,9 +71,7 @@ text-orientation: sideways-right;
7771<code>
7872writing-mode: bt-lr;
7973@supports not(writing-mode: bt-lr) {
80- -webkit-writing-mode: vertical-rl;
8174 writing-mode: vertical-rl;
82- -webkit-text-orientation: sideways-right;
8375 text-orientation: sideways-right;
8476 transform: rotate(180deg);
8577}
0 commit comments