Serenity Operating System
1{
2 "align-content": [
3 "flex-start",
4 "flex-end",
5 "center",
6 "space-between",
7 "space-around",
8 "stretch"
9 ],
10 "align-items": [
11 "baseline",
12 "center",
13 "flex-end",
14 "flex-start",
15 "normal",
16 "safe",
17 "self-end",
18 "self-start",
19 "stretch",
20 "unsafe"
21 ],
22 "align-self": [
23 "auto",
24 "baseline",
25 "center",
26 "flex-end",
27 "flex-start",
28 "normal",
29 "safe",
30 "self-end",
31 "self-start",
32 "stretch",
33 "unsafe"
34 ],
35 "appearance": [
36 "auto",
37 "button",
38 "checkbox",
39 "listbox",
40 "menulist",
41 "meter",
42 "menulist-button",
43 "none",
44 "push-button",
45 "progress-bar",
46 "radio",
47 "searchfield",
48 "slider-horizontal",
49 "square-button",
50 "textarea",
51 "textfield"
52 ],
53 "background-attachment": [
54 "fixed",
55 "local",
56 "scroll"
57 ],
58 "background-box": [
59 "border-box",
60 "content-box",
61 "padding-box"
62 ],
63 "border-collapse": [
64 "separate",
65 "collapse"
66 ],
67 "box-sizing": [
68 "border-box",
69 "content-box"
70 ],
71 "clear": [
72 "none",
73 "left",
74 "right",
75 "both"
76 ],
77 "cursor": [
78 "auto",
79 "default",
80 "none",
81 "context-menu",
82 "help",
83 "pointer",
84 "progress",
85 "wait",
86 "cell",
87 "crosshair",
88 "text",
89 "vertical-text",
90 "alias",
91 "copy",
92 "move",
93 "no-drop",
94 "not-allowed",
95 "grab",
96 "grabbing",
97 "e-resize",
98 "n-resize",
99 "ne-resize",
100 "nw-resize",
101 "s-resize",
102 "se-resize",
103 "sw-resize",
104 "w-resize",
105 "ew-resize",
106 "ns-resize",
107 "nesw-resize",
108 "nwse-resize",
109 "col-resize",
110 "row-resize",
111 "all-scroll",
112 "zoom-in",
113 "zoom-out"
114 ],
115 "flex-direction": [
116 "row",
117 "row-reverse",
118 "column",
119 "column-reverse"
120 ],
121 "flex-wrap": [
122 "nowrap",
123 "wrap",
124 "wrap-reverse"
125 ],
126 "float": [
127 "none",
128 "left",
129 "right"
130 ],
131 "font-variant": [
132 "normal",
133 "small-caps"
134 ],
135 "image-rendering": [
136 "auto",
137 "crisp-edges",
138 "high-quality",
139 "pixelated",
140 "smooth",
141 "optimizespeed=pixelated",
142 "optimizequality=smooth"
143 ],
144 "justify-content": [
145 "start",
146 "end",
147 "flex-start",
148 "flex-end",
149 "center",
150 "space-between",
151 "space-around"
152 ],
153 "line-style": [
154 "none",
155 "hidden",
156 "dotted",
157 "dashed",
158 "solid",
159 "double",
160 "groove",
161 "ridge",
162 "inset",
163 "outset"
164 ],
165 "list-style-type": [
166 "circle",
167 "decimal",
168 "decimal-leading-zero",
169 "disc",
170 "lower-alpha",
171 "lower-latin",
172 "lower-roman",
173 "none",
174 "square",
175 "upper-alpha",
176 "upper-latin",
177 "upper-roman"
178 ],
179 "overflow": [
180 "auto",
181 "clip",
182 "hidden",
183 "scroll",
184 "visible"
185 ],
186 "pointer-events": [
187 "auto",
188 "all",
189 "none"
190 ],
191 "position": [
192 "absolute",
193 "fixed",
194 "relative",
195 "static",
196 "sticky"
197 ],
198 "position-edge": [
199 "left",
200 "right",
201 "top",
202 "bottom"
203 ],
204 "repeat": [
205 "no-repeat",
206 "repeat",
207 "round",
208 "space"
209 ],
210 "text-align": [
211 "center",
212 "justify",
213 "left",
214 "right",
215 "-libweb-center"
216 ],
217 "text-decoration-line": [
218 "blink",
219 "line-through",
220 "none",
221 "overline",
222 "underline"
223 ],
224 "text-decoration-style": [
225 "dashed",
226 "dotted",
227 "double",
228 "solid",
229 "wavy"
230 ],
231 "text-justify": [
232 "auto",
233 "none",
234 "inter-word",
235 "inter-character",
236 "distribute=inter-character"
237 ],
238 "text-transform": [
239 "capitalize",
240 "full-size-kana",
241 "full-width",
242 "lowercase",
243 "none",
244 "uppercase"
245 ],
246 "vertical-align": [
247 "baseline",
248 "bottom",
249 "middle",
250 "sub",
251 "super",
252 "text-bottom",
253 "text-top",
254 "top"
255 ],
256 "visibility": [
257 "collapse",
258 "hidden",
259 "visible"
260 ],
261 "white-space": [
262 "normal",
263 "nowrap",
264 "pre",
265 "pre-line",
266 "pre-wrap"
267 ]
268}