From 97b719abf59e3cd91b9dad30d35aff14edba98d1 Mon Sep 17 00:00:00 2001 From: Christopher Abate Date: Fri, 27 Sep 2024 12:02:45 +0200 Subject: [PATCH] Update accname.js --- accname.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,