Skip to content

Commit be203e5

Browse files
committed
spec/css3-writing-modes/author-css: edited
1 parent effca2e commit be203e5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

spec/css3-writing-modes/author-css.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ Primary use of CSS Writing Modes in these scripts are not on the web but in the
1212

1313
<code>
1414
writing-mode: tb-rl;
15-
-webkit-writing-mode: vertical-rl;
1615
writing-mode: vertical-rl;
1716
</code>
1817

1918
===== Japanese =====
2019

2120
<code>
2221
writing-mode: tb-rl;
23-
-webkit-writing-mode: vertical-rl;
2422
writing-mode: vertical-rl;
2523
text-underline-position: right;
2624
@supports not(text-underline-position: right) {
@@ -37,15 +35,13 @@ text-underline-position: right;
3735

3836
<code>
3937
writing-mode: tb-rl;
40-
-webkit-writing-mode: vertical-rl;
4138
writing-mode: vertical-rl;
4239
</code>
4340

4441
===== Mongolian =====
4542

4643
<code>
4744
writing-mode: tb-lr;
48-
-webkit-writing-mode: vertical-lr;
4945
writing-mode: vertical-lr;
5046
text-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>
6460
writing-mode: tb-rl;
65-
-webkit-writing-mode: vertical-rl;
6661
writing-mode: vertical-rl;
67-
-webkit-text-orientation: sideways-right;
6862
text-orientation: sideways-right;
6963
</code>
7064

@@ -77,9 +71,7 @@ text-orientation: sideways-right;
7771
<code>
7872
writing-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

Comments
 (0)