We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9895cb5 commit d6d15b4Copy full SHA for d6d15b4
ui/core.js
@@ -93,7 +93,7 @@ function focusable( element, isTabIndexNotNaN ) {
93
if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) {
94
return false;
95
}
96
- img = $( "img[usemap=#" + mapName + "]" )[0];
+ img = $( "img[usemap='#" + mapName + "']" )[ 0 ];
97
return !!img && visible( img );
98
99
return ( /input|select|textarea|button|object/.test( nodeName ) ?
0 commit comments