| 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
 | | { |  |   "groupList": { |  |     "enum": [ |  |       "Basic Selectors", |  |       "Combinators", |  |       "Compositing and Blending", |  |       "CSS Angles", |  |       "CSS Animations", |  |       "CSS Backgrounds and Borders", |  |       "CSS Box Model", |  |       "CSS Box Alignment", |  |       "CSS Break", |  |       "CSS Charsets", |  |       "CSS Color", |  |       "CSS Columns", |  |       "CSS Conditional Rules", |  |       "CSS Containment", |  |       "CSS Counter Styles", |  |       "CSS Device Adaptation", |  |       "CSS Display", |  |       "CSS Flexible Box Layout", |  |       "CSS Flexible Lengths", |  |       "CSS Fonts", |  |       "CSS Fragmentation", |  |       "CSS Frequencies", |  |       "CSS Generated Content", |  |       "CSS Grid Layout", |  |       "CSS Images", |  |       "CSS Inline", |  |       "CSS Lengths", |  |       "CSS Lists and Counters", |  |       "CSS Logical Properties", |  |       "CSS Masking", |  |       "CSS Miscellaneous", |  |       "CSS Motion", |  |       "CSS Namespaces", |  |       "CSS Overflow", |  |       "CSS Pages", |  |       "CSS Positioning", |  |       "CSS Regions", |  |       "CSS Resolutions", |  |       "CSS Ruby", |  |       "CSS Scroll Anchoring", |  |       "CSS Scrollbars", |  |       "CSS Scroll Snap", |  |       "CSS Shadow Parts", |  |       "CSS Shapes", |  |       "CSS Speech", |  |       "CSS Table", |  |       "CSS Text", |  |       "CSS Text Decoration", |  |       "CSS Times", |  |       "CSS Transforms", |  |       "CSS Transitions", |  |       "CSS Types", |  |       "CSS Units", |  |       "CSS Basic User Interface", |  |       "CSS Variables", |  |       "CSS Will Change", |  |       "CSS Writing Modes", |  |       "CSSOM View", |  |       "Filter Effects", |  |       "Media Queries", |  |       "Microsoft Extensions", |  |       "Mozilla Extensions", |  |       "Pointer Events", |  |       "Pseudo-classes", |  |       "Pseudo-elements", |  |       "Selectors", |  |       "WebKit Extensions" |  |     ] |  |   } |  | } | 
 |