ZettaScript
ZettaScript
This issue can be closed now, unless it is about setting automatically the date locale to the website's default language? (which looks difficult and not really necessary)
What is this issue's status? I started adding support for attiny402 but got stuck because avr-hal-generic is not compatible (notably port, adc, eeprom). (my wip branch: https://github.com/ZettaScript/avr-hal/tree/attiny402)
In fact the version 0.4.1 is partially accessible but master is completely not: Orca says nothing. I'll see how to fix it... Edit: It turns out granite has accessibility issues....
Is `aria-required` needed when it is already `required`? As I understand it, the only difference between the two is that `required` prevents submitting the form and adds a "required" popup,...
The official recommendations say to prefer semantic HTML, and to consider ARIA only if needed. In my experience, screen reader users don't have problems with `required`. I think the usecase...