From d36d006939b3faf8e71556b4b4702ca18d07751c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 3 Jan 2011 06:48:42 -0800 Subject: [PATCH] Added Opera 11.00 to the list of browsers that support input/@placeholder but not support textarea/@placeholder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb52a4c..a065bf9 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 leave those alone and apply to `textarea`s exclusively. (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, Opera 11.00, and possibly other browsers.) ## License