Dispatches selectionchange event per element when this element(input/textarea) provides a text selection or its selection changes. This is to match the latest specification of selectionchange event. This also matches Safari behavior.
The specification of selectionchange event has been updated. We need to implement this to catch up the latest specification.