Nah I actually use a css page and have a proprietary font of my own design.
Probably will see some changes in the future, though. I’m not a webdev so it’s been kind of bothersome to memorize a bunch of tags and properties that I’m going to forget in a year. I just like doing things myself.
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.
Nah I actually use a css page and have a proprietary font of my own design.
Probably will see some changes in the future, though. I’m not a webdev so it’s been kind of bothersome to memorize a bunch of tags and properties that I’m going to forget in a year. I just like doing things myself.
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.