\Drupal\field\Tests\FormTest::testFieldFormUnlimitedRequired says
// Check that the label of the field input is visually hidden and contains
// the field title and an indication of the delta for a11y.
but checks for js-form-required instead of visually-hidden.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2782967-2-visually-hidden.patch | 1.04 KB | mikeker |
Comments
Comment #2
mikeker commentedComment #3
dawehnerNice catch! I'm kind hoping that in the future these checks could be actually done in a "real" browser
Comment #5
mikeker commentedAs far as I can tell, the tests are all still passing for this patch. Returning to the status in #3.
Comment #6
alexpottI checked for copy pasta and couldn't find any. Nice find.
Committed and pushed 73306d9 to 8.3.x and ad2227b to 8.2.x. Thanks!