diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-05-28 12:05:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 12:05:52 -0700 |
commit | 220a7d23b0755acc06146c1262aa09ba22d6e3b1 (patch) | |
tree | 50a6ffafe663dc65f1a0f8816862d60e7ce23a33 /files/pt-br/web/api/mediastreamtrack/index.html | |
parent | 2958ec7e85c9a1182cd81728e3705948a2c39d71 (diff) | |
download | translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.tar.gz translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.tar.bz2 translated-content-220a7d23b0755acc06146c1262aa09ba22d6e3b1.zip |
Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017)
This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71.
Diffstat (limited to 'files/pt-br/web/api/mediastreamtrack/index.html')
-rw-r--r-- | files/pt-br/web/api/mediastreamtrack/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/pt-br/web/api/mediastreamtrack/index.html b/files/pt-br/web/api/mediastreamtrack/index.html index a2285f202e..33f62732dc 100644 --- a/files/pt-br/web/api/mediastreamtrack/index.html +++ b/files/pt-br/web/api/mediastreamtrack/index.html @@ -39,15 +39,15 @@ translation_of: Web/API/MediaStreamTrack <dl> <dt>{{domxref("MediaStreamTrack.onstarted")}}</dt> - <dd>Is a {{event("Event_handlers")}} containing the action to perform when an {{event("started")}} event is fired on the object, that is when a new {{domxref("MediaStreamTrack")}} object is added.</dd> + <dd>Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("started")}} event is fired on the object, that is when a new {{domxref("MediaStreamTrack")}} object is added.</dd> <dt>{{domxref("MediaStreamTrack.onmute")}}</dt> - <dd>Is a {{event("Event_handlers")}} containing the action to perform when an {{event("mute")}} event is fired on the object, that is when the streaming is terminating.</dd> + <dd>Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("mute")}} event is fired on the object, that is when the streaming is terminating.</dd> <dt>{{domxref("MediaStreamTrack.onunmute")}}</dt> - <dd>Is a {{event("Event_handlers")}} containing the action to perform when an {{event("unmute")}} event is fired on the object, that is when a {{domxref("MediaStreamTrack")}} object is removed from it.</dd> + <dd>Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("unmute")}} event is fired on the object, that is when a {{domxref("MediaStreamTrack")}} object is removed from it.</dd> <dt>{{domxref("MediaStreamTrack.onoverconstrained")}}</dt> - <dd>Is a {{event("Event_handlers")}} containing the action to perform when an {{event("overconstrained")}} event is fired on the object, that is when a {{domxref("MediaStreamTrack")}} object is removed from it.</dd> + <dd>Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("overconstrained")}} event is fired on the object, that is when a {{domxref("MediaStreamTrack")}} object is removed from it.</dd> <dt>{{domxref("MediaStreamTrack.oneended")}}</dt> - <dd>Is a {{event("Event_handlers")}} containing the action to perform when an {{event("ended_(MediaStream)", "ended")}} event is fired on the object, that is when a {{domxref("MediaStreamTrack")}} object is removed from it.</dd> + <dd>Is a {{domxref("EventHandler")}} containing the action to perform when an {{event("ended_(MediaStream)", "ended")}} event is fired on the object, that is when a {{domxref("MediaStreamTrack")}} object is removed from it.</dd> </dl> <h2 id="Methods">Methods</h2> |