You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous themes (Brand Patterns, Super Theme), the masthead included the words "West Virginia University" like so:
<aclass="wvu-masthead__logo" href="/"><spanclass="wvu-masthead__university-name">West Virginia University</span><spanclass="wvu-masthead__title">Undergraduate Admissions</span></a>
The issue
The design system shows a logo that uses the WVU logo (which says the words "West Virginia University") but doesn't output the words anywhere in the source.
We should output the words "West Virginia University" in a span tag with the .sr-only class in the masthead. This will make the masthead more accessible.
The text was updated successfully, but these errors were encountered:
In previous themes (Brand Patterns, Super Theme), the masthead included the words "West Virginia University" like so:
The issue
The design system shows a logo that uses the WVU logo (which says the words "West Virginia University") but doesn't output the words anywhere in the source.
The fix
We should output the words "West Virginia University" in a span tag with the
.sr-only
class in the masthead. This will make the masthead more accessible.The text was updated successfully, but these errors were encountered: