forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss-display-3.json
266 lines (266 loc) · 7.33 KB
/
css-display-3.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
"spec": {
"title": "CSS Display Module Level 3",
"url": "https://www.w3.org/TR/css-display-3/"
},
"headings": [
{
"id": "title",
"href": "https://www.w3.org/TR/css-display-3/#title",
"level": 1,
"title": "CSS Display Module Level 3"
},
{
"id": "subtitle",
"href": "https://www.w3.org/TR/css-display-3/#subtitle",
"level": 2,
"title": "W3C Candidate Recommendation Draft, 18 December 2020"
},
{
"id": "abstract",
"href": "https://www.w3.org/TR/css-display-3/#abstract",
"level": 2,
"title": "Abstract"
},
{
"id": "status",
"href": "https://www.w3.org/TR/css-display-3/#status",
"level": 2,
"title": "Status of this document"
},
{
"id": "toc",
"href": "https://www.w3.org/TR/css-display-3/#toc",
"level": 2,
"title": "Table of Contents"
},
{
"id": "intro",
"href": "https://www.w3.org/TR/css-display-3/#intro",
"level": 2,
"title": "Introduction",
"number": "1"
},
{
"id": "placement",
"href": "https://www.w3.org/TR/css-display-3/#placement",
"level": 3,
"title": "Module interactions",
"number": "1.1"
},
{
"id": "values",
"href": "https://www.w3.org/TR/css-display-3/#values",
"level": 3,
"title": "Value Definitions",
"number": "1.2"
},
{
"id": "the-display-properties",
"href": "https://www.w3.org/TR/css-display-3/#the-display-properties",
"level": 2,
"title": "Box Layout Modes: the display property",
"number": "2"
},
{
"id": "outer-role",
"href": "https://www.w3.org/TR/css-display-3/#outer-role",
"level": 3,
"title": "Outer Display Roles for Flow Layout: the block, inline, and run-in keywords",
"number": "2.1"
},
{
"id": "inner-model",
"href": "https://www.w3.org/TR/css-display-3/#inner-model",
"level": 3,
"title": "Inner Display Layout Models: the flow, flow-root, table, flex, grid, and ruby keywords",
"number": "2.2"
},
{
"id": "list-items",
"href": "https://www.w3.org/TR/css-display-3/#list-items",
"level": 3,
"title": "Generating Marker Boxes: the list-item keyword",
"number": "2.3"
},
{
"id": "layout-specific-display",
"href": "https://www.w3.org/TR/css-display-3/#layout-specific-display",
"level": 3,
"title": "Layout-Internal Display Types: the table-* and ruby-* keywords",
"number": "2.4"
},
{
"id": "box-generation",
"href": "https://www.w3.org/TR/css-display-3/#box-generation",
"level": 3,
"title": "Box Generation: the none and contents keywords",
"number": "2.5"
},
{
"id": "legacy-display",
"href": "https://www.w3.org/TR/css-display-3/#legacy-display",
"level": 3,
"title": "Precomposed Inline-level Display Values",
"number": "2.6"
},
{
"id": "transformations",
"href": "https://www.w3.org/TR/css-display-3/#transformations",
"level": 3,
"title": "Automatic Box Type Transformations",
"number": "2.7"
},
{
"id": "run-in-layout",
"href": "https://www.w3.org/TR/css-display-3/#run-in-layout",
"level": 2,
"title": "Run-In Layout",
"number": "3"
},
{
"id": "glossary",
"href": "https://www.w3.org/TR/css-display-3/#glossary",
"level": 2,
"title": "Appendix A: Glossary"
},
{
"id": "unbox",
"href": "https://www.w3.org/TR/css-display-3/#unbox",
"level": 2,
"title": "Appendix B: Effects of display: contents on Unusual Elements"
},
{
"id": "unbox-html",
"href": "https://www.w3.org/TR/css-display-3/#unbox-html",
"level": 3,
"title": "HTML Elements"
},
{
"id": "unbox-svg",
"href": "https://www.w3.org/TR/css-display-3/#unbox-svg",
"level": 3,
"title": "SVG Elements"
},
{
"id": "unbox-mathml",
"href": "https://www.w3.org/TR/css-display-3/#unbox-mathml",
"level": 3,
"title": "MathML Elements"
},
{
"id": "box-guidelines",
"href": "https://www.w3.org/TR/css-display-3/#box-guidelines",
"level": 2,
"title": "Appendix C: Box Construction Guidelines for Spec Authors"
},
{
"id": "acknowledgments",
"href": "https://www.w3.org/TR/css-display-3/#acknowledgments",
"level": 2,
"title": "Acknowledgments"
},
{
"id": "changes",
"href": "https://www.w3.org/TR/css-display-3/#changes",
"level": 2,
"title": "Changes"
},
{
"id": "changes-wd",
"href": "https://www.w3.org/TR/css-display-3/#changes-wd",
"level": 3,
"title": "Changes Prior to Candidate Recommendation Status"
},
{
"id": "priv-sec",
"href": "https://www.w3.org/TR/css-display-3/#priv-sec",
"level": 2,
"title": "Privacy and Security Considerations"
},
{
"id": "w3c-conformance",
"href": "https://www.w3.org/TR/css-display-3/#w3c-conformance",
"level": 2,
"title": "Conformance"
},
{
"id": "w3c-conventions",
"href": "https://www.w3.org/TR/css-display-3/#w3c-conventions",
"level": 3,
"title": "Document conventions"
},
{
"id": "w3c-conformance-classes",
"href": "https://www.w3.org/TR/css-display-3/#w3c-conformance-classes",
"level": 3,
"title": "Conformance classes"
},
{
"id": "w3c-partial",
"href": "https://www.w3.org/TR/css-display-3/#w3c-partial",
"level": 3,
"title": "Partial implementations"
},
{
"id": "w3c-conform-future-proofing",
"href": "https://www.w3.org/TR/css-display-3/#w3c-conform-future-proofing",
"level": 4,
"title": "Implementations of Unstable and Proprietary Features"
},
{
"id": "w3c-testing",
"href": "https://www.w3.org/TR/css-display-3/#w3c-testing",
"level": 3,
"title": "Non-experimental implementations"
},
{
"id": "w3c-cr-exit-criteria",
"href": "https://www.w3.org/TR/css-display-3/#w3c-cr-exit-criteria",
"level": 3,
"title": "CR exit criteria"
},
{
"id": "index",
"href": "https://www.w3.org/TR/css-display-3/#index",
"level": 2,
"title": "Index"
},
{
"id": "index-defined-here",
"href": "https://www.w3.org/TR/css-display-3/#index-defined-here",
"level": 3,
"title": "Terms defined by this specification"
},
{
"id": "index-defined-elsewhere",
"href": "https://www.w3.org/TR/css-display-3/#index-defined-elsewhere",
"level": 3,
"title": "Terms defined by reference"
},
{
"id": "references",
"href": "https://www.w3.org/TR/css-display-3/#references",
"level": 2,
"title": "References"
},
{
"id": "normative",
"href": "https://www.w3.org/TR/css-display-3/#normative",
"level": 3,
"title": "Normative References"
},
{
"id": "informative",
"href": "https://www.w3.org/TR/css-display-3/#informative",
"level": 3,
"title": "Informative References"
},
{
"id": "property-index",
"href": "https://www.w3.org/TR/css-display-3/#property-index",
"level": 2,
"title": "Property Index"
}
]
}