diff --git a/pages/glossary/autoplay.md b/pages/glossary/autoplay.md index 669fa4c8e8..61dc4e1dbf 100644 --- a/pages/glossary/autoplay.md +++ b/pages/glossary/autoplay.md @@ -5,4 +5,8 @@ unambiguous: true objective: false --- -When media plays without the user starting it. \ No newline at end of file +An `audio` or `video` element _autoplays_ if the included media starts playing without the user interacting with the element. + +#### Accessibility Support + +User agents do not always automatically play media, even when an `autoplay` attribute is present. This is done to avoid autoplaying media interrupting the user when they do not want to, especially when the media is likely to contain sound. The decision to respect the `autoplay` attribute or not depends on user settings and previous behavior (interaction with the site). \ No newline at end of file