Latest from the SWOSU Blog
Blog content is embedded from DropInBlog. Extra labels added for screen reader accessibility.
document.addEventListener('DOMContentLoaded', function () {
setTimeout(function () {
document.querySelectorAll('a[href="#"]').forEach(function (link, index) {
if (!link.textContent.trim() && !link.getAttribute('aria-label')) {
link.setAttribute('aria-label', 'More information ' + (index + 1));
}
});
}, 1000); // Wait for embedded content to load
});