-
Notifications
You must be signed in to change notification settings - Fork 17
/
css-ruby.json
106 lines (106 loc) · 4.92 KB
/
css-ruby.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
100
101
102
103
104
105
106
{
"ruby-align-property": [
{
"engines": [
"gecko"
],
"filename": "css/properties/ruby-align.json",
"name": "ruby-align",
"slug": "CSS/ruby-align",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-align",
"summary": "The ruby-align CSS property defines the distribution of the different ruby elements over the base.",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "38"
},
"firefox_android": "mirror",
"ie": {
"version_added": false,
"notes": "Internet Explorer 9 and later supports an earlier draft of CSS Ruby with non-standard values for this property: <code>auto</code>, <code>left</code>, <code>center</code>, <code>right</code>, <code>distribute-letter</code>, <code>distribute-space</code>, and <code>line-edge</code>."
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"edge_blink": {
"version_added": false
}
},
"title": "ruby-align"
}
],
"rubypos": [
{
"engines": [
"blink",
"gecko"
],
"prefixed": [
"webkit"
],
"filename": "css/properties/ruby-position.json",
"name": "ruby-position",
"slug": "CSS/ruby-position",
"mdn_url": "https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-position",
"summary": "The ruby-position CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (over), under it (under), or between the characters on their right side (inter-character).",
"support": {
"chrome": [
{
"version_added": "84"
},
{
"version_added": "1",
"prefix": "-webkit-",
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
}
],
"chrome_android": "mirror",
"edge": {
"version_added": false
},
"firefox": {
"version_added": "38"
},
"firefox_android": "mirror",
"ie": {
"version_added": false,
"notes": "Internet Explorer 9 and later support an old draft values: <code>inline</code> (equivalent of having <code>display: inline</code> on the ruby), and <code>above</code> (synonym of the modern <code>over</code>)."
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "7",
"prefix": "-webkit-",
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
},
"safari_ios": "mirror",
"samsunginternet_android": {
"version_added": "14.0"
},
"webview_android": "mirror",
"edge_blink": [
{
"version_added": "84"
},
{
"version_added": "79",
"prefix": "-webkit-",
"notes": "Implemented as a non-standard, prefixed, version of <code>ruby-position</code>, <code>-webkit-ruby-position</code>: it has two properties: <code>before</code> and <code>after</code> (both equivalent, for ltr and rtl scripts to the standard <code>over</code> value used with <code>ruby-align: start</code>)."
}
]
},
"title": "ruby-position"
}
]
}