Palm Pre CSS

After using the Palm Pre "iPhone Killer" I discovered it is not as good as the iPhone or Android in rendering advanced CSS becasue Palm rushed their browser to market too quickly.

The following is a listing of what CSS the Palm Pre supports, what CSS the Palm Pre does not supoort, and what CSS the Palm Pre "kind-of" supports.

Also note: if you design a web app for the iPhone and include these tags: <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>  <link rel="stylesheet" href="mobile.css" type="text/css" media="screen and (min-device-width: 320px)" />, your app will generally work 98% of the time without breaking on the Palm Pre or Android. I wrote this page becasue there are some things that the iPhone and Android support that the Palm Pre does not.

Palm Pre does not support the following CSS:
border-color
border-radius (Note: the Palm Pre can render a rounded corner if you have only a solid code color like color:#f00; but the Palm Pre can not handle putting a background image and expect it to clip the corner. This is a serious oversight on Palm’s behalf.)
box-shadow
text-shadow
resize
outline (Note: Palm Pre gets confused and forgets to draw the border of the object and only draws the outline.)
multi-column layout (Note: While the Palm Pre does support column-count column-gap,Palm Pre gets confused and forgets to draw column-rule.)
Also note that I have tried every derivation in getting the above to work.
For example:
border-radius: 10px; -o-border-radius: 10px; -icab-border-radius: 10px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
Palm Pre does not support the following CSS:
border-image
background-origin and background-clip
background-size
multiple backgrounds
HSL colors
opacity
RGBA colors
text-overflow: ellipsis
text-overflow: clip
word-wrap
box-sizing
attribute selectors
overflow-x
overflow-y
Web fonts (Note: While the Palm Pre does support web fonts, the Palm Pre gets confused by reloading the page, this takes 15 to 30 seconds.)