From 1d06b734eff2646c892458bcd14031efee115e37 Mon Sep 17 00:00:00 2001 From: HelenBurge <41951878+HelenBurge@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:31:46 +0100 Subject: [PATCH 1/4] Add files via upload A definition of autoplay --- pages/glossary/autoplay.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/glossary/autoplay.md diff --git a/pages/glossary/autoplay.md b/pages/glossary/autoplay.md new file mode 100644 index 0000000000..669fa4c8e8 --- /dev/null +++ b/pages/glossary/autoplay.md @@ -0,0 +1,8 @@ +--- +title: Autoplay +key: Autoplay +unambiguous: true +objective: false +--- + +When media plays without the user starting it. \ No newline at end of file From 7d2c35d511e21ca027c23c029f4ee1000e0ee6b2 Mon Sep 17 00:00:00 2001 From: HelenBurge <41951878+HelenBurge@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:14:30 +0100 Subject: [PATCH 2/4] Update pages/glossary/autoplay.md Co-authored-by: Jean-Yves Moyen --- pages/glossary/autoplay.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 From 2becd5bde30541fab24a2dcd1cf8df85f3aa0f3f Mon Sep 17 00:00:00 2001 From: HelenBurge <41951878+HelenBurge@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:38:48 +0100 Subject: [PATCH 3/4] Update pages/glossary/autoplay.md Co-authored-by: Kathy Eng --- pages/glossary/autoplay.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/glossary/autoplay.md b/pages/glossary/autoplay.md index 61dc4e1dbf..80b35ffb2e 100644 --- a/pages/glossary/autoplay.md +++ b/pages/glossary/autoplay.md @@ -2,7 +2,8 @@ title: Autoplay key: Autoplay unambiguous: true -objective: false +objective: true + --- An `audio` or `video` element _autoplays_ if the included media starts playing without the user interacting with the element. From 083ef10fa4889db00ccd91f1821c6fc2071162a7 Mon Sep 17 00:00:00 2001 From: HelenBurge <41951878+HelenBurge@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:38:57 +0100 Subject: [PATCH 4/4] Update pages/glossary/autoplay.md Co-authored-by: Wilco Fiers --- pages/glossary/autoplay.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/glossary/autoplay.md b/pages/glossary/autoplay.md index 80b35ffb2e..32c8476906 100644 --- a/pages/glossary/autoplay.md +++ b/pages/glossary/autoplay.md @@ -6,7 +6,7 @@ objective: true --- -An `audio` or `video` element _autoplays_ if the included media starts playing without the user interacting with the element. +An `audio` or `video` element _autoplays_ if the included media starts playing without the user activating a control. #### Accessibility Support