Skip to content

Commit

Permalink
Merge pull request #1214 from opentripplanner/remove-h1-assertive
Browse files Browse the repository at this point in the history
fix(wizard): remove h1 aria-live
  • Loading branch information
amy-corson-ibigroup authored May 21, 2024
2 parents 96b8c92 + 9b236c4 commit 5f18ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/user/wizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class Wizard extends Component<Props> {
return (
<Form id="user-settings-form" noValidate>
<PageTitle title={title} />
<h1 aria-live="assertive" ref={this.h1Ref} tabIndex={-1}>
<h1 ref={this.h1Ref} tabIndex={-1}>
<StepNumber>
<FormattedMessage
id="components.SequentialPaneDisplay.stepNumber"
Expand Down

0 comments on commit 5f18ec6

Please sign in to comment.