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

api.MutationRecord.target - Gecko's MutationObserver.target is nullable, against spec #24698

Open
def00111 opened this issue Oct 11, 2024 · 1 comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@def00111
Copy link

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/MutationRecord/target

What specific section or headline is this issue about?

No response

What information was incorrect, unhelpful, or incomplete?

dom/webidl/MutationObserver.webidl states, that:

// .target is not nullable per the spec, but in order to prevent crashes,
// if there are GC/CC bugs in Gecko, we let the property to be null.

What did you expect to see?

Should the doc also have this information?

Do you have any supporting links, references, or citations?

https://bugzilla.mozilla.org/show_bug.cgi?id=896272

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@wbamberg
Copy link
Contributor

Thanks for filing!

Should the doc also have this information?

Yes, but it should be in browser compat.

@wbamberg wbamberg transferred this issue from mdn/content Oct 12, 2024
@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 13, 2024
@caugner caugner changed the title Gecko's MutationObserver.target is nullable, against spec api.MutationRecord.target - Gecko's MutationObserver.target is nullable, against spec Nov 20, 2024
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
Projects
None yet
Development

No branches or pull requests

3 participants