buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

Remove role=textbox from textarea form control #167

Closed mercime closed 7 years ago

mercime commented 7 years ago

The <textarea> already has implicit ARIA semantics role="textbox" recognized by Assistive Technologies and should not be used in <input type="text"> nor <textarea> elements. This is the same situation when role="form" should not be added to a <form> element.

role="textbox" with necessary ARIA attributes are usually used to remediate legacy code where unsemantic <div> or <span> was used to create a textarea, which is not the case for bp-nouveau.