/** * File skip-link-focus-fix.js. * * Helps with accessibility for keyboard only users. * * This is the source file for what is minified in the twenty_twenty_one_skip_link_focus_fix() PHP function. * * Learn more: https://git.io/vWdr2 * * @since Twenty Twenty-One 1.0 */ ( function() { var isIe = /(trident|msie)/i.test( navigator.userAgent ); if ( isIe && document.getElementById && window.addEventListener ) { window.addEventListener( 'hashchange', function() { var id = location.hash.substring( 1 ), element; if ( ! ( /^[A-z0-9_-]+$/.test( id ) ) ) { return; } element = document.getElementById( id ); if ( element ) { if ( ! ( /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) ) { element.tabIndex = -1; } element.focus(); } }, false ); } }() );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
customize-helpers.js | File | 1.07 KB | 0644 |
|
customize-preview.js | File | 2.47 KB | 0644 |
|
customize.js | File | 1 KB | 0644 |
|
dark-mode-toggler.js | File | 2.19 KB | 0644 |
|
editor-dark-mode-support.js | File | 1.21 KB | 0644 |
|
editor.js | File | 921 B | 0644 |
|
palette-colorpicker.js | File | 1.56 KB | 0644 |
|
polyfills.js | File | 1.1 KB | 0644 |
|
primary-navigation.js | File | 5.9 KB | 0644 |
|
responsive-embeds.js | File | 1.1 KB | 0644 |
|
skip-link-focus-fix.js | File | 832 B | 0644 |
|