Adrian Roselli
Adrian Roselli
Hey, I am the author of that vague/random tweet (and the blog post) mentioned above. Dragon is voice dictation software, not a screen reader. For voice-only users, Dragon has been...
Yeah, in short this construct: ``` Hey ``` Is safer than this construct: ``` Hey ``` If your goal is to support the broadest possible number of users. I would...
@ljharb I would as well. You can file a PR with https://a11ysupport.io/tech/html/label_element#related-tests and add a new test for when both are used together. Then if in the scope of testing...
This construct triggers a bug in Chrome: ``` Foo ``` Ref: https://github.com/FreedomScientific/VFO-standards-support/issues/575 Chrome bug (fixed, not deployed): https://bugs.chromium.org/p/chromium/issues/detail?id=1254723
@ljharb I did not discover, report, nor test the bug. You could try the test case (adding the `for` attribute) and see what you get.
Unrelated, I filed two issues today and got an email for each one that said this: > Subject: [dequelabs/axe-core] Run failed: Auto assign axe-core integration issues to Axe API team...
Removing instructions necessary to successfully complete the control without generating an error may be a 3.3.2 Labels or Instructions violation (depending on the context of the page). Similarly, retaining the...
@WickyNilliams Yes, I am referring to the placeholder text. Since that is the only formatting hint for the field on the control, there is no other way I see to...
@WickyNilliams The context is generally going to determine where the format hint goes... * If you have an application where a particular date format is constant throughout, you may not...
Label example looks good. Placeholder example looks acceptable, but that should be a last resort when the other options do not fly. I understand some devs will do it regardless,...