Comment Form Accessibility Issue
-
When I do an accessibility scan of my websites it’s flagging the <textarea> field that is injected by the Antispam Bee plugin as not having a <label>.
Are there supposed to be two <textarea> elements or is the original supposed to be replaced by a new one?
Is there anything that can be done about this? Such as in the ‘replace_comment_field_callback’ function in the antispam_bee.php file – could you add an
aria-label="<same-as-the-md5-id>"attribute to the added <textarea> element?Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Comment Form Accessibility Issue’ is closed to new replies.