1#
2# CSS property names
3#
4# Some properties are used internally, but are not part of CSS. They are used to get
5# HTML4 compatibility in the rendering engine.
6#
7# Microsoft extensions are documented here:
8# http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9#
10
11# high-priority property names have to be listed first, to simplify the check
12# for applying them first.
13color
14direction
15display
16font
17font-family
18font-size
19font-style
20font-variant
21font-weight
22text-rendering
23-webkit-font-smoothing
24-webkit-text-orientation
25-epub-text-orientation = -webkit-text-orientation
26-webkit-text-size-adjust
27-webkit-writing-mode
28-epub-writing-mode = -webkit-writing-mode
29zoom
30
31# line height needs to be right after the above high-priority properties
32line-height
33
34# The remaining properties are listed in alphabetical order
35background
36background-attachment
37background-clip
38background-color
39background-image
40background-origin
41background-position
42background-position-x
43background-position-y
44background-repeat
45background-repeat-x
46background-repeat-y
47background-size
48border
49border-bottom
50border-bottom-color
51border-bottom-left-radius
52-webkit-border-bottom-left-radius = border-bottom-left-radius
53border-bottom-right-radius
54-webkit-border-bottom-right-radius = border-bottom-right-radius
55border-bottom-style
56border-bottom-width
57border-collapse
58border-color
59border-left
60border-left-color
61border-left-style
62border-left-width
63border-radius
64border-right
65border-right-color
66border-right-style
67border-right-width
68border-spacing
69border-style
70border-top
71border-top-color
72border-top-left-radius
73-webkit-border-top-left-radius = border-top-left-radius
74border-top-right-radius
75-webkit-border-top-right-radius = border-top-right-radius
76border-top-style
77border-top-width
78border-width
79bottom
80box-shadow
81box-sizing
82# -webkit-box-sizing worked in Safari 4 and earlier.
83-webkit-box-sizing = box-sizing
84caption-side
85-epub-caption-side = caption-side
86clear
87clip
88content
89counter-increment
90counter-reset
91cursor
92empty-cells
93float
94font-stretch
95height
96left
97letter-spacing
98list-style
99list-style-image
100list-style-position
101list-style-type
102margin
103margin-bottom
104margin-left
105margin-right
106margin-top
107max-height
108max-width
109min-height
110min-width
111opacity
112# Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
113# and may be in use on some websites and widgets.
114-webkit-opacity = opacity
115orphans
116outline
117outline-color
118outline-offset
119outline-style
120outline-width
121overflow
122overflow-x
123overflow-y
124padding
125padding-bottom
126padding-left
127padding-right
128padding-top
129page
130page-break-after
131page-break-before
132page-break-inside
133pointer-events
134position
135quotes
136resize
137right
138size
139src
140speak
141table-layout
142text-align
143text-decoration
144text-indent
145text-line-through
146text-line-through-color
147text-line-through-mode
148text-line-through-style
149text-line-through-width
150text-overflow
151text-overline
152text-overline-color
153text-overline-mode
154text-overline-style
155text-overline-width
156text-shadow
157text-transform
158-epub-text-transform = text-transform
159text-underline
160text-underline-color
161text-underline-mode
162text-underline-style
163text-underline-width
164top
165unicode-bidi
166unicode-range
167vertical-align
168visibility
169white-space
170widows
171width
172word-break
173-epub-word-break = word-break
174word-spacing
175word-wrap
176z-index
177-webkit-animation
178-webkit-animation-delay
179-webkit-animation-direction
180-webkit-animation-duration
181-webkit-animation-fill-mode
182-webkit-animation-iteration-count
183-webkit-animation-name
184-webkit-animation-play-state
185-webkit-animation-timing-function
186-webkit-appearance
187-webkit-backface-visibility
188-webkit-background-clip
189-webkit-background-composite
190-webkit-background-origin
191# -webkit-background-size differs from background-size only in the interpretation of
192# a single value: -webkit-background-size: l; is equivalent to background-size: l l;
193# whereas background-size: l; is equivalent to background-size: l auto;
194-webkit-background-size
195-webkit-border-after
196-webkit-border-after-color
197-webkit-border-after-style
198-webkit-border-after-width
199-webkit-border-before
200-webkit-border-before-color
201-webkit-border-before-style
202-webkit-border-before-width
203-webkit-border-end
204-webkit-border-end-color
205-webkit-border-end-style
206-webkit-border-end-width
207-webkit-border-fit
208-webkit-border-horizontal-spacing
209-webkit-border-image
210# -webkit-border-radius differs from border-radius only in the interpretation of
211# a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equivalent
212# to "border-radius: l1 / l2;"
213-webkit-border-radius
214-webkit-border-start
215-webkit-border-start-color
216-webkit-border-start-style
217-webkit-border-start-width
218-webkit-border-vertical-spacing
219-webkit-box-align
220-webkit-box-direction
221-webkit-box-flex
222-webkit-box-flex-group
223-webkit-box-lines
224-webkit-box-ordinal-group
225-webkit-box-orient
226-webkit-box-pack
227-webkit-box-reflect
228-webkit-box-shadow
229-webkit-color-correction
230-webkit-column-break-after
231-webkit-column-break-before
232-webkit-column-break-inside
233-webkit-column-count
234-webkit-column-gap
235-webkit-column-rule
236-webkit-column-rule-color
237-webkit-column-rule-style
238-webkit-column-rule-width
239-webkit-column-span
240-webkit-column-width
241-webkit-columns
242-webkit-font-size-delta
243-webkit-highlight
244-webkit-hyphenate-character
245-webkit-hyphenate-limit-after
246-webkit-hyphenate-limit-before
247-webkit-hyphens
248-epub-hyphens = -webkit-hyphens
249-webkit-line-box-contain
250-webkit-line-break
251-webkit-line-clamp
252-webkit-locale
253-webkit-logical-width
254-webkit-logical-height
255-webkit-margin-after-collapse
256-webkit-margin-before-collapse
257-webkit-margin-bottom-collapse
258-webkit-margin-top-collapse
259-webkit-margin-collapse
260-webkit-margin-after
261-webkit-margin-before
262-webkit-margin-end
263-webkit-margin-start
264-webkit-marquee
265-webkit-marquee-direction
266-webkit-marquee-increment
267-webkit-marquee-repetition
268-webkit-marquee-speed
269-webkit-marquee-style
270-webkit-mask
271-webkit-mask-attachment
272-webkit-mask-box-image
273-webkit-mask-clip
274-webkit-mask-composite
275-webkit-mask-image
276-webkit-mask-origin
277-webkit-mask-position
278-webkit-mask-position-x
279-webkit-mask-position-y
280-webkit-mask-repeat
281-webkit-mask-repeat-x
282-webkit-mask-repeat-y
283-webkit-mask-size
284-webkit-match-nearest-mail-blockquote-color
285-webkit-max-logical-width
286-webkit-max-logical-height
287-webkit-min-logical-width
288-webkit-min-logical-height
289-webkit-nbsp-mode
290-webkit-padding-after
291-webkit-padding-before
292-webkit-padding-end
293-webkit-padding-start
294-webkit-perspective
295-webkit-perspective-origin
296-webkit-perspective-origin-x
297-webkit-perspective-origin-y
298-webkit-rtl-ordering
299-webkit-text-combine
300-epub-text-combine = -webkit-text-combine
301-webkit-text-decorations-in-effect
302-webkit-text-emphasis
303-epub-text-emphasis = -webkit-text-emphasis
304-webkit-text-emphasis-color
305-epub-text-emphasis-color = -webkit-text-emphasis-color
306-webkit-text-emphasis-position
307-webkit-text-emphasis-style
308-epub-text-emphasis-style = -webkit-text-emphasis-style
309-webkit-text-fill-color
310-webkit-text-security
311-webkit-text-stroke
312-webkit-text-stroke-color
313-webkit-text-stroke-width
314-webkit-transform
315-webkit-transform-origin
316-webkit-transform-origin-x
317-webkit-transform-origin-y
318-webkit-transform-origin-z
319-webkit-transform-style
320-webkit-transition
321-webkit-transition-delay
322-webkit-transition-duration
323-webkit-transition-property
324-webkit-transition-timing-function
325-webkit-user-drag
326-webkit-user-modify
327-webkit-user-select
328