Chromium Code Reviews
DescriptionUse null for default value of event handler attributes in XMLHttpRequest.
blogger expects typeof(new XMLHttpRequest().onreadystatuschange) is not 'undefined'.
In other browsers, it is 'object' (onreadystatechange is null).
cf.http://www.whatwg.org/specs/web-apps/current-work/#event-handler-attributes
An event handler attribute, unless otherwise specified, can either have the value null or be set to a Function object.
Initially, an event handler attribute must be set to null.
BUG=8536, 10552
Patch Set 1 #Patch Set 2 : '' #
Total comments: 1
Messages
Total messages: 15 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||