forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-ruby.json
77 lines (77 loc) · 2.2 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
{
"spec": {
"title": "CSS Ruby Annotation Layout Module Level 1",
"url": "https://www.w3.org/TR/css-ruby-1/"
},
"properties": {
"display": {
"name": "display",
"newValues": "ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container",
"styleDeclaration": [
"display"
]
},
"ruby-position": {
"name": "ruby-position",
"value": "[ alternate || [ over | under ] ] | inter-character",
"initial": "alternate",
"appliesTo": "ruby annotation containers",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"ruby-position",
"rubyPosition"
]
},
"ruby-merge": {
"name": "ruby-merge",
"value": "separate | merge | auto",
"initial": "separate",
"appliesTo": "interlinear ruby annotation containers",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"ruby-merge",
"rubyMerge"
]
},
"ruby-align": {
"name": "ruby-align",
"value": "start | center | space-between | space-around",
"initial": "space-around",
"appliesTo": "ruby bases, ruby annotations, ruby base containers, ruby annotation containers",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"ruby-align",
"rubyAlign"
]
},
"ruby-overhang": {
"name": "ruby-overhang",
"value": "auto | none",
"initial": "auto",
"appliesTo": "ruby annotation containers",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"ruby-overhang",
"rubyOverhang"
]
}
},
"descriptors": {},
"valuespaces": {}
}