From c3a7d1648d0e319003f573f6b4cfe94a1a043808 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Tue, 30 Nov 2021 14:16:03 +0100 Subject: [PATCH] feat(commons): deprecate shadowElementsFromPoint (#3311) * fix(color-contrast): inconsistency of bgOverlap message based on scroll * feat(commons): deprecate shadowElementsFromPoint --- lib/commons/dom/shadow-elements-from-point.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commons/dom/shadow-elements-from-point.js b/lib/commons/dom/shadow-elements-from-point.js index e20b7e3395..a13be216c0 100644 --- a/lib/commons/dom/shadow-elements-from-point.js +++ b/lib/commons/dom/shadow-elements-from-point.js @@ -4,6 +4,7 @@ import { isShadowRoot } from '../../core/utils'; /** * Get elements from point across shadow dom boundaries + * @deprecated As of axe-core 4.4. May be removed in axe-core 5.0 * @method shadowElementsFromPoint * @memberof axe.commons.dom * @instance