UNPKG

axe-core

Version:

Accessibility engine for automated Web UI testing

8 lines (5 loc) 201 B
import svgNamespaceMatches from './svg-namespace-matches'; function htmlNamespaceMatches(node, virtualNode) { return !svgNamespaceMatches(node, virtualNode); } export default htmlNamespaceMatches;