▲ 2 points
Ask HN: Why mobile phones don't support HTML5?
Although HTML5 is not a closed standard, iPhone, Android, WP7, etc doesn't support stuff like contentEditable and designMode.
Why do you think they are not supporting it? In the iPhone case their UITextView control is something like a UIWebView with contentEditable but you need to use undocumented APIs for that.