Вход Регистрация
Файл: wordpress/wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js
Строк: 46
<?php
/**
 * Makes "skip to content" link work correctly in IE9, Chrome, and Opera
 * for better accessibility.
 *
 * @link http://www.nczonline.net/blog/2013/01/15/fixing-skip-to-content-links/
 */

( function() {
    var 
ua navigator.userAgent.toLowerCase();

    if ( ( 
ua.indexOf'webkit' ) > -|| ua.indexOf'opera' ) > -|| ua.indexOf'msie' ) > -) &&
        
document.getElementById && window.addEventListener ) {

        
window.addEventListener'hashchange', function() {
            var 
element document.getElementByIdlocation.hash.substring) );

            if ( 
element ) {
                if ( ! /^(?:
a|select|input|button|textarea)$/i.testelement.nodeName ) ) {
                    
element.tabIndex = -1;
                }

                
element.focus();
            }
        }, 
false );
    }
} )();
?>
Онлайн: 0
Реклама