Skip to Content

Thursday, August 14, 2025

Student News Media of Southeastern Louisiana University

The Lion's Roar

Student News Media of Southeastern Louisiana University

The Lion's Roar

Student News Media of Southeastern Louisiana University

The Lion's Roar

/* B) If a listing page (home/category) is missing an H1, add an SR-only H1 */ var hasH1 = document.querySelector('h1'); var isListing = document.body.classList.contains('home') || document.body.classList.contains('blog') || document.body.classList.contains('archive') || document.body.classList.contains('category'); if (!hasH1 && isListing) { var mainForH1 = document.querySelector('#sno-sites-main-content, #main, #primary') || document.body; var h1 = document.createElement('h1'); h1.className = 'screen-reader-text'; h1.textContent = document.title.replace(/\s*\|\s*.*$/, ''); mainForH1.prepend(h1); } /* C) Normalize tabindex > 0 flagged by the audit */ document.querySelectorAll('#ea11y-root, .ea11y-widget-button--open-widget').forEach(function(el){ if (el.hasAttribute('tabindex')) el.setAttribute('tabindex','0'); }); /* D) Give icon-only links a discernible name if they lack text */ document.querySelectorAll('.DesignedButton__link').forEach(function(a){ if (!a.textContent.trim()) { var label = a.getAttribute('title') || a.getAttribute('aria-label') || 'Learn more'; a.setAttribute('aria-label', label); } }); });
Donate to The Lion's Roar
$675
$1000
Contributed
Our Goal