-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathproperties.db
More file actions
373 lines (304 loc) · 14.1 KB
/
properties.db
File metadata and controls
373 lines (304 loc) · 14.1 KB
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
# 7 fields: Name;; Values;; Initial value;; Applies to;; Inherited?;;Percentage values;; media groups
/* margin-top margin-right margin-bottom margin-left;; <margin-width> | inherit;; 0 ;; *;; no;; refer to width of
containing block ;; visual */
/* margin;; <margin-width>{1,4} | inherit;; XX;; *;; no;; refer to width of containing block ;; visual
*/
/* padding-top padding-right padding-bottom padding-left;; <padding-width> | inherit;; 0;; *;; no;; refer to width of containing block ;; visual */
/* padding;; <padding-width>{1,4} | inherit;; XX;; *;; no;; refer to width of containing block ;; visual */
/* border-top-width border-right-width border-bottom-width border-left-width;; <border-width> | inherit;; medium;; *;; no;; N/A ;; visual */
/* border-width;; <border-width>{1,4} | inherit;; see individual properties;; *;; no;; N/A ;; visual */
/* border-top-color border-right-color border-bottom-color border-left-color;; <color> | inherit;; the value of the 'color' property;; *;; no;; N/A ;; visual */
/* border-color;; <color>{1,4} | transparent | inherit;; see individual properties;; *;; no;; N/A ;; visual */
/* border-top-style border-right-style border-bottom-style border-left-style;; <border-style> | inherit;; none;; *;; no;; N/A ;; visual */
/* border-style;; <border-style>{1,4} | inherit;; see individual properties;; *;; no;; N/A ;; visual */
/* border-top border-right border-bottom border-left;;
[ <'border-top-width'> || <'border-style'> || <color> ] | inherit;;
see individual properties;;
*;; no;; N/A ;; visual
*/
*/
/* border;;
[ <'border-width'> || <'border-style'> || <color> ] | inherit;;
see individual properties;;
*;; no;; N/A ;; visual
*/
/* display;; inline | block | list-item | run-in | compact | marker |
table | inline-table | table-row-group | table-column-group |
table-header-group | table-footer-group | table-row | table-cell |
table-caption | none | inherit;; inline;; *;; no;; N/A ;; all */
/* float;; left | right | none | inherit;; none;;
all elements except positioned and generated content ;; no;; N/A ;; visual */
/* clear;; none | left | right | both | inherit;; none;; block-level elements;; no;; N/A ;; visual */
/* direction;; ltr | rtl | inherit;; ltr;; all elements, but see prose;; yes;; N/A ;; visual */
/* unicode-bidi;; normal | embed | bidi-override | inherit;; normal;; all elements,
but see prose;; no;; N/A ;; visual */
/* position;; static | relative | absolute | fixed | inherit;;
static;; all elements, but not to generated content;; no;; N/A ;; visual */
/* top;; <length> | <percentage> | auto | inherit;; auto;; elements
with 'position' different than 'static';; no;; refer to height of containing block ;; visual */
/* bottom;; <length> | <percentage> | auto | inherit;; auto;; elements
with 'position' different than 'static';; no;; refer to height of containing block ;; visual */
/* left;; <length> | <percentage> | auto | inherit;; auto;; elements
with 'position' different than 'static';; no;; refer to width of containing block ;; visual */
/* right;; <length> | <percentage> | auto | inherit;; auto;; elements
with 'position' different than 'static';; no;; refer to width of containing block ;; visual */
/* z-index;; auto | <integer> | inherit;; auto;; elements with 'position' different than 'static';; no;; N/A ;; visual */
/* width;; <length> | <percentage> | auto | inherit;; auto;; all elements but
non-replaced inline elements, table rows, and row groups;; no;; refer to width of containing block;; visual */
/* height;; <length> | <percentage> | auto | inherit;; auto;; all elements but
non-replaced inline elements, table columns, and column groups;;
no;; see prose ;; visual */
/* min-width;; <length> | <percentage> | inherit;; UA dependent;;
all elements except non-replaced inline elements and table elements;;
no;; refer to
width of containing block ;; visual */
/* max-width;; <length> | <percentage> | none | inherit;; none;;
all elements except non-replaced inline elements and table
elements;; no;; refer to
width of containing block ;; visual */
min-height: <length> | <percentage>
/* min-height;; <length> | <percentage> | inherit;; 0;;
all elements except non-replaced inline elements and table elements;;
no;; refer to height of containing block ;; visual */
/* max-height;; <length> | <percentage> | none | inherit;; none;;
all elements except non-replaced inline elements and table elements;;
no;; refer to height of containing block ;; visual */
/* line-height;; normal | <number> | <length> | <percentage> | inherit;; normal;;
*;; yes;; refer to the font size of the element itself ;;
visual
*/
/* vertical-align;; baseline | sub | super | top | text-top | middle |
bottom | text-bottom | <percentage> | <length> | inherit;;
baseline;; inline-level and 'table-cell' elements;;
no;; refer to the 'line-height' of the element itself ;; visual
*/
/* overflow;; visible | hidden | scroll | auto | inherit;; visible;;
block-level and replaced elements;; no;; N/A ;; visual
*/
/* clip;; <shape> | auto | inherit;; auto;; block-level and
replaced elements;; no;; N/A ;; visual
*/
/* visibility;; visible | hidden | collapse | inherit;; inherit;; *;; no;;
N/A ;; visual
*/
/* color;; <color> | inherit;; depends on user agent;; *;; yes;; N/A ;; visual */
/* background-color;; <color> | transparent | inherit;; transparent;; *;; no;; N/A ;; visual */
/* background-image;; <uri> | none | inherit;; none ;; *;; no;; N/A ;; visual */
/* background-repeat;; repeat | repeat-x | repeat-y | no-repeat | inherit;;
repeat;; *;; no;; N/A ;; visual
*/
/* background-attachment;; scroll | fixed | inherit;; scroll;; *;; no;; N/A ;;
visual */
/* background-position;; [ [<percentage> | <length> ]{1,2} |
[ [top | center | bottom] || [left | center | right] ] ] | inherit;; 0% 0%;;
block-level and replaced elements;;
no;; refer to the size of the box itself ;; visual
*/
/* background;;
[<'background-color'> || <'background-image'> || <'background-repeat'>
|| <'background-attachment'> || <'background-position'>] | inherit;;
XX;; *;; no;; allowed on 'background-position' ;; visual
*/
/* font-family;;
[[ <family-name> | <generic-family> ],]* [<family-name> | <generic-family>] | inherit;;
depends on user agent;;
*;; yes;; N/A ;; visual
*/
/* font-style;; normal | italic | oblique | inherit;; normal;; *;; yes;; N/A ;;
visual */
/* font-variant;; normal | small-caps | inherit;; normal;; *;; yes;; N/A ;;
visual */
/* font-stretch;;
normal | wider | narrower | ultra-condensed | extra-condensed |
condensed | semi-condensed | semi-expanded | expanded | extra-expanded |
ultra-expanded | inherit;;
normal;; *;; yes;; N/A ;; visual
*/
/* font-weight;;
normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 |
600 | 700 | 800 | 900 | inherit;;
normal;; *;; yes;; N/A ;; visual
*/
/* font-size;;
<absolute-size> | <relative-size> | <length> | <percentage> | inherit;;
medium;; *;; yes, the computed value is inherited;; refer to parent element's font size ;;
visual
*/
/* font-size-adjust;; <number> | none | inherit;;
none;; *;; yes;; refer to
parent element's font size;; visual */
/* font;; [ [ <'font-style'> || <'font-variant'> || <'font-weight'> ]?
<'font-size'> [ / <'line-height'> ]? <'font-family'> ] | caption | icon | menu | message-box | small-caption | status-bar | inherit;;
see individual properties;; *;; yes;;
allowed on 'font-size' and 'line-height' ;; visual
*/
/* white-space;; normal | pre | nowrap | inherit;; normal;;
block-level elements;; yes;; N/A ;; visual
*/
/* text-transform;; capitalize | uppercase | lowercase | none | inherit;;
none;; *;; yes;; N/A;; visual
*/
/* letter-spacing;; normal | <length> | inherit;;
normal;; *;; yes;; N/A;; visual
*/
/* word-spacing;; normal | <length> | inherit;;
normal;; *;; yes;; N/A;; visual
*/
/* text-indent;; <length> | <percentage> | inherit;;
0;; block-level elements;; yes;; refer to width of containing block;; visual
*/
/* text-shadow;; none | [<color> || <length> <length> <length>? ,]*
[<color> || <length> <length> <length>?] | inherit;; none;; *;; no (see
prose);; N/A;; visual */
/* text-align;; left | right | center | justify | <string> | inherit;;
depends on user agent and writing direction;;
block-level elements;;
yes;; N/A;; visual
*/
/* text-decoration;;
none | [ underline || overline || line-through || blink ] | inherit;;
none;; *;; no (see prose);; N/A;; visual
*/
/* list-style;;
[ <'list-style-type'> || <'list-style-position'> || <'list-style-image'> ] | inherit;;
XX;;
elements with 'display: list-item';;
yes;; N/A;; visual
*/
/* list-style-type;;
disc | circle | square | decimal | decimal-leading-zero |
lower-roman | upper-roman | lower-greek |
lower-alpha | lower-latin | upper-alpha | upper-latin |
hebrew | armenian | georgian |
cjk-ideographic | hiragana | katakana | hiragana-iroha | katakana-iroha |
none | inherit;;
disc;;
elements with 'display: list-item';;
yes;;
N/A;; visual
*/
/* list-style-image;;
<uri> | none | inherit;;
none;;
elements with 'display: list-item';;
yes;;
N/A;; visual
*/
/* list-style-position;;
inside | outside | inherit;;
outside;;
elements with 'display: list-item';;
yes;;
N/A;; visual
*/
/* marker-offset;; <length> | auto | inherit;; auto;; elements
with 'display: marker';; no;; N/A;; visual
*/
/* cursor;;
[ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize
| ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize
| w-resize| text | wait | help ] ] | inherit;;
auto;; *;; yes;; N/A;; visual, interactive
*/
/* volume;; <number> | <percentage> | silent | x-soft | soft | medium | loud |
x-loud | inherit;;
medium;; *;; yes;; refer to inherited value;; aural
*/
/* speak;; normal | none | spell-out | inherit;; normal;; *;; yes;; N/A ;; aural*/
/* pause-before;; <time> | <percentage> | inherit;; depends on user agent;;
*;; no;; see prose ;; aural
*/
/* pause-after;; <time> | <percentage> | inherit;; depends on user agent;;
*;; no;; see prose ;; aural
*/
/* pause;; [ [<time> | <percentage>]{1,2} ] | inherit;;
depends on user agent;; *;; no;;
see descriptions of 'pause-before' and 'pause-after';; aural
*/
/* cue-before;; <uri> | none | inherit;; none;; *;; no;; N/A ;; aural*/
/* cue-after;; <uri> | none | inherit;; none;; *;; no;; N/A ;; aural*/
/* cue;; [ <'cue-before'> || <'cue-after'> ] | inherit;; XX;; *;; no;; N/A ;; aural*/
/* play-during;; <uri> mix? repeat? | auto | none | inherit;;
auto;; *;; no;; N/A;; aural
*/
/* azimuth ;;
<angle> | [[ left-side | far-left | left | center-left | center |
center-right | right | far-right | right-side ] || behind ] |
leftwards | rightwards | inherit;;
center;; * ;; yes ;; N/A;; aural
*/
/* elevation;;
<angle> | below | level | above | higher | lower | inherit;;
level;; *;; yes;; N/A;; aural
*/
/* speech-rate;;
<number> | x-slow | slow | medium | fast | x-fast | faster | slower
| inherit;;
medium;; *;; yes;; N/A;; aural
*/
/* voice-family;;
[[<specific-voice> | <generic-voice> ],]* [<specific-voice> |
<generic-voice> ] | inherit;;
depends on user agent;; *;; yes;; N/A;; aural
*/
/* pitch;;
<frequency> | x-low | low | medium | high | x-high | inherit;;
medium;; *;; yes;; N/A;; aural
*/
/* pitch-range;; <number> | inherit;; 50;; *;;yes;; N/A ;; aural*/
/* stress;; <number> | inherit;; 50;; *;;yes;; N/A ;; aural*/
/* richness;; <number> | inherit;; 50;; *;; yes;; N/A ;; aural*/
/* speak-punctuation;; code | none | inherit;; none;; *;; yes;; N/A ;; aural*/
/* speak-numeral;; digits | continuous | inherit;; continuous;; *;; yes;; N/A ;; aural*/
/* page-break-before;;
auto | always | avoid | left | right | inherit;; auto;;
block-level elements;; no;; N/A;; visual, paged
*/
/* page-break-after;;
auto | always | avoid | left | right | inherit;; auto;;
block-level elements;; no;; N/A;; visual, paged
*/
/* page-break-inside;;
avoid | auto | inherit;; auto;;
block-level elements;; yes;; N/A;; visual, paged
*/
/* page;;
<identifier> [ :left | :right ]? | auto;; auto;;
block-level elements;; yes;; N/A;; visual, paged
*/
/* size;; <length>{1,2} | auto | portrait | landscape | inherit;;
auto;; the page context;;
N/A;; N/A;; visual, paged
*/
/* marks;; [ crop || cross ] | none | inherit;; none;; page context;; N/A;; N/A ;; visual, paged */
#For tables:
/* caption-side;; top | bottom | left | right | inherit;; top;; 'table-caption' elements;; yes;; N/A ;; visual*/
/* speak-header;; once | always | inherit;; once;; elements that
have table header information;; yes;; N/A ;; aural*/
/* border-spacing;; <length> <length>? | inherit;; 0;; 'table'
and 'inline-table' elements;; yes;; N/A;; visual */
/* border-collapse;; collapse | separate | inherit;; collapse;;
'table' and 'inline-table' elements;; yes;; N/A;; visual */
/* table-layout;; auto | fixed | inherit ;; auto;; 'table'
and 'inline-table' elements;;
no;; N/A;; visual */
/* empty-cells;; show | hide | inherit;; show;; 'table-cell'
elements;; yes;; N/A;; visual */
#For widows/orphans:
/* widows;; <integer> | inherit;; 2;; block-level elements;; yes;; N/A ;; visual, paged */
/* orphans;; <integer> | inherit;; 2;; block-level elements;; yes;; N/A ;; visual, paged */
/* content;; [ <string> | <uri> | <counter> | attr(X) | open-quote | close-quote
| no-open-quote | no-close-quote ]+ | inherit;; empty string;;
:before and :after pseudo-elements;; no;; N/A;; all */
/* quotes;; [<string> <string>]+ | none | inherit;; depends on user agent;;
*;; yes;; N/A;; visual */
/* counter-reset;; [ <identifier> <integer>? ]+ | none | inherit;; none;; *;; no;; N/A;; all */
/* counter-increment;; [ <identifier> <integer>? ]+ | none | inherit;; none;; *;; no;; N/A;; all */
/* outline;; <'outline-color'> || <'outline-style'> || <'outline-width'> | inherit;;
see individual properties;; *;; no;; N/A;; visual, interactive */
/* outline-color;; <color> | invert | inherit;;
invert;; *;; no;; N/A;; visual, interactive */
/* outline-style;; <border-style> | inherit;;
none;; *;; no;; N/A;; visual, interactive */
/* outline-width;; <border-width> | inherit;;
medium;; *;; no;; N/A;; visual, interactive */