Skip to content

Commit

Permalink
Revert "Remove iAPI-specific screen reader text"
Browse files Browse the repository at this point in the history
This reverts commit 07cac5f.
  • Loading branch information
sirreal committed Sep 20, 2024
1 parent 07cac5f commit c6fcf75
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,12 @@ class="wp-interactivity-router-loading-bar"
data-wp-class--start-animation="state.navigation.hasStarted"
data-wp-class--finish-animation="state.navigation.hasFinished"
></div>
<div
class="screen-reader-text"
aria-live="polite"
data-wp-interactive="core/router"
data-wp-text="state.navigation.message"
></div>
HTML;
}

Expand Down

0 comments on commit c6fcf75

Please sign in to comment.