diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 107f310e32..2ce2f28cf9 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -124,7 +124,13 @@ public: This control may be used to render web (HTML / CSS / javascript) documents. Capabilities of the HTML renderer will depend upon the backed. - TODO: describe each backend and its capabilities here + + @c wxWEB_VIEW_BACKEND_IE uses the the Trident rendering engine, which + is also used by Internet Explorer. It is important to note that by default + it emulates Internet Explorer 7, this can be chaged with a registry + setting, see + + this article for more information. Note that errors are generally reported asynchronously though the @c wxEVT_COMMAND_WEB_VIEW_ERROR event described below.