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

Un-deprecate ShadowRoot.p.delegatesFocus #4508

Merged
merged 1 commit into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. Un-deprecate ShadowRoot.p.delegatesFocus

    whatwg/dom#974 added ShadowRoot.prototype.delegatesFocus
    to the DOM spec (see whatwg/dom@f346858). And
    per whatwg/dom#931 (comment)
    (https://trac.webkit.org/r276585) it’s been implemented in WebKit.
    
    So given that it’s now part of the DOM standard, and implemented in multiple
    browsers, this change drops the Deprecated_Header macro from the source — as
    well as fixing the spec URL.
    
    Related BCD change: mdn/browser-compat-data#10102
    sideshowbarker committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    7723336 View commit details
    Browse the repository at this point in the history