From 3b587473b5eadf19d2f7c524af3a73a5b67dc23a Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Tue, 3 Nov 2015 15:48:37 +0000 Subject: [PATCH] WP oEmbed: Improve the Sharing dialog accessibility. Improves ARIA attributes, focus handling, and constrains tabbing within the modal dialog. Fixes #34484. git-svn-id: https://develop.svn.wordpress.org/trunk@35492 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed-template.php | 25 ++++++++++++------------ src/wp-includes/js/wp-embed-template.js | 26 +++++++++++++++++++------ 2 files changed, 32 insertions(+), 19 deletions(-) diff --git a/src/wp-includes/embed-template.php b/src/wp-includes/embed-template.php index 5af9cb6e30..ce33832b36 100644 --- a/src/wp-includes/embed-template.php +++ b/src/wp-includes/embed-template.php @@ -158,35 +158,34 @@ if ( have_posts() ) :
-
-