Hi Steve,
You're correct, WebView doesn't include all the features that WebKit provides. This is configured at
a compile time with a set of preprocessor definitions.
The reason is that a feature may not work from scratch for WebView and may require additional code
changes in WebView port. So,
To sort of answer my own question, I found out that the JavaFX webview is
missing quite a few APIs that are present in Webkit. This is the result of
the HTML test I ran:
https://html5test.com/s/71bdbe284015d02b.html
This gives me a starting point so I can create polyfills if I want to move
forwar