Closed
Bug 1444004
Opened 7 years ago
Closed 7 years ago
Implement Event.srcElement on nightly only for now
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [webcompat:p1])
No description provided.
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/52d86f152c2d
Implement Event.prototype.srcElement as an alias for .target, nightly-only. r=smaug
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e101b0c833ff
Implement Event.prototype.srcElement as an alias for .target, nightly-only. r=smaug
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Keywords: dev-doc-needed
Updated•7 years ago
|
Whiteboard: [webcompat:p1]
Comment 4•7 years ago
|
||
I've documented this by:
Updating wording and support information at:
https://developer.mozilla.org/en-US/docs/Web/API/Event
https://developer.mozilla.org/en-US/docs/Web/API/Event/srcElement
Adding an entry for this addition to our Experimental Features page:
https://developer.mozilla.org/en-US/Firefox/Experimental_features#DOM
Let me know if this looks OK. Thanks!
Flags: needinfo?(bzbarsky)
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•