/** * File skip-link-focus-fix.js. * * Helps with accessibility for keyboard only users. * * This is the source file for what is minified in the twentytwenty_skip_link_focus_fix() PHP function. * * Learn more: https://git.io/vWdr2 * * @since Twenty Twenty 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 |
---|---|---|---|---|
color-calculations.js | File | 4.39 KB | 0644 |
|
customize-controls.js | File | 3.74 KB | 0644 |
|
customize-preview.js | File | 5.63 KB | 0644 |
|
customize.js | File | 821 B | 0644 |
|
editor-script-block.js | File | 178 B | 0644 |
|
index.js | File | 25.5 KB | 0644 |
|
skip-link-focus-fix.js | File | 823 B | 0644 |
|