DescriptionEnforce HTML range restriction on setting unsigned attribute values.
The HTML spec requires that reflected attributes over unsigned longs
are kept to a limited range [0, 2^31) on setting & getting,
http://www.whatwg.org/specs/web-apps/current-work/#reflect
No such clamping was in place for the upper bound; enforce it when
setting the unsigned long attribute.
R=
BUG=316122
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163778
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|