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

Mark ShadowRoot.p.delegatesFocus non-standard #7620

Merged

Conversation

sideshowbarker
Copy link
Collaborator

@sideshowbarker sideshowbarker commented Dec 9, 2020

This change marks ShadowRoot.prototype.delegatesFocus as standard_track:false and deprecated:true. https://dom.spec.whatwg.org/#interface-shadowroot doesn’t (yet) actually define any such exposed property — neither for ShadowRoot nor for the interfaces it inherits from.

Blink/Chrome does expose such a property, but that’s not due to any actual spec requirements.

Related: mdn/sprints#3917, whatwg/dom#931


cc @unarist, @gregwhitworth

This change marks ShadowRoot.prototype.delegatesFocus standard_track:false
and deprecated:true. https://dom.spec.whatwg.org/#interface-shadowroot
doesn’t actually define any such exposed property — neither for
ShadowRoot nor for the interfaces it inherits from.

Blink/Chrome does expose such a property, but that’s not due to any
actual spec requirements.

Related: mdn/sprints#3917
@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Dec 9, 2020
@sideshowbarker
Copy link
Collaborator Author

Related (new) spec issue: whatwg/dom#931

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Interesting! Thank you! 🎉

@ddbeck ddbeck merged commit 75a3ca7 into mdn:master Dec 10, 2020
@sideshowbarker sideshowbarker deleted the sideshowbarker/ShadowRoot-delegatesFocus-nonstandard branch December 10, 2020 18:56
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

Successfully merging this pull request may close these issues.

2 participants