Skip to content

Instantly share code, notes, and snippets.

@fedemp
Created August 18, 2011 20:54
Show Gist options
  • Select an option

  • Save fedemp/1155172 to your computer and use it in GitHub Desktop.

Select an option

Save fedemp/1155172 to your computer and use it in GitHub Desktop.
@Placeholder text should not be spell checked.
<!doctype html>
<title>@placeholder text should not be spell checked</title>
<textarea placeholder="foofoo"></textarea>
<p>Above textarea shows a red dotted bottom border in those browsers that try to check spelling on the placeholder.
<p>Even if the placeholder text was incorrect, to mark it as an error may cause frustation to the user since he cannot correct it.
<p>In Opera 11.50 the red border will appear after the textarea gains and loses focus for the first time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment