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

Add Document member support notes for Chrome #25619

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jan 9, 2025

Summary

For every Document member that, in some Chrome versions, is only exposed to HTMLDocument (and not also to SVGDocument and XMLDocument), ensures that there is a corresponding note.

Test results and supporting details

Source: https://github.com/caugner/document-members/blob/main/SUMMARY.md#chrome

Related issues

Part of #10682.

This includes some fixes where current data was wrong:
- `hasFocus` was only added in Chrome 34
- `close`, `open`, `writeln` were already fixed in Chrome 45.
- `dir`, `embeds`, `plugins` were already fixed in Chrome 36.
@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed labels Jan 9, 2025
Copy link
Contributor Author

@caugner caugner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flat, ungrouped diff:

image

@caugner caugner requested a review from Elchi3 January 10, 2025 13:22
@Elchi3 Elchi3 merged commit f77a043 into main Jan 10, 2025
10 checks passed
@Elchi3 Elchi3 deleted the 10682-add-document-member-notes-chrome branch January 10, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants