forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-writing-modes.json
99 lines (99 loc) · 2.96 KB
/
css-writing-modes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"spec": {
"title": "CSS Writing Modes Level 4",
"url": "https://www.w3.org/TR/css-writing-modes-4/"
},
"properties": {
"direction": {
"name": "direction",
"value": "ltr | rtl",
"initial": "ltr",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified value",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"styleDeclaration": [
"direction"
]
},
"unicode-bidi": {
"name": "unicode-bidi",
"value": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
"initial": "normal",
"appliesTo": "all elements, but see prose",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"unicode-bidi",
"unicodeBidi"
]
},
"writing-mode": {
"name": "writing-mode",
"value": "horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr",
"initial": "horizontal-tb",
"appliesTo": "All elements except table row groups, table column groups, table rows, table columns, ruby base container, ruby annotation container",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified value",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"styleDeclaration": [
"writing-mode",
"writingMode"
]
},
"text-orientation": {
"name": "text-orientation",
"value": "mixed | upright | sideways",
"initial": "mixed",
"appliesTo": "all elements except table row groups, rows, column groups, and columns",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified value",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"styleDeclaration": [
"text-orientation",
"textOrientation"
]
},
"glyph-orientation-vertical": {
"name": "glyph-orientation-vertical",
"value": "auto | 0deg | 90deg | 0 | 90",
"initial": "n/a",
"appliesTo": "n/a",
"inherited": "na/",
"percentages": "n/a",
"computedValue": "n/a",
"canonicalOrder": "n/a",
"animatable": "n/a",
"styleDeclaration": [
"glyph-orientation-vertical",
"glyphOrientationVertical"
]
},
"text-combine-upright": {
"name": "text-combine-upright",
"value": "none | all | [ digits <integer>? ]",
"initial": "none",
"appliesTo": "non-replaced inline elements",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword, plus integer if digits",
"canonicalOrder": "n/a",
"animationType": "not animatable",
"styleDeclaration": [
"text-combine-upright",
"textCombineUpright"
]
}
},
"descriptors": {},
"valuespaces": {}
}