1# https://en.wikipedia.org/wiki/Cascading_Style_Sheets
2
3# selectors
4"::after"
5"::before"
6"::first-letter"
7"::first-line"
8"::placeholder"
9"::selection"
10":active"
11":checked"
12":default"
13":disabled"
14":empty"
15":enabled"
16":first-child"
17":first-of-type"
18":focus"
19":hover"
20":in-range"
21":indeterminate"
22":invalid"
23":lang("
24":last-child"
25":last-of-type"
26":link"
27":not("
28":nth-child("
29":nth-last-child("
30":nth-last-of-type("
31":nth-of-type("
32":only-child"
33":only-of-type"
34":optional"
35":out-of-range"
36":read-only"
37":read-write"
38":required"
39":root"
40":target"
41":valid"
42":visited"
43
44# units
45"ch"
46"cm"
47"em"
48"ex"
49"in"
50"mm"
51"pc"
52"pt"
53"px"
54"rem"
55"vh"
56"vmax"
57"vmin"
58"vw"
59
60# functions
61"attr("
62"calc("
63"cubic-bezier("
64"hsl("
65"hsls("
66"linear-gradient("
67"radial-gradient("
68"repeating-linear-gradient("
69"repeating-radial-gradient("
70"rgb("
71"rgba("
72"var("
73
74# prefixes
75"-moz"
76"-webkit"
77
78# properties
79"@charset"
80"@font-face"
81"@font-feature-values"
82"@import"
83"@keyframes"
84"@media"
85"align-items"
86"align-self"
87"all"
88"animation"
89"animation-delay"
90"animation-direction"
91"animation-duration"
92"animation-fill-mode"
93"animation-iteration-count"
94"animation-name"
95"animation-play-state"
96"animation-timing-function"
97"backface-visibility"
98"background"
99"background-attachment"
100"background-blend-mode"
101"background-clip"
102"background-color"
103"background-image"
104"background-origin"
105"background-position"
106"background-repeat"
107"background-size"
108"border"
109"border-bottom"
110"border-bottom-color"
111"border-bottom-left-radius"
112"border-bottom-right-radius"
113"border-bottom-style"
114"border-bottom-width"
115"border-collapse"
116"border-color"
117"border-image"
118"border-image-outset"
119"border-image-repeat"
120"border-image-slice"
121"border-image-source"
122"border-image-width"
123"border-left"
124"border-left-color"
125"border-left-style"
126"border-left-width"
127"border-radius"
128"border-right"
129"border-right-color"
130"border-right-style"
131"border-right-width"
132"border-spacing"
133"border-style"
134"border-top"
135"border-top-color"
136"border-top-left-radius"
137"border-top-right-radius"
138"border-top-style"
139"border-top-width"
140"border-width"
141"bottom"
142"box-decoration-break"
143"box-shadow"
144"box-sizing"
145"break-after"
146"break-before"
147"break-inside"
148"caption-side"
149"caret-color"
150"clear"
151"clip"
152"color"
153"column-count"
154"column-fill"
155"column-gap"
156"column-rule"
157"column-rule-color"
158"column-rule-style"
159"column-rule-width"
160"column-span"
161"column-width"
162"columns"
163"content"
164"counter-increment"
165"counter-reset"
166"cursor"
167"direction"
168"display"
169"empty-cells"
170"filter"
171"flex"
172"flex-basis"
173"flex-direction"
174"flex-flow"
175"flex-grow"
176"flex-shrink"
177"flex-wrap"
178"float"
179"font"
180"font-family"
181"font-feature-settings"
182"font-kerning"
183"font-language-override"
184"font-size"
185"font-size-adjust"
186"font-stretch"
187"font-style"
188"font-synthesis"
189"font-variant"
190"font-variant-alternates"
191"font-variant-caps"
192"font-variant-east-asian"
193"font-variant-ligatures"
194"font-variant-numeric"
195"font-variant-position"
196"font-weight"
197"from"
198"grid"
199"grid-area"
200"grid-auto-columns"
201"grid-auto-flow"
202"grid-auto-rows"
203"grid-column"
204"grid-column-end"
205"grid-column-gap"
206"grid-column-start"
207"grid-gap"
208"grid-row"
209"grid-row-end"
210"grid-row-gap"
211"grid-row-start"
212"grid-template"
213"grid-template-areas"
214"grid-template-columns"
215"grid-template-rows"
216"hanging-punctuation"
217"height"
218"hyphens"
219"image-rendering"
220"isolation"
221"justify-content"
222"left"
223"letter-spacing"
224"line-break"
225"line-height"
226"list-style"
227"list-style-image"
228"list-style-position"
229"list-style-type"
230"margin"
231"margin-bottom"
232"margin-left"
233"margin-right"
234"margin-top"
235"max-height"
236"max-width"
237"min-height"
238"min-width"
239"mix-blend-mode"
240"object-fit"
241"object-position"
242"opacity"
243"order"
244"orphans"
245"outline"
246"outline-color"
247"outline-offset"
248"outline-style"
249"outline-width"
250"overflow"
251"overflow-wrap"
252"overflow-x"
253"overflow-y"
254"padding"
255"padding-bottom"
256"padding-left"
257"padding-right"
258"padding-top"
259"page-break-after"
260"page-break-before"
261"page-break-inside"
262"perspective"
263"perspective-origin"
264"pointer-events"
265"position"
266"quotes"
267"resize"
268"right"
269"scroll-behavior"
270"tab-size"
271"table-layout"
272"text-align"
273"text-align-last"
274"text-combine-upright"
275"text-decoration"
276"text-decoration-color"
277"text-decoration-line"
278"text-decoration-style"
279"text-indent"
280"text-justify"
281"text-orientation"
282"text-overflow"
283"text-shadow"
284"text-transform"
285"text-underline-position"
286"to"
287"top"
288"transform"
289"transform-origin"
290"transform-style"
291"transition"
292"transition-delay"
293"transition-duration"
294"transition-property"
295"transition-timing-function"
296"unicode-bidi"
297"user-select"
298"vertical-align"
299"visibility"
300"white-space"
301"widows"
302"width"
303"word-break"
304"word-spacing"
305"word-wrap"
306"writing-mode"
307"z-index"
308
309
310# aural - https://www.w3schools.com/cssref/css_ref_aural.asp
311"above"
312"azimuth"
313"below"
314"center"
315"code"
316"continuous"
317"cue"
318"cue-after"
319"cue-before"
320"elevation"
321"generic-voice"
322"left"
323"left-side"
324"leftwards"
325"lower"
326"medium"
327"mix"
328"none"
329"once"
330"pause"
331"pause-after"
332"pause-before"
333"pitch"
334"pitch-range"
335"play-during"
336"richness"
337"right"
338"right-side"
339"slower"
340"speak"
341"speak-header"
342"speak-numeral"
343"speak-punctuation"
344"speech-rate"
345"stress"
346"url"
347"voice-family"
348"volume"
349"x-fast"
350"x-high"
351"x-loud"
352"x-low"
353"x-slow"
354"x-soft"
355