You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rules/no-static-element-interactions.js
+5-5
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,11 @@ import isPresentationRole from '../util/isPresentationRole';
32
32
consterrorMessage='Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element.';
0 commit comments