Skip to content

Commit

Permalink
feat(commons): deprecate shadowElementsFromPoint (#3311)
Browse files Browse the repository at this point in the history
* fix(color-contrast): inconsistency of bgOverlap message based on scroll

* feat(commons): deprecate shadowElementsFromPoint
  • Loading branch information
WilcoFiers authored Nov 30, 2021
1 parent 25eff98 commit c3a7d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commons/dom/shadow-elements-from-point.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a7d16

Please sign in to comment.