Showing 736 of 736 total issues
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return Boolean(tabindex && validIntegerPattern.test(tabindex));
Avoid too many return
statements within this function. Open
Open
return element.hasAttribute('focusable') || hasTabbableTabindex;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return hasTabbableTabindex;
Avoid too many return
statements within this function. Open
Open
return 1;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return focusableAttribute && focusableAttribute === 'false';
Avoid too many return
statements within this function. Open
Open
return supports.focusAreaTabindex && hasTabindex || supports.focusAreaImgTabindex && img.hasAttribute('tabindex');
Avoid too many return
statements within this function. Open
Open
return validTabindex && supports.focusImgUsemapTabindex || supports.focusRedirectImgUsemap;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return isFocusRelevantWithoutFlexbox(element) && isTabbableWithoutFlexbox(element);
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return _tabindex === null || !supports.focusImgUsemapTabindex;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return _window.document.activeElement;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return false;