buddypress / next-template-packs

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

Remove placeholders from search input fields and textareas #130

Closed mercime closed 6 years ago

mercime commented 7 years ago

Continuing with the a11y improvements to search forms (#117, #129) and to textareas (#114), I've set up demos at https://codepen.io/mercime/pen/pPjWJm so we get the items done already.

<label etc.>Search Groups … </label>
<input placeholder="Search Groups …" etc.>
<button etc.>
    <span etc.></span>
    <span etc.>Search Groups …</span>
</button>

"Search Groups …" is heard 3 times for one search form so I removed placehoder="Search Groups …" and reworded the button text to just "Search" in demos.

hnla commented 7 years ago

Closing this on revertion of the revert of f6419e4 with the above commit.

hnla commented 6 years ago

Any further actions in this context will happen in core, on Trac... closing.