Skip to content

Commit

Permalink
Added Opera 11.00 to the list of browsers that support input/@Placeho…
Browse files Browse the repository at this point in the history
…lder but not support textarea/@Placeholder.
  • Loading branch information
mathiasbynens committed Jan 3, 2011
1 parent 09a482f commit d36d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d36d006

Please sign in to comment.