-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
A-apiIssues dealing with Servo's embedding APIIssues dealing with Servo's embedding APIA-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentE-more-complexVariable effort required; may require a mentor. Recommended solution is clearly described in the issVariable effort required; may require a mentor. Recommended solution is clearly described in the iss
Description
Spec: https://html.spec.whatwg.org/multipage/system-state.html#custom-handlers
These API's allow websites to register a callback for specific schemes. Implementing the web API is relatively straightforward. The interesting part is hooking this up to embedders so that they can specify handlers however they want.
Additionally, we also need to persist the information so that we don't constantly nag the user about it. We can leave that up to the embedder, but it would be nicer if Servo handles that.
Metadata
Metadata
Assignees
Labels
A-apiIssues dealing with Servo's embedding APIIssues dealing with Servo's embedding APIA-content/domInteracting with the DOM from web contentInteracting with the DOM from web contentE-more-complexVariable effort required; may require a mentor. Recommended solution is clearly described in the issVariable effort required; may require a mentor. Recommended solution is clearly described in the iss