← Back to context

Comment by rob74

4 days ago

As the article says, they are currently planning to use it as a WebView component first - which makes sense, because applications using WebViews can work around possible quirks in the engine much better than browsers. Maybe Tauri (https://v2.tauri.app/) will be able to switch to Servo (or offer it as an alternative) soon?

Yeah, the great thing about applications that wrap a WebView is that they benefit from a fixed target - if Servo doesn't support some specific CSS feature the application developers can notice and just not use that feature.