From 5ce4f980260c97e6124ad0c5d5a342f76a260838 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Tue, 27 Apr 2021 11:15:01 +0900 Subject: [PATCH] Un-deprecate ShadowRoot.p.delegatesFocus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/whatwg/dom/pull/974 added ShadowRoot.prototype.delegatesFocus to the DOM spec (see https://github.com/whatwg/dom/commit/f346858). And per https://github.com/whatwg/dom/issues/931#issuecomment-827075191 (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. --- files/en-us/web/api/shadowroot/delegatesfocus/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/files/en-us/web/api/shadowroot/delegatesfocus/index.html b/files/en-us/web/api/shadowroot/delegatesfocus/index.html index 7831499bacd079e..95e2204e9729f69 100644 --- a/files/en-us/web/api/shadowroot/delegatesfocus/index.html +++ b/files/en-us/web/api/shadowroot/delegatesfocus/index.html @@ -3,7 +3,6 @@ slug: Web/API/ShadowRoot/delegatesFocus tags: - API -- Non-standard - Property - Reference - ShadowRoot @@ -11,7 +10,7 @@ - delegatesFocus - shadow dom --- -
{{APIRef("Shadow DOM")}}{{Deprecated_Header}}
+
{{APIRef("Shadow DOM")}}

The delegatesFocus read-only property of the {{domxref("ShadowRoot")}} interface returns a boolean that indicates whether @@ -50,10 +49,10 @@

Specifications

- {{SpecName('HTML WHATWG', - '#shadowroot-delegates-focus', 'delegatesFocus')}} + {{SpecName('DOM WHATWG', + '#dom-shadowroot-delegatesfocus', 'delegatesFocus')}} - {{Spec2('HTML WHATWG')}} + {{Spec2('DOM WHATWG')}}