What does Android 4.2.2's WebView (Webkit 534.30) support?

Viewed 1708

I'm researching to see what I need to include/avoid in a webpage to be displayed on both modern browsers and also in Android 4.2.2's WebView. I need these questions answered:

  1. Does it support HTML 4.01? Any of 5?
    1. With what caveats, if any?
  2. Does it support CSS 2.1? Any of 3?
    1. With what caveats, if any?

I tried to search for this info, but couldn't find any definitive answers.

1 Answers
Related