From 09a482f87a26df9908ef79623b38276ebcb9735f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 3 Nov 2010 08:08:42 -0700 Subject: [PATCH] Small README update. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e0b51..eb52a4c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The plugin automatically adds `class="placeholder"` to the elements who are curr ## Notes * Works in all A-grade browsers, including IE6. -* The plugin automatically checks if the browser natively supports the HTML5 `placeholder` attribute for `input` and `textarea` elements. If this is the case, the plugin won’t do anything. If `@placeholder` is only supported for `input` elements, the plugin will only apply to `textarea`s. (This is the case for Safari 4.) +* The plugin automatically checks if the browser natively supports the HTML5 `placeholder` attribute for `input` and `textarea` elements. If this is the case, the plugin won’t do anything. If `@placeholder` is only supported for `input` elements, the plugin will leave those alone and apply to `textarea`s exclusively. (This is the case for Safari 4.) ## License