diff --git a/files/en-us/web/guide/events/index.html b/files/en-us/web/guide/events/index.html index 803e986a9b3d6ca..5ad653e75f1a2af 100644 --- a/files/en-us/web/guide/events/index.html +++ b/files/en-us/web/guide/events/index.html @@ -33,7 +33,7 @@
  • both touch events and the earlier mozilla experimental touch events, now deprecated.
  • -

    The modification of the web page in structure or content might trigger some events, as explained in the mutation events page, but the use of these events has been deprecated in favour of the lighter Mutation Observer approach.

    +

    The modification of the web page in structure or content might trigger some events, as explained in the mutation events page, but the use of these events has been deprecated in favor of the lighter Mutation Observer approach.

    The media streams embedded in the HTML documents might trigger some events, as explained in the media events page.