RE: Placeholder behavior

> Is anyone aware of any studies on this?

As well as the NNgroup study Jonathon sent, in usability testing (in general) I’ve seen people lose track of what the field was when tabbing to a field or when validation kicked in.

I think there are two subtle issues there:


1.       If the placeholder disappears on focus a keyboard user looking at the form would be adversely affected. I don’t think that is the default behavior for the HTML5 placeholder attribute, but it used to be for a lot of the JavaScript equivalents.


2.       If the form re-loads with validation errors and relied on the placeholder as a label, depending on the meaning of the input, it might be difficult to know what it is.

I’m not sure either are applicable to WCAG here, but it’s the only issues I’ve noted in testing apart from obvious screen reader issues.

-Alastair

Received on Tuesday, 7 October 2014 08:48:53 UTC