Replies: 1 comment 1 reply
-
Subtrees are complicated, and I haven't thought much about them yet. For Servo specifically, is the web content area always in its own platform-specific view (e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Servo (the Rust-first embeddable web rendering engine) is very interested in exposing accessible web content to embedders using accesskit. Embedders can create any number of webviews, which could be rendered inside of a UI shell that already integrated accesskit. I'm interested in learning:
The only reference I've seen to subtrees so far is in #504 (comment).
Beta Was this translation helpful? Give feedback.
All reactions