fix logic
[personal-kdelibs.git] / khtml / css / cssproperties.in
blobbe5213bd1c7199bad5063638f8451a0f6deba168
2 # all valid CSS2 properties.
4 # aural properties are commented out, as we don't support them anyway.
6 # some properties are used in khtml, but are not part of CSS. They are used to get
7 # HTML4 compatibility in the rendering engine.
9 # Mircosoft extensions are documented here:
10 # http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
12 # CSS_PROP_BACKGROUND_COLOR:
14 background-color
15 background-image
16 background-repeat
17 background-attachment
18 background-position
19 # IE Extensions
20 background-position-x
21 background-position-y
22 # CSS3 Extensions
23 -khtml-background-clip
24 -khtml-background-origin
25 -khtml-background-size
26 -khtml-border-top-right-radius
27 -khtml-border-bottom-right-radius
28 -khtml-border-bottom-left-radius
29 -khtml-border-top-left-radius
30 -khtml-border-radius
32 border-collapse
33 border-spacing
34 -khtml-border-horizontal-spacing
35 -khtml-border-vertical-spacing
36 border-top-color
37 border-right-color
38 border-bottom-color
39 border-left-color
40 border-top-style
41 border-right-style
42 border-bottom-style
43 border-left-style
44 border-top-width
45 border-right-width
46 border-bottom-width
47 border-left-width
48 bottom
49 caption-side
50 clear
51 clip
52 color
53 content
54 counter-increment
55 counter-reset
56 cursor
57 direction
58 display
59 empty-cells
60 float
61 font-family
62 font-size
63 font-style
64 font-variant
65 font-weight
66 height
67 left
68 letter-spacing
69 line-height
70 list-style-image
71 list-style-position
72 list-style-type
73 margin-top
74 margin-right
75 margin-bottom
76 margin-left
77 -khtml-margin-start
78 -khtml-marquee
79 -khtml-marquee-direction
80 -khtml-marquee-increment
81 -khtml-marquee-repetition
82 -khtml-marquee-speed
83 -khtml-marquee-style
84 max-height
85 max-width
86 min-height
87 min-width
88 orphans
89 opacity
90 outline-color
91 outline-offset
92 outline-style
93 outline-width
94 overflow
95 overflow-x
96 overflow-y
97 padding-top
98 padding-right
99 padding-bottom
100 padding-left
101 -khtml-padding-start
102 #page
103 page-break-after
104 page-break-before
105 page-break-inside
106 position
107 quotes
108 right
109 size
110 table-layout
111 text-align
112 text-decoration
113 text-indent
114 text-overflow
115 text-shadow
116 text-transform
118 unicode-bidi
119 vertical-align
120 visibility
121 white-space
122 widows
123 width
124 word-spacing
125 z-index
126 background
127 border
128 border-color
129 border-style
130 border-top
131 border-right
132 border-bottom
133 border-left
134 border-width
135 box-sizing
136 font
137 list-style
138 margin
139 outline
140 padding
141 # some more IE extensions
142 scrollbar-base-color
143 scrollbar-face-color
144 scrollbar-shadow-color
145 scrollbar-highlight-color
146 scrollbar-3dlight-color
147 scrollbar-darkshadow-color
148 scrollbar-track-color
149 scrollbar-arrow-color
150 # khtml internals
151 -khtml-flow-mode
152 -khtml-user-input
153 # svg
154 fill
155 stroke
156 stroke-width
157 fill-opacity
158 stroke-opacity
159 stop-color
160 stop-opacity
161 clip-path
162 clip-rule
163 fill-rule