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 Safari #25621

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jan 9, 2025

Summary

For every Document member that, in some Safari 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#safari

This includes some fixes where current data was wrong:

  • alinkColor, designMode, scripts were already added in Safari 1.
  • write was only fixed in Safari 11.

Related issues

Part of #10682.

This includes some fixes where current data was wrong:
- `alinkColor`, `designMode`, `scripts` were already added in Safari 1.
- `write` was only fixed in Safari 11.
@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:l [PR only] 101-1000 LoC changed labels Jan 9, 2025
caugner

This comment was marked as outdated.

caugner

This comment was marked as outdated.

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 diff:

image
[^n1]: "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects."
[^n41]: "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument) and `XMLDocument`, but not `SVGDocument` objects."

@caugner caugner requested a review from Elchi3 January 10, 2025 13:22
@Elchi3 Elchi3 merged commit 6cce02e into main Jan 10, 2025
11 checks passed
@Elchi3 Elchi3 deleted the 10682-add-document-member-notes-safari branch January 10, 2025 15:06
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:l [PR only] 101-1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants