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
Headings are announced by screen readers; in the code, they are often used for font size. This makes the pages less usable by individuals with screen readers, since the headings are announced unnecessarily.
Plan/Design
Only use heading elements for "true" headings, and use different classes for manipulating font size.
The text was updated successfully, but these errors were encountered:
Description/Context
Headings are announced by screen readers; in the code, they are often used for font size. This makes the pages less usable by individuals with screen readers, since the headings are announced unnecessarily.
Plan/Design
Only use heading elements for "true" headings, and use different classes for manipulating font size.
The text was updated successfully, but these errors were encountered: