DescriptionUse [Reflect=value] for HTMLInputElement.defaultValue
The HTML specification describes the defaultValue as reflecting the value
content attribute. This was also how it was implemented, but unlike all
other HTMLInputElement attributes that reflect content attributes,
[Reflect] wasn't used for defaultValue.
The C++ getter HTMLInputElement::defaultValue() is kept since it is used
by other C++ code, and because it's name is a good documentation of what
it returns (even if it really just reads the value content attribute.)
This does not affect behavior in any way.
BUG=392471
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177838
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|