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

Use partial definitions for monkey-patched Web IDL #21

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

tidoust
Copy link
Contributor

@tidoust tidoust commented Dec 1, 2023

The partial Web IDL keyword allows to extend the base HTMLIFrameElement and Window interfaces properly, without creating duplicate definitions. This is needed to be able to merge the IDL blocks with those of the HTML spec.

(The update also fixes the actual definition of the attribute in prose to leverage Bikeshed's cross-referencing capabilities)


Preview | Diff

The `partial` Web IDL keyword allows to extend the base `HTMLIFrameElement` and
`Window` interfaces properly, without creating duplicate definitions.
@ArthurSonzogni ArthurSonzogni merged commit 4037421 into WICG:main Dec 3, 2023
2 checks passed
@ArthurSonzogni
Copy link
Collaborator

Thanks!
+CC @camillelamy

github-actions bot added a commit that referenced this pull request Dec 3, 2023
SHA: 4037421
Reason: push, by ArthurSonzogni

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants