mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Implemented HTMLInputElement placeholder attribute
+ modified HTMLInputElement.webidl to include placeholder + modified placeholder test expectations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user