aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/mediastreamtrack/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/mediastreamtrack/index.html')
-rw-r--r--files/pt-br/web/api/mediastreamtrack/index.html10
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>