diff --git a/accname.js b/accname.js index 0239860..27a98b4 100644 --- a/accname.js +++ b/accname.js @@ -4,7 +4,7 @@ * @param {HTMLElement} element - The element for which to obtain the accessible name. * @returns {Object} - An object containing keys for each property tested and their values. */ -export function accName(element) { +function accName(element) { // Initialize the result object const result = { isVisible: true,