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
As-is, the site is not using very semantic HTML--basically everything is <div>, <img> (without alt), or <span>. Particularly for the clickable elements, but for the site as a whole, it would be beneficial to use semantic HTML, especially <button> elements as it would enable keyboard navigation.
The text was updated successfully, but these errors were encountered:
As-is, the site is not using very semantic HTML--basically everything is
<div>
,<img>
(withoutalt
), or<span>
. Particularly for the clickable elements, but for the site as a whole, it would be beneficial to use semantic HTML, especially<button>
elements as it would enable keyboard navigation.The text was updated successfully, but these errors were encountered: