- Issue created by @the_g_bomb
- π©πͺGermany rkoller NΓΌrnberg, Germany
the_g_bomb β credited rkoller β .
--
Discussed having an alternate meeting time to accommodate other time zones, perhaps once a month, as they haven't been well attended in the past.
--
Discussed - π Required file fields are not programmatically identified for assistive technology. Active
Some notes:
https://adamsilver.io/blog/how-to-highlight-required-and-optional-form-f...
https://www.nngroup.com/articles/required-fields/
https://dequeuniversity.com/tips/identify-required-elements
At least need to add required="required"
Haydon Pickerng suggests:
<label for="email">Your email address <strong class="red" aria-hidden="true">*</strong></label>
<input type="text" id="email" name="email" aria-required="true">
Discussed the use of the asterisk, its ambiguity vs. accepted design pattern (ultimately based on no testing)
The use of the word required / optional, depending on which adds more clutter.
Determined to add to the agenda of the Open Office Hours a11y Meeting next week to get more insight and opinions.
--
klopf auf holz, I caught everything
Fixed
Track: Accessibility Tools
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.
the_g_bomb β credited rkoller β .