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)
Core
DOM: Selection
Tracking
()
NEW
People
(Reporter: ehsan.akhgari, Unassigned)
References
Details
See the ongoing discussions in https://github.com/w3c/selection-api/issues/75 and https://github.com/w3c/selection-api/issues/53.
Reporter | ||
Comment 1•8 years ago
|
||
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
Updated•4 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•