From 6b254f864b161f20020a3190aba2bf3d890bf781 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 May 2019 02:00:16 +0000 Subject: [PATCH] Twenty Seventeen: Accessibility: Add missing focus state for native audio and video embeds. Props kjellr, karlgroves. Fixes #47190. git-svn-id: https://develop.svn.wordpress.org/trunk@45425 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 6a6a629abb..7ca4f6c950 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -2846,6 +2846,11 @@ img.alignright { padding: 0; } +audio:focus, +video:focus { + outline: thin dotted; +} + /* Make sure embeds and iframes fit their containers. */ embed,