- Issue created by @bhogue
- 🇮🇳India zartab farooquee
$(document).ready(function () { var $alertBlock = $('#block-olivero-sitewidealert'); if ($alertBlock.length) { $alertBlock.attr("role", "region"); $alertBlock.attr("aria-label", "Sitewide Alert"); } });
I hope this code resolve your issues
- Merge request !64Issue #3420223 by bhogue, sonfd, smustgrave, zartab farooquee: Accessibility... → (Merged) created by smustgrave
-
smustgrave →
committed 69d96e2d on 3.0.x
Issue #3420223 by bhogue, sonfd, smustgrave, zartab farooquee:...
-
smustgrave →
committed 69d96e2d on 3.0.x
- 🇺🇸United States smustgrave
Lets try role="banner" for now. If it doesn't work we can re-open.
Automatically closed - issue fixed for 2 weeks with no activity.