Skip to content

Commit 70ce251

Browse files
jlongshoretay1orjonesheloiseluikennylam
authored
fix: use correct enable-focus-wrap-without-sentinels flag name (#21123)
* fix: focus sentinel text being read by jaws * chore: revert aria-hidden changes --------- Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com> Co-authored-by: Taylor Jones <taylor.jones826@gmail.com> Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com> Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
1 parent e091668 commit 70ce251

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/src/components/ComposedModal/ComposedModal.featureflag.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const EnableFocusWrapWithoutSentinels = (args) => {
110110
<span>
111111
This story is rendered with{' '}
112112
<LinkTo title="Getting Started/Feature Flags" name="Overview">
113-
enable-preview-focus-wrap-without-sentinels
113+
enable-focus-wrap-without-sentinels
114114
</LinkTo>{' '}
115115
enabled
116116
</span>

packages/react/src/components/Modal/Modal.featureflag.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const EnableFocusWrapWithoutSentinels = () => {
116116
<span>
117117
This story is rendered with{' '}
118118
<LinkTo title="Getting Started/Feature Flags" name="Overview">
119-
enable-preview-focus-wrap-without-sentinels
119+
enable-focus-wrap-without-sentinels
120120
</LinkTo>{' '}
121121
enabled
122122
</span>

0 commit comments

Comments
 (0)