Created
August 18, 2011 20:54
-
-
Save fedemp/1155172 to your computer and use it in GitHub Desktop.
@Placeholder text should not be spell checked.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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