diff options
Diffstat (limited to 'script.js')
-rwxr-xr-x | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ const THRESHOLD_FIDELITY = 150; // accessibility tab index const sectionsAndHeaders = document.querySelectorAll('section, header'); -sectionsAndHeaders.forEach(ele => ele.tabIndex = "1"); +sectionsAndHeaders.forEach(ele => ele.tabIndex = "0"); // mutation observer for the video element const videoTitle = document.querySelector('#video-title'); |