I know that the JavaFX WebEngine component has some features not included that are available in most modern browsers (WebGL, UserMedia, GeoLoacation). But I just found out that css3 features like background-gradient don't seem to be supported as well.
Does somebody know of a feature list of the JavaFX WebEngine concerning CSS3? The official documentation from Oracle just says: "The embedded browser component is based on WebKit, an open source web browser engine. It supports Cascading Style Sheets (CSS), JavaScript, Document Object Model (DOM), and HTML5."
[Edit]: gradient is supported. Seems I had a mistake in my css. But nevertheless I'd be thankful about some documentation of supported features.