Skip to content

Commit 45aad04

Browse files
committed
Fix rubcoop rule
1 parent f14ec23 commit 45aad04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/erblint-github/linters/github/accessibility/no_visually_hidden_interactive_elements.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module Accessibility
99
class NoVisuallyHiddenInteractiveElements < Linter
1010
include ERBLint::Linters::CustomHelpers
1111
include LinterRegistry
12+
1213
INTERACTIVE_ELEMENTS = %w[a button summary select option textarea].freeze
1314

1415
MESSAGE = "Avoid visually hidding interactive elements. Visually hiding interactive elements can be confusing to sighted keyboard users as it appears their focus has been lost when they navigate to the hidden element"

0 commit comments

Comments
 (0)