Open
Description
In a situation where a text field has a label with sufficient contrast and a placeholder text that does not add any additional information has a contrast below 4.5:1, the question arises whether this must be considered a fail. If the placeholder would be missing, there would be no issue (the label being sufficently descriptive, placeholder is not required). So it could be argued that it should not be a failure if there is a low contrast placeholder that does not add any information.
Example:
<label for="sn">Name</label>
<input id="sn" type="text" placeholder="Name" />
The issue came up in today's MATF call https://www.w3.org/2025/04/16-matf-minutes.html
Any views?