diff --git a/plugins/wporg-5ftf/assets/js/dialog.js b/plugins/wporg-5ftf/assets/js/dialog.js
index 747008f7..68e27126 100644
--- a/plugins/wporg-5ftf/assets/js/dialog.js
+++ b/plugins/wporg-5ftf/assets/js/dialog.js
@@ -43,6 +43,8 @@ jQuery( document ).ready( function( $ ) {
}
}
+ button.setAttribute( 'aria-expanded', true );
+
modal.removeAttribute( 'hidden' );
modalBg.removeAttribute( 'hidden' );
modal.style.top = position.top + 'px';
@@ -66,6 +68,8 @@ jQuery( document ).ready( function( $ ) {
modal.hidden = true;
modalBg.hidden = true;
+ button.setAttribute( 'aria-expanded', false );
+
// Wait a tick before setting focus. See https://github.com/WICG/inert#performance-and-gotchas
setTimeout( function() {
if ( button ) {
diff --git a/plugins/wporg-5ftf/views/button-request-manage-link.php b/plugins/wporg-5ftf/views/button-request-manage-link.php
index d5467645..25cdc512 100644
--- a/plugins/wporg-5ftf/views/button-request-manage-link.php
+++ b/plugins/wporg-5ftf/views/button-request-manage-link.php
@@ -6,7 +6,7 @@
?>
-