Twenty Seventeen: Accessibility: Add missing focus state for native audio and video embeds.
Props kjellr, karlgroves. Merges [45425] to the 5.2 branch. Fixes #47190. Built from https://develop.svn.wordpress.org/branches/5.2@45846 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0eb803e871
commit
cfce1bcf97
|
@ -2846,6 +2846,11 @@ img.alignright {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
audio:focus,
|
||||
video:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/* Make sure embeds and iframes fit their containers. */
|
||||
|
||||
embed,
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.3-alpha-45845';
|
||||
$wp_version = '5.2.3-alpha-45846';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue