I appreciate getting support information out there but don't take "supported" to mean "always works as expected". The primary example here is position fixed support which is _extremely_ broken in Android 3.1-4.0 on orientation change.
Android 'supports' CSS transforms, but a bug in Android 2.2+ (works fine in 1.9) means that you can't apply more than one simultaneous transition to a single element at a time (I don't know if this has been fixed in more recent versions, but it's still a big backwards compatibility issue).
iOS MobileSafari supports 'multimedia' (and is listed as such), but it's not until iOS 6 lands that we're getting proper Web Audio API support to actually provide a non-hacky way of playing sound for uses like games that require precise timing.
A binary yes/no really doesn't encapsulate the subtlety and complexity of mobile feature support.