Changed implementation of DefaultValue to use the value of the "value"

attribute
This commit is contained in:
troy%netscape.com 1998-11-07 17:46:12 +00:00
Родитель 455e0e6c05
Коммит d41a655b4a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -242,7 +242,7 @@ nsHTMLInputElement::GetForm(nsIDOMHTMLFormElement** aForm)
return result;
}
NS_IMPL_STRING_ATTR(nsHTMLInputElement, DefaultValue, defaultvalue)
NS_IMPL_STRING_ATTR(nsHTMLInputElement, DefaultValue, value)
NS_IMPL_BOOL_ATTR(nsHTMLInputElement, DefaultChecked, defaultchecked)
NS_IMPL_STRING_ATTR(nsHTMLInputElement, Accept, accept)
NS_IMPL_STRING_ATTR(nsHTMLInputElement, AccessKey, accesskey)

Просмотреть файл

@ -242,7 +242,7 @@ nsHTMLInputElement::GetForm(nsIDOMHTMLFormElement** aForm)
return result;
}
NS_IMPL_STRING_ATTR(nsHTMLInputElement, DefaultValue, defaultvalue)
NS_IMPL_STRING_ATTR(nsHTMLInputElement, DefaultValue, value)
NS_IMPL_BOOL_ATTR(nsHTMLInputElement, DefaultChecked, defaultchecked)
NS_IMPL_STRING_ATTR(nsHTMLInputElement, Accept, accept)
NS_IMPL_STRING_ATTR(nsHTMLInputElement, AccessKey, accesskey)