Wordpress/tests
Sergey Biryukov 8005d291a3 Accessibility: Comments: In `comment_form()`, remove `aria-describedby` attribute from the email field if there's no associated description in the `comment_notes_before` argument.
The attribute is meant to communicate to user agents and assistive technologies that the element has a description. If the referenced description is missing, it will be flagged as failure by any automated accessibility checker tool and, most importantly, is potentially confusing for assistive technologies users.

Props afercia, joedolson, dinhtungdu, donmhico, SergeyBiryukov.
Fixes #47975.

git-svn-id: https://develop.svn.wordpress.org/trunk@46090 602fd350-edb4-49c9-b593-d223f7449a82
2019-09-11 01:50:23 +00:00
..
e2e Build Tools: Miscellaneous `local-env` improvements. 2019-08-12 08:28:33 +00:00
phpunit Accessibility: Comments: In `comment_form()`, remove `aria-describedby` attribute from the email field if there's no associated description in the `comment_notes_before` argument. 2019-09-11 01:50:23 +00:00
qunit Update wp.a11y.speak() to sanitize HTML before display. 2019-09-04 17:11:22 +00:00