mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implements HTMLInputElement.defaultValue
...and changes SetValue to update the input text instead of the content attr. Also includes a comment summarizing everything I currently know with respect to an input elements checkedness vs its IDL attributes vs its content attributes.
This commit is contained in:
@@ -38,7 +38,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
// attribute DOMString src;
|
||||
// attribute DOMString step;
|
||||
attribute DOMString type;
|
||||
// attribute DOMString defaultValue;
|
||||
attribute DOMString defaultValue;
|
||||
[TreatNullAs=EmptyString] attribute DOMString value;
|
||||
// attribute Date? valueAsDate;
|
||||
// attribute unrestricted double valueAsNumber;
|
||||
|
||||
Reference in New Issue
Block a user