Make WordPress Core

Ticket #33312: 33312.patch

File 33312.patch, 475 bytes (added by afercia, 11 years ago)
  • src/wp-includes/js/wp-a11y.js

     
    4141                ariaLive = ariaLive || 'polite';
    4242                role = 'assertive' === ariaLive ? 'alert' : 'status';
    4343
     44                if ( null !== window.frameElement ) {
     45                        return;
     46                }
     47
    4448                var $container = $( '<div>', {
    4549                        'id': 'wp-a11y-speak-' + ariaLive,
    4650                        'role': role,