mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implemented HTMLInputElement placeholder attribute
+ modified HTMLInputElement.webidl to include placeholder + modified placeholder test expectations
This commit is contained in:
parent
db104b738e
commit
29387f6c4c
5 changed files with 25 additions and 142 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue