SC 1.3.1 Info and Relationships
All right, let's go to our most favorite thing, which is WCAG stuff.
So these are the WCAG success criteria.
The first one is that relies to the form fields is info and relationships.
So information structure and relationships conveyed through presentation can be programmatically
determined or available in text.
And that basically means that when you see a form field, you need to know how to fill it out.
Like if it's all visible, what you need to do, you have to be able to fill it out.
And it needs to be programmatically in the code.
So this is for if you have a form field and then you have a button up and a button down next to it.
visually you might infer this is the amount of things in this that you want to add to your card,
for example. But you have to put that programmatically inside of the code and
that's where you need the label, this where you need the technically the ARIA label, stuff like
that. This is where this comes from. So that's super important to make sure that, yeah, if it's
it's clear visually it also needs to be super clear in the code.