This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
graph.dot
444 lines (444 loc) · 14.2 KB
/
graph.dot
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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
digraph G {
"BsDeclaredom" -> "Css"
"BsDeclaredom" -> "Html"
"Css" -> "Css_Charset"
"Css" -> "Css_Function"
"Css" -> "Css_Media"
"Css" -> "Css_Module"
"Css" -> "Css_Properties"
"Css" -> "Css_Property"
"Css" -> "Css_Selector"
"Css" -> "Css_Style"
"Css" -> "Css_Stylesheet"
"Css" -> "Css_Unit"
"Css" -> "Css_Value"
"Declaredom" -> "Array"
"Declaredom" -> "Dom"
"Declaredom" -> "Js"
"Declaredom" -> "Obj"
"Declaredom" -> "Webapi"
"Html" -> "Html_Aria"
"Html" -> "Html_Attributes"
"Html" -> "Html_Events"
"Html" -> "Html_Node"
"Html" -> "Html_Nodes"
"Html" -> "Html_Overrides"
"Util" -> "Belt"
"Util" -> "Js"
"Css_Charset" -> "Util"
"Css_Media" -> "Belt"
"Css_Media" -> "Css_Unit"
"Css_Media" -> "Js"
"Css_Media" -> "List"
"Css_Module" -> "Array"
"Css_Module" -> "Belt"
"Css_Module" -> "Css_Media"
"Css_Module" -> "Css_Property"
"Css_Module" -> "Css_Selector"
"Css_Module" -> "Digest"
"Css_Module" -> "Js"
"Css_Module" -> "List"
"Css_Module" -> "Util"
"Css_Properties" -> "Belt"
"Css_Properties" -> "Css_Property"
"Css_Properties" -> "Css_Value"
"Css_Properties" -> "Js"
"Css_Properties" -> "Util"
"Css_Property" -> "Belt"
"Css_Property" -> "Js"
"Css_Property" -> "Util"
"Css_Selector" -> "Belt"
"Css_Selector" -> "Css_Property"
"Css_Selector" -> "Js"
"Css_Selector" -> "List"
"Css_Selector" -> "Obj"
"Css_Selector" -> "Util"
"Css_Style" -> "AlignContent"
"Css_Style" -> "AlignItems"
"Css_Style" -> "AlignSelf"
"Css_Style" -> "AnimationDelay"
"Css_Style" -> "AnimationDirection"
"Css_Style" -> "AnimationDuration"
"Css_Style" -> "AnimationFillMode"
"Css_Style" -> "AnimationIterationCount"
"Css_Style" -> "AnimationName"
"Css_Style" -> "AnimationPlayState"
"Css_Style" -> "AnimationTimingFunction"
"Css_Style" -> "Azimuth"
"Css_Style" -> "BackgroundAttachment"
"Css_Style" -> "BackgroundColor"
"Css_Style" -> "BackgroundImage"
"Css_Style" -> "BackgroundPosition"
"Css_Style" -> "BackgroundRepeat"
"Css_Style" -> "BackgroundSize"
"Css_Style" -> "Belt"
"Css_Style" -> "BorderBottomColor"
"Css_Style" -> "BorderBottomStyle"
"Css_Style" -> "BorderBottomWidth"
"Css_Style" -> "BorderCollapse"
"Css_Style" -> "BorderColor"
"Css_Style" -> "BorderLeftColor"
"Css_Style" -> "BorderLeftStyle"
"Css_Style" -> "BorderLeftWidth"
"Css_Style" -> "BorderRightColor"
"Css_Style" -> "BorderRightStyle"
"Css_Style" -> "BorderRightWidth"
"Css_Style" -> "BorderSpacing"
"Css_Style" -> "BorderStyle"
"Css_Style" -> "BorderTopColor"
"Css_Style" -> "BorderTopStyle"
"Css_Style" -> "BorderTopWidth"
"Css_Style" -> "BorderWidth"
"Css_Style" -> "Bottom"
"Css_Style" -> "CaptionSide"
"Css_Style" -> "Clear"
"Css_Style" -> "Clip"
"Css_Style" -> "Color"
"Css_Style" -> "Css_Properties"
"Css_Style" -> "Css_Property"
"Css_Style" -> "Cue"
"Css_Style" -> "CueAfter"
"Css_Style" -> "CueBefore"
"Css_Style" -> "Cursor"
"Css_Style" -> "Direction"
"Css_Style" -> "Elevation"
"Css_Style" -> "EmptyCells"
"Css_Style" -> "FlexBasis"
"Css_Style" -> "FlexDirection"
"Css_Style" -> "FlexFlow"
"Css_Style" -> "FlexGrow"
"Css_Style" -> "FlexShrink"
"Css_Style" -> "FlexWrap"
"Css_Style" -> "Float"
"Css_Style" -> "FontFamily"
"Css_Style" -> "FontSize"
"Css_Style" -> "FontStyle"
"Css_Style" -> "FontVariant"
"Css_Style" -> "FontWeight"
"Css_Style" -> "Height"
"Css_Style" -> "Js"
"Css_Style" -> "JustifyContent"
"Css_Style" -> "Left"
"Css_Style" -> "LetterSpacing"
"Css_Style" -> "LineHeight"
"Css_Style" -> "ListStyleImage"
"Css_Style" -> "ListStylePosition"
"Css_Style" -> "ListStyleType"
"Css_Style" -> "MarginBottom"
"Css_Style" -> "MarginLeft"
"Css_Style" -> "MarginRight"
"Css_Style" -> "MarginTop"
"Css_Style" -> "MaxHeight"
"Css_Style" -> "MaxWidth"
"Css_Style" -> "MinHeight"
"Css_Style" -> "MinWidth"
"Css_Style" -> "Opacity"
"Css_Style" -> "Order"
"Css_Style" -> "Orphans"
"Css_Style" -> "OutlineColor"
"Css_Style" -> "OutlineStyle"
"Css_Style" -> "OutlineWidth"
"Css_Style" -> "Overflow"
"Css_Style" -> "PaddingBottom"
"Css_Style" -> "PaddingLeft"
"Css_Style" -> "PaddingRight"
"Css_Style" -> "PaddingTop"
"Css_Style" -> "PageBreakAfter"
"Css_Style" -> "PageBreakBefore"
"Css_Style" -> "PageBreakInside"
"Css_Style" -> "Pause"
"Css_Style" -> "PauseAfter"
"Css_Style" -> "PauseBefore"
"Css_Style" -> "Pitch"
"Css_Style" -> "PitchRange"
"Css_Style" -> "PlayDuring"
"Css_Style" -> "Richness"
"Css_Style" -> "Right"
"Css_Style" -> "Speak"
"Css_Style" -> "SpeakHeader"
"Css_Style" -> "SpeakNumeral"
"Css_Style" -> "SpeakPunctuation"
"Css_Style" -> "SpeechRate"
"Css_Style" -> "Stress"
"Css_Style" -> "TableLayout"
"Css_Style" -> "TextAlign"
"Css_Style" -> "TextDecoration"
"Css_Style" -> "TextIndent"
"Css_Style" -> "TextTransform"
"Css_Style" -> "Top"
"Css_Style" -> "TransitionDelay"
"Css_Style" -> "TransitionDuration"
"Css_Style" -> "TransitionProperty"
"Css_Style" -> "TransitionTimingFunction"
"Css_Style" -> "UnicodeBidi"
"Css_Style" -> "UserSelect"
"Css_Style" -> "Util"
"Css_Style" -> "VerticalAlign"
"Css_Style" -> "Visibility"
"Css_Style" -> "VoiceFamily"
"Css_Style" -> "Volume"
"Css_Style" -> "WhiteSpace"
"Css_Style" -> "Widows"
"Css_Style" -> "Width"
"Css_Style" -> "WordBreak"
"Css_Style" -> "WordSpacing"
"Css_Style" -> "ZIndex"
"Css_Stylesheet" -> "Belt"
"Css_Stylesheet" -> "Css_Charset"
"Css_Stylesheet" -> "Css_Media"
"Css_Stylesheet" -> "Css_Module"
"Css_Stylesheet" -> "Css_Property"
"Css_Stylesheet" -> "Css_Selector"
"Css_Stylesheet" -> "Css_Style"
"Css_Stylesheet" -> "Css_Value"
"Css_Stylesheet" -> "Js"
"Css_Stylesheet" -> "List"
"Css_Stylesheet" -> "Util"
"Css_Unit" -> "Js"
"Css_Value" -> "Belt"
"Css_Value" -> "Css_Unit"
"Css_Value" -> "Js"
"Css_Value" -> "Util"
"Html_Aria" -> "Belt"
"Html_Aria" -> "Html_Attributes"
"Html_Aria" -> "Js"
"Html_Aria" -> "Util"
"Html_Attributes" -> "Belt"
"Html_Attributes" -> "Css_Property"
"Html_Attributes" -> "Declaredom"
"Html_Attributes" -> "Js"
"Html_Attributes" -> "Util"
"Html_Events" -> "Declaredom"
"Html_Events" -> "Dom"
"Html_Events" -> "Js"
"Html_Events" -> "Util"
"Html_Jsx" -> "Belt"
"Html_Jsx" -> "Html_Nodes"
"Html_Jsx" -> "Js"
"Html_Jsx" -> "List"
"Html_Node" -> "Belt"
"Html_Node" -> "Dom"
"Html_Node" -> "Js"
"Html_Node" -> "Obj"
"Html_Node" -> "Webapi"
"Html_Nodes" -> "Belt"
"Html_Nodes" -> "Css_Media"
"Html_Nodes" -> "Css_Module"
"Html_Nodes" -> "Css_Property"
"Html_Nodes" -> "Css_Value"
"Html_Nodes" -> "Declaredom"
"Html_Nodes" -> "Dom"
"Html_Nodes" -> "Html_Attributes"
"Html_Nodes" -> "Html_Events"
"Html_Nodes" -> "Html_Node"
"Html_Nodes" -> "Js"
"Html_Nodes" -> "Util"
"Html_Overrides" -> "Belt"
"Html_Overrides" -> "Css_Module"
"Html_Overrides" -> "Css_Properties"
"Html_Overrides" -> "Css_Property"
"Html_Overrides" -> "Css_Style"
"Html_Overrides" -> "Dom"
"Html_Overrides" -> "Html_Node"
"Html_Overrides" -> "Html_Nodes"
"Html_Overrides" -> "Js"
"Html_Overrides" -> "Webapi"
"Example" -> "Css"
"Example" -> "Div"
"Example" -> "Document"
"Example" -> "Element"
"Example" -> "Html"
"Example" -> "HtmlDocument"
"Example" -> "Html_Node"
"Example" -> "Js"
"Example" -> "Obj"
"Example" -> "Section"
"Example" -> "Span"
"Example" -> "Webapi"
"ExampleSimple" -> "Html"
"ExampleSimple" -> "Js"
"Test_All" -> "Test_Css"
"Test_All" -> "Test_Html"
"Test_Css" -> "Test_Css_Media"
"Test_Css" -> "Test_Css_Property"
"Test_Css" -> "Test_Css_Selector"
"Test_Css" -> "Test_Css_Stylesheet"
"Test_Html" -> "Test_Html_Node"
"Test_Css_Media" -> "BsTape"
"Test_Css_Media" -> "Css_Media"
"Test_Css_Media" -> "T"
"Test_Css_Media" -> "Test"
"Test_Css_Property" -> "AlignContent"
"Test_Css_Property" -> "AlignItems"
"Test_Css_Property" -> "AlignSelf"
"Test_Css_Property" -> "Animation"
"Test_Css_Property" -> "AnimationDelay"
"Test_Css_Property" -> "AnimationDirection"
"Test_Css_Property" -> "AnimationDuration"
"Test_Css_Property" -> "AnimationFillMode"
"Test_Css_Property" -> "AnimationIterationCount"
"Test_Css_Property" -> "AnimationName"
"Test_Css_Property" -> "AnimationPlayState"
"Test_Css_Property" -> "AnimationTimingFunction"
"Test_Css_Property" -> "Azimuth"
"Test_Css_Property" -> "Background"
"Test_Css_Property" -> "BackgroundAttachment"
"Test_Css_Property" -> "BackgroundColor"
"Test_Css_Property" -> "BackgroundImage"
"Test_Css_Property" -> "BackgroundPosition"
"Test_Css_Property" -> "BackgroundRepeat"
"Test_Css_Property" -> "BackgroundSize"
"Test_Css_Property" -> "Border"
"Test_Css_Property" -> "BorderBottom"
"Test_Css_Property" -> "BorderBottomColor"
"Test_Css_Property" -> "BorderBottomStyle"
"Test_Css_Property" -> "BorderBottomWidth"
"Test_Css_Property" -> "BorderCollapse"
"Test_Css_Property" -> "BorderColor"
"Test_Css_Property" -> "BorderLeft"
"Test_Css_Property" -> "BorderLeftColor"
"Test_Css_Property" -> "BorderLeftStyle"
"Test_Css_Property" -> "BorderLeftWidth"
"Test_Css_Property" -> "BorderRadius"
"Test_Css_Property" -> "BorderRight"
"Test_Css_Property" -> "BorderRightColor"
"Test_Css_Property" -> "BorderRightStyle"
"Test_Css_Property" -> "BorderRightWidth"
"Test_Css_Property" -> "BorderSpacing"
"Test_Css_Property" -> "BorderStyle"
"Test_Css_Property" -> "BorderTop"
"Test_Css_Property" -> "BorderTopColor"
"Test_Css_Property" -> "BorderTopStyle"
"Test_Css_Property" -> "BorderTopWidth"
"Test_Css_Property" -> "BorderWidth"
"Test_Css_Property" -> "Bottom"
"Test_Css_Property" -> "BsTape"
"Test_Css_Property" -> "CaptionSide"
"Test_Css_Property" -> "Clear"
"Test_Css_Property" -> "Clip"
"Test_Css_Property" -> "Color"
"Test_Css_Property" -> "Css_Function"
"Test_Css_Property" -> "Css_Properties"
"Test_Css_Property" -> "Css_Property"
"Test_Css_Property" -> "Cue"
"Test_Css_Property" -> "CueAfter"
"Test_Css_Property" -> "CueBefore"
"Test_Css_Property" -> "Cursor"
"Test_Css_Property" -> "Direction"
"Test_Css_Property" -> "Elevation"
"Test_Css_Property" -> "EmptyCells"
"Test_Css_Property" -> "Flex"
"Test_Css_Property" -> "FlexBasis"
"Test_Css_Property" -> "FlexDirection"
"Test_Css_Property" -> "FlexFlow"
"Test_Css_Property" -> "FlexGrow"
"Test_Css_Property" -> "FlexShrink"
"Test_Css_Property" -> "FlexWrap"
"Test_Css_Property" -> "Float"
"Test_Css_Property" -> "Font"
"Test_Css_Property" -> "FontFamily"
"Test_Css_Property" -> "FontSize"
"Test_Css_Property" -> "FontStyle"
"Test_Css_Property" -> "FontVariant"
"Test_Css_Property" -> "FontWeight"
"Test_Css_Property" -> "Height"
"Test_Css_Property" -> "JustifyContent"
"Test_Css_Property" -> "Left"
"Test_Css_Property" -> "LetterSpacing"
"Test_Css_Property" -> "LineHeight"
"Test_Css_Property" -> "ListStyle"
"Test_Css_Property" -> "ListStyleImage"
"Test_Css_Property" -> "ListStylePosition"
"Test_Css_Property" -> "ListStyleType"
"Test_Css_Property" -> "Margin"
"Test_Css_Property" -> "MarginBottom"
"Test_Css_Property" -> "MarginLeft"
"Test_Css_Property" -> "MarginRight"
"Test_Css_Property" -> "MarginTop"
"Test_Css_Property" -> "MaxHeight"
"Test_Css_Property" -> "MaxWidth"
"Test_Css_Property" -> "MinHeight"
"Test_Css_Property" -> "MinWidth"
"Test_Css_Property" -> "Opacity"
"Test_Css_Property" -> "Order"
"Test_Css_Property" -> "Orphans"
"Test_Css_Property" -> "Outline"
"Test_Css_Property" -> "OutlineColor"
"Test_Css_Property" -> "OutlineStyle"
"Test_Css_Property" -> "OutlineWidth"
"Test_Css_Property" -> "Overflow"
"Test_Css_Property" -> "Padding"
"Test_Css_Property" -> "PaddingBottom"
"Test_Css_Property" -> "PaddingLeft"
"Test_Css_Property" -> "PaddingRight"
"Test_Css_Property" -> "PaddingTop"
"Test_Css_Property" -> "PageBreakAfter"
"Test_Css_Property" -> "PageBreakBefore"
"Test_Css_Property" -> "PageBreakInside"
"Test_Css_Property" -> "Pause"
"Test_Css_Property" -> "PauseAfter"
"Test_Css_Property" -> "PauseBefore"
"Test_Css_Property" -> "Pitch"
"Test_Css_Property" -> "PitchRange"
"Test_Css_Property" -> "PlayDuring"
"Test_Css_Property" -> "Richness"
"Test_Css_Property" -> "Ruby"
"Test_Css_Property" -> "Size"
"Test_Css_Property" -> "Speak"
"Test_Css_Property" -> "SpeakHeader"
"Test_Css_Property" -> "SpeakNumeral"
"Test_Css_Property" -> "SpeakPunctuation"
"Test_Css_Property" -> "SpeechRate"
"Test_Css_Property" -> "Stress"
"Test_Css_Property" -> "T"
"Test_Css_Property" -> "TableLayout"
"Test_Css_Property" -> "Test"
"Test_Css_Property" -> "TextAlign"
"Test_Css_Property" -> "TextDecoration"
"Test_Css_Property" -> "TextIndent"
"Test_Css_Property" -> "TextTransform"
"Test_Css_Property" -> "Transition"
"Test_Css_Property" -> "TransitionDelay"
"Test_Css_Property" -> "TransitionDuration"
"Test_Css_Property" -> "TransitionProperty"
"Test_Css_Property" -> "TransitionTimingFunction"
"Test_Css_Property" -> "UnicodeBidi"
"Test_Css_Property" -> "UserSelect"
"Test_Css_Property" -> "VerticalAlign"
"Test_Css_Property" -> "Visibility"
"Test_Css_Property" -> "VoiceFamily"
"Test_Css_Property" -> "Volume"
"Test_Css_Property" -> "WhiteSpace"
"Test_Css_Property" -> "Widows"
"Test_Css_Property" -> "Width"
"Test_Css_Property" -> "WordBreak"
"Test_Css_Property" -> "WordSpacing"
"Test_Css_Selector" -> "BsTape"
"Test_Css_Selector" -> "Css_Properties"
"Test_Css_Selector" -> "Css_Property"
"Test_Css_Selector" -> "Css_Selector"
"Test_Css_Selector" -> "Js"
"Test_Css_Selector" -> "T"
"Test_Css_Selector" -> "Test"
"Test_Css_Selector" -> "TextAlign"
"Test_Css_Stylesheet" -> "BsTape"
"Test_Css_Stylesheet" -> "Css"
"Test_Css_Stylesheet" -> "Css_Media"
"Test_Css_Stylesheet" -> "Css_Module"
"Test_Css_Stylesheet" -> "Css_Properties"
"Test_Css_Stylesheet" -> "Css_Stylesheet"
"Test_Css_Stylesheet" -> "T"
"Test_Css_Stylesheet" -> "Test"
"Test_Html_Node" -> "Aria"
"Test_Html_Node" -> "BsTape"
"Test_Html_Node" -> "Css_Media"
"Test_Html_Node" -> "Css_Module"
"Test_Html_Node" -> "Css_Style"
"Test_Html_Node" -> "Html"
"Test_Html_Node" -> "Html_Node"
"Test_Html_Node" -> "Js"
"Test_Html_Node" -> "Jsdom"
"Test_Html_Node" -> "T"
"Test_Html_Node" -> "Test"
"Test_Html_Node" -> "Webapi"
}