1# From WebKit svn r24249 (WebCore/css/CSSPropertyNames.in) 2-webkit-appearance 3-webkit-background-clip 4-webkit-background-composite 5-webkit-background-origin 6-webkit-background-size 7-webkit-binding 8-webkit-border-bottom-left-radius 9-webkit-border-bottom-right-radius 10-webkit-border-fit 11-webkit-border-horizontal-spacing 12-webkit-border-image 13-webkit-border-radius 14-webkit-border-top-left-radius 15-webkit-border-top-right-radius 16-webkit-border-vertical-spacing 17-webkit-box-align 18-webkit-box-direction 19-webkit-box-flex 20-webkit-box-flex-group 21-webkit-box-lines 22-webkit-box-ordinal-group 23-webkit-box-orient 24-webkit-box-pack 25-webkit-box-shadow 26-webkit-box-sizing 27-webkit-column-break-after 28-webkit-column-break-before 29-webkit-column-break-inside 30-webkit-column-count 31-webkit-column-gap 32-webkit-column-rule 33-webkit-column-rule-color 34-webkit-column-rule-style 35-webkit-column-rule-width 36-webkit-column-width 37-webkit-columns 38-webkit-dashboard-region 39-webkit-font-size-delta 40-webkit-highlight 41-webkit-line-break 42-webkit-line-clamp 43-webkit-margin-bottom-collapse 44-webkit-margin-collapse 45-webkit-margin-start 46-webkit-margin-top-collapse 47-webkit-marquee 48-webkit-marquee-direction 49-webkit-marquee-increment 50-webkit-marquee-repetition 51-webkit-marquee-speed 52-webkit-marquee-style 53-webkit-match-nearest-mail-blockquote-color 54-webkit-nbsp-mode 55-webkit-padding-start 56-webkit-rtl-ordering 57-webkit-text-decorations-in-effect 58-webkit-text-fill-color 59-webkit-text-security 60-webkit-text-size-adjust 61-webkit-text-stroke 62-webkit-text-stroke-color 63-webkit-text-stroke-width 64-webkit-user-drag 65-webkit-user-modify 66-webkit-user-select 67background 68background-attachment 69background-color 70background-image 71background-position 72background-position-x 73background-position-y 74background-repeat 75border 76border-bottom 77border-bottom-color 78border-bottom-style 79border-bottom-width 80border-collapse 81border-color 82border-left 83border-left-color 84border-left-style 85border-left-width 86border-right 87border-right-color 88border-right-style 89border-right-width 90border-spacing 91border-style 92border-top 93border-top-color 94border-top-style 95border-top-width 96border-width 97bottom 98caption-side 99clear 100clip 101color 102content 103counter-increment 104counter-reset 105cursor 106direction 107display 108empty-cells 109float 110font 111font-family 112font-size 113font-stretch 114font-style 115font-variant 116font-weight 117height 118left 119letter-spacing 120line-height 121list-style 122list-style-image 123list-style-position 124list-style-type 125margin 126margin-bottom 127margin-left 128margin-right 129margin-top 130max-height 131max-width 132min-height 133min-width 134opacity 135orphans 136outline 137outline-color 138outline-offset 139outline-style 140outline-width 141overflow 142overflow-x 143overflow-y 144padding 145padding-bottom 146padding-left 147padding-right 148padding-top 149page 150page-break-after 151page-break-before 152page-break-inside 153position 154quotes 155resize 156right 157scrollbar-3dlight-color 158scrollbar-arrow-color 159scrollbar-darkshadow-color 160scrollbar-face-color 161scrollbar-highlight-color 162scrollbar-shadow-color 163scrollbar-track-color 164size 165table-layout 166text-align 167text-decoration 168text-indent 169text-line-through 170text-line-through-color 171text-line-through-mode 172text-line-through-style 173text-line-through-width 174text-overflow 175text-overline 176text-overline-color 177text-overline-mode 178text-overline-style 179text-overline-width 180text-shadow 181text-transform 182text-underline 183text-underline-color 184text-underline-mode 185text-underline-style 186text-underline-width 187top 188unicode-bidi 189vertical-align 190visibility 191white-space 192widows 193width 194word-break 195word-spacing 196word-wrap 197z-index 198 199# CSS3 properties - http://www.css3.info/preview/ 200background-clip 201background-origin 202border-image 203border-radius 204box-shadow 205box-sizing 206column-count 207column-gap 208column-min-width 209column-rule 210column-rule-color 211column-rule-style 212column-rule-width 213column-space-distribution 214column-span 215column-width 216column-width-policy 217 218# All of the following are from khtml's cssproperties.in as of 19oct2004, but are no longer in WebKit 219-khtml-border-horizontal-spacing 220-khtml-border-vertical-spacing 221-khtml-flow-mode 222-khtml-marquee 223-khtml-marquee-direction 224-khtml-marquee-increment 225-khtml-marquee-repetition 226-khtml-marquee-speed 227-khtml-marquee-style 228-khtml-text-decoration-color 229-khtml-user-input 230scrollbar-base-color 231 232# Internet Explorer 6.0 - http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp 233filter:progid: 234filter: 235ime-mode 236layout-flow 237layout-grid 238layout-grid-char 239layout-grid-line 240layout-grid-mode 241layout-grid-type 242line-break 243overflow-x 244overflow-y 245pagebreakafter 246pagebreakbefore 247ruby-align 248ruby-overhang 249ruby-position 250text-autospace 251text-justify 252text-kashida-space 253text-underline-position 254word-break 255writing-mode 256zoom 257 258# from http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/reference.asp 259filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 260filter:progid:DXImageTransform.Microsoft.Blur( 261filter:progid:DXImageTransform.Microsoft.MotionBlur( 262filter:progid:DXImageTransform.Microsoft.Gradient( 263filter:progid:DXImageTransform.Microsoft.Pixelate( 264 265# From Mozilla Firefox CVS on 2006-04-15 (layout/style/nsCSSPropList.h) 266# grep "^CSS_PROP" nsCSSPropList.h | grep -v "_SVG" |cut -d, -f1 | cut -d\( -f2 | sort 267++ /tmp/moz Tue Apr 18 13:45:30 2006 268-moz-appearance 269-moz-background-clip 270-moz-background-inline-policy 271-moz-background-origin 272-moz-binding 273-moz-border-bottom-colors 274-moz-border-left-colors 275-moz-border-radius 276-moz-border-radius-bottomleft 277-moz-border-radius-bottomright 278-moz-border-radius-topleft 279-moz-border-radius-topright 280-moz-border-right-colors 281-moz-border-top-colors 282-moz-box-align 283-moz-box-direction 284-moz-box-flex 285-moz-box-ordinal-group 286-moz-box-orient 287-moz-box-pack 288-moz-box-sizing 289-moz-column-count 290-moz-column-gap 291-moz-column-width 292-moz-float-edge 293-moz-force-broken-image-icon 294-moz-image-region 295-moz-margin-end 296-moz-margin-start 297-moz-outline-radius 298-moz-outline-radius-bottomleft 299-moz-outline-radius-bottomright 300-moz-outline-radius-topleft 301-moz-outline-radius-topright 302-moz-padding-end 303-moz-padding-start 304-moz-user-focus 305-moz-user-input 306-moz-user-modify 307-moz-user-select 308-x-background-x-position 309-x-background-y-position 310azimuth 311cue 312cue-after 313cue-before 314elevation 315font-size-adjust 316margin-end-value 317margin-left-ltr-source 318margin-left-rtl-source 319margin-left-value 320margin-right-ltr-source 321margin-right-rtl-source 322margin-right-value 323margin-start-value 324marker 325marker-offset 326marks 327padding-end-value 328padding-left-ltr-source 329padding-left-rtl-source 330padding-left-value 331padding-right-ltr-source 332padding-right-rtl-source 333padding-right-value 334padding-start-value 335pause 336pause-after 337pause-before 338pitch 339pitch-range 340richness 341speak 342speak-header 343speak-numeral 344speak-punctuation 345speech-rate 346stress 347voice-family 348volume 349