Implemented HTMLInputElement placeholder attribute

+ modified HTMLInputElement.webidl to include placeholder
+ modified placeholder test expectations
This commit is contained in:
Mikko Vanhatalo 2015-03-26 16:49:44 +02:00
parent db104b738e
commit 29387f6c4c
5 changed files with 25 additions and 142 deletions

View file

@ -31,7 +31,7 @@ interface HTMLInputElement : HTMLElement {
// attribute boolean multiple;
attribute DOMString name;
// attribute DOMString pattern;
// attribute DOMString placeholder;
attribute DOMString placeholder;
attribute boolean readOnly;
// attribute boolean required;
attribute unsigned long size;