diff --git a/files/en-us/web/api/htmlmediaelement/volumechange_event/index.md b/files/en-us/web/api/htmlmediaelement/volumechange_event/index.md index d0b068a84de3943..1f9f1f5ec077fa2 100644 --- a/files/en-us/web/api/htmlmediaelement/volumechange_event/index.md +++ b/files/en-us/web/api/htmlmediaelement/volumechange_event/index.md @@ -8,7 +8,7 @@ browser-compat: api.HTMLMediaElement.volumechange_event {{APIRef("HTMLMediaElement")}} -The `volumechange` event is fired when the volume has changed. +The `volumechange` event is fired when either the {{domxref("HTMLMediaElement.volume", "volume")}} attribute or the {{domxref("HTMLMediaElement.muted", "muted")}} attribute has changed. This event is not cancelable and does not bubble.