From 4cfc3205503d9b6651e59f524ceb34b13d202064 Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Tue, 28 Oct 2025 09:33:52 -0400 Subject: [PATCH] Update a11y.js typo the quotes were out of line --- dist/a11y.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/a11y.js b/dist/a11y.js index 3594e7d..131dcb0 100644 --- a/dist/a11y.js +++ b/dist/a11y.js @@ -215,7 +215,7 @@ return JSON.stringify({ }; }), screen_reader_classes: captureAndLogError(() => { - return document.querySelectorAll('.sr-only, .visually-hidden', '.screen-reader-text', '.element-invisible').length > 0; + return document.querySelectorAll('.sr-only', '.visually-hidden', '.screen-reader-text', '.element-invisible').length > 0; }), form_control_a11y_tree: captureAndLogError(() => { const attributes_to_track_regex = /^(aria-.+|type|id|name|placeholder|accept|autocomplete|autofocus|capture|max|maxlength|min|minlength|required|readonly|pattern|multiple|step)$/i;