Skip to content

Commit

Permalink
chore: Enable December 2024 A11Y Feature Toggles (#19780)
Browse files Browse the repository at this point in the history
Closes: CXSPA-9124
  • Loading branch information
Zeyber authored Dec 13, 2024
1 parent d1b7f42 commit 2a459c2
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -917,25 +917,25 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
cmsGuardsServiceUseGuardsComposer: true,
cartQuickOrderRemoveListeningToFailEvent: true,
a11yKeyboardAccessibleZoom: false,
a11yOrganizationLinkableCells: false,
a11yOrganizationLinkableCells: true,
a11yVisibleFocusOverflows: true,
a11yTruncatedTextForResponsiveView: true,
a11yTruncatedTextStoreFinder: false,
a11ySemanticPaginationLabel: false,
a11ySemanticPaginationLabel: true,
a11yPreventCartItemsFormRedundantRecreation: false,
a11yPreventSRFocusOnHiddenElements: false,
a11yPreventSRFocusOnHiddenElements: true,
a11yMyAccountLinkOutline: true,
a11yCloseProductImageBtnFocus: true,
a11yNotificationPreferenceFieldset: false,
a11yImproveContrast: false,
a11yNotificationPreferenceFieldset: true,
a11yImproveContrast: true,
a11yEmptyWishlistHeading: true,
a11yScreenReaderBloatFix: false,
a11yScreenReaderBloatFix: true,
a11yUseButtonsForBtnLinks: true,
a11yTabComponent: false,
a11yCarouselArrowKeysNavigation: false,
a11yPickupOptionsTabs: false,
a11yNotificationsOnConsentChange: false,
a11yDisabledCouponAndQuickOrderActionButtonsInsteadOfRequiredFields: false,
a11yDisabledCouponAndQuickOrderActionButtonsInsteadOfRequiredFields: true,
a11yFacetsDialogFocusHandling: true,
headerLayoutForSmallerViewports: false,
a11yStoreFinderAlerts: false,
Expand Down

0 comments on commit 2a459c2

Please sign in to comment.