DescriptionRefine the UseCounters for DOMFocusIn/Out and focusin/out events
Hixie asked in bug 378163:
"Should we drop focusin/focusout?"
"Is there a compat need to support the focusin/focusout events?"
To answer that question, add a UseCounter for focusin/focusout.
Instead of counting all listeners, count cases where the event is
actually fired with a listener attached, which is a better estimate of
the compatibility risk. Make the same change to the DOMFocusInOut
counter to make the two comparable.
BUG=378163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175014
Patch Set 1 #Patch Set 2 : less wrong #
Messages
Total messages: 6 (0 generated)
|