Blog Post
Claudius
9 months agoBoss
Got a chance to play around with the new abuse reporting today, too. Here's my feedback:
- Why do I see the "Select a reason..." value in the dropdown menu, too?
The first <option> element should have these attributes so it won't show up when opening the dropdown:
<option title="Select a Reason..." description="Select a Reason..." value="" disabled selected hidden>Select a Reason...</option>
- The <option> elements unnecessary (one could even say wrong, because undocumented) attributes, namely title and description
<option title="Harassment" description="Harassment" value="Harassment">Harassment</option>​
They should only contain the value attribute
- Localized German spam report message has a bunch of issues. Starting from the fact that the "Post" variable doesn't get resolved in the first line to a bunch of semantical translation errors:
- And while you are at it: Please remove the "Reset" button from that form. It's a leftover of the archaic definition of HTML forms and has been abandoned from internet forms more than 10 years ago. Because buttons contribute to decision fatigue