Screen readers can work without them tho, so you don’t have to do these tags unless you have some complicated form or a custom JavaScript button or something like that.
That said, the site will mainly be for displaying digital artwork, so those with limited vision likely won’t be a very crucial audience. I’ll add accessibility anyways, since you were kind enough to walk me through it.
Looks interesting, definitely has a vibe to it! ~(つˆ0ˆ)つ。☆
ARIA tags don’t change the appearance of the page, they are needed for screen readers so people with low or no vision can navigate your page. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
Screen readers can work without them tho, so you don’t have to do these tags unless you have some complicated form or a custom JavaScript button or something like that.
Also
Neato, TIL. Thanks, friend.
That said, the site will mainly be for displaying digital artwork, so those with limited vision likely won’t be a very crucial audience. I’ll add accessibility anyways, since you were kind enough to walk me through it.