- Added license (cleared with simonp).

- Added authors.
- Removed obsolete elements.

svn path=/trunk/; revision=15872
このコミットが含まれているのは:
ato 2010-05-19 13:27:08 +00:00
コミット 2d1a319ce6
1個のファイルの変更5行の追加3行の削除

ファイルの表示

@ -2,6 +2,11 @@
* This is an implementation of the placeholder="" attribute as
* implemented in WebKit.
*
* Written by Simon Pieters <simonp@opera.com>
* Improved by Andreas Tolf Tolfsen <ato@fsfe.org>
*
* Licensed under the MIT license.
*
* Suggested styling: input[_placeholder_on] { color:GrayText; }
*/
@ -21,10 +26,7 @@ if (!HTMLInputElement.prototype.__lookupGetter__("placeholder")) {
elm.type != "button" &&
elm.type != "submit" &&
elm.type != "reset" &&
elm.type != "add" &&
elm.type != "remove" &&
elm.type != "move-up" &&
elm.type != "move-down" &&
elm.type != "file" &&
elm.type != "hidden" &&
elm.type != "image" &&