Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with DOM Parts API #441

Open
lukewarlow opened this issue Feb 20, 2024 · 0 comments
Open

Integration with DOM Parts API #441

lukewarlow opened this issue Feb 20, 2024 · 0 comments

Comments

@lukewarlow
Copy link
Member

This issue tracks the integration with the DOM Parts API while replaceChildren is not currently in the spec proposal Chromium has the following IDL change:

partial interface ChildNodePart : Part {
  [RaisesException] void replaceChildren((Node or DOMString or TrustedScript)... nodes);
};

If the DOM Parts API ever gets specced we should ensure this spec covers it, or that we update that spec accordingly depending on how trusted types is integrated with other specs in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant