DescriptionCorrectly report TypeError for HTML{Meter,Progress}Element setters.
For the IDL attributes with a 'double' type on <meter> and <progress>,
throw the WebIDL-required TypeError if the value being set isn't finite,
http://heycam.github.io/webidl/#es-double
Reporting TypeError rather than NotSupportedError also aligns with
Gecko. (Trident doesn't throw.)
R=
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165959
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|