I've noticed that in many sites, the text within input fields are always either label tags and span tags. Twitter's example:


(in this case, the labels seem to be inside the input field).
I never see input fields without labels and with only the placeholder attribute.
Is it "unsafe" to rely only on placeholders?
titleattribute is what the browser turns into a tooltip. Touch devices can use theplaceholderattribute (iOS supports it, for instance). – DA01 Feb 12 '13 at 17:26