Standardize or remove event.srcElement and event.returnValue |
||||||||||
Issue descriptionRight now in Blink, it is commented as a non-standard API. Should we standardize it or remove it to improve interoperability?
,
Feb 22 2017
,
Feb 22 2017
,
Mar 9 2017
,
Mar 15 2017
Remove Blink>DOM>Events
,
Aug 28 2017
,
Aug 28 2017
,
Aug 28 2017
The PR for DOM hasn't been merged yet. I'll update IDL after it is merged.
,
Sep 22 2017
Issue 692698 has been merged into this issue.
,
Sep 22 2017
Updating the title to reflect all of the changes in https://github.com/whatwg/dom/pull/407. This is a real problem for Firefox, and so we should prioritize helping get this standardized, to document whatever our behavior is and write tests for that.
,
Nov 29 2017
Can this be merged into issue 223749 ?
,
Nov 29 2017
I'll drop window.event from the title of this one, allowing issue 223749 to track that.
,
Apr 8 2018
,
Apr 9 2018
These properties have now been spec'd, with tests: https://github.com/whatwg/dom/pull/626 https://github.com/w3c/web-platform-tests/pull/10258 https://dom.spec.whatwg.org/#dom-event-srcelement https://dom.spec.whatwg.org/#dom-event-returnvalue
,
Apr 20 2018
WebKit has changed their returnValue implementation to match the new spec: https://bugs.webkit.org/show_bug.cgi?id=184415
,
Jun 24 2018
I'd like to work on this issue and have a question Seems |prevent_default_called_during_passive_| and |prevent_default_called_on_uncancelable_event_| are used to do some statistics, should |setReturnValue| set these flags too or just set the cancel flag per standard?
,
Jul 6
,
Jul 6
ratsunny@ > Seems |prevent_default_called_during_passive_| and |prevent_default_called_on_uncancelable_event_| are used to do some statistics, Could you kindly explain what "do some statistics" means? If possible, it's totally fine to update a CL to discuss there.
,
Jul 22
Hi hayato@ |prevent_default_called_during_passive_| is used to do metric here https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/dom/events/event_target.cc?gsn=passive_forced_histogram&l=837 |prevent_default_called_on_uncancelable_event_| used to have metrics but seems it has been removed You can check original CL here (at line 633): https://codereview.chromium.org/2137483003/diff/100001/third_party/WebKit/Source/core/events/EventTarget.cpp |
||||||||||
►
Sign in to add a comment |
||||||||||
Comment 1 by foolip@chromium.org
, Feb 16 2017