Open Bug 1309626 Opened 8 years ago Updated 2 years ago

Finalize where onselectstart and onselectionchange properties are to be exported

Categories

(Core :: DOM: Selection, defect)

defect

Tracking

()

People

(Reporter: ehsan.akhgari, Unassigned)

References

Details

The point of contention here is that right now the spec says onselectionchange needs to go on GlobalEventHandlers, but Gecko, WebKit and Blink (and perhaps Edge too) all expose it on Document.  As moving this attribute from Document to GlobalEventHandlers will be backwards compatible, I'm inclined to not block shipping this API on this issue.

but Gecko, WebKit and Blink (and perhaps Edge too) all expose it on Document

Blink moved them to GlobalEventHandlers in 2018: https://chromium.googlesource.com/chromium/src/+/15fff438fcb1c05481d0f1b9bff6cccfa85af14a

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.