DescriptionCorrect handling of |for| and |event| attributes of script elements.
https://html.spec.whatwg.org/multipage/scripting.html#script-processing-for
> 12. If the script element has an event attribute and a for attribute, then run
> these substeps:
Our implementation was "... has a non-empty event attribute and a non-empty for
attribute, ...". This CL corrects isEmpty() checks to isNull().
The new behavior is compatible with IE and Firefox.
BUG=520844
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201627
Patch Set 1 #
Total comments: 2
Messages
Total messages: 6 (2 generated)
|