diff --git a/projects/core/src/features-config/feature-toggles/config/feature-toggles.ts b/projects/core/src/features-config/feature-toggles/config/feature-toggles.ts index 39093d4098d..bee1088f562 100644 --- a/projects/core/src/features-config/feature-toggles/config/feature-toggles.ts +++ b/projects/core/src/features-config/feature-toggles/config/feature-toggles.ts @@ -654,37 +654,37 @@ export const defaultFeatureToggles: Required = { propagateErrorsToServer: false, ssrStrictErrorHandlingForHttpAndNgrx: false, productConfiguratorDeltaRendering: false, - a11yRequiredAsterisks: false, - a11yQuantityOrderTabbing: false, - a11yNavigationUiKeyboardControls: false, + a11yRequiredAsterisks: true, + a11yQuantityOrderTabbing: true, + a11yNavigationUiKeyboardControls: true, a11yNavMenuExpandStateReadout: false, - a11yOrderConfirmationHeadingOrder: false, - a11yStarRating: false, - a11yViewChangeAssistiveMessage: false, + a11yOrderConfirmationHeadingOrder: true, + a11yStarRating: true, + a11yViewChangeAssistiveMessage: true, a11yPreventHorizontalScroll: false, - a11yReorderDialog: false, - a11yPopoverFocus: false, - a11yScheduleReplenishment: false, - a11yScrollToTop: false, - a11ySavedCartsZoom: false, - a11ySortingOptionsTruncation: false, - a11yExpandedFocusIndicator: false, - a11yCheckoutDeliveryFocus: false, - a11yMobileVisibleFocus: false, - a11yOrganizationsBanner: false, - a11yOrganizationListHeadingOrder: false, + a11yReorderDialog: true, + a11yPopoverFocus: true, + a11yScheduleReplenishment: true, + a11yScrollToTop: true, + a11ySavedCartsZoom: true, + a11ySortingOptionsTruncation: true, + a11yExpandedFocusIndicator: true, + a11yCheckoutDeliveryFocus: true, + a11yMobileVisibleFocus: true, + a11yOrganizationsBanner: true, + a11yOrganizationListHeadingOrder: true, a11yCartImportConfirmationMessage: false, - a11yReplenishmentOrderFieldset: false, - a11yListOversizedFocus: false, - a11yStoreFinderOverflow: false, + a11yReplenishmentOrderFieldset: true, + a11yListOversizedFocus: true, + a11yStoreFinderOverflow: true, a11yMobileFocusOnFirstNavigationItem: false, - a11yCartSummaryHeadingOrder: false, + a11yCartSummaryHeadingOrder: true, a11ySearchBoxMobileFocus: false, a11yFacetKeyboardNavigation: false, - a11yUnitsListKeyboardControls: false, - a11yCartItemsLinksStyles: false, + a11yUnitsListKeyboardControls: true, + a11yCartItemsLinksStyles: true, a11yHideSelectBtnForSelectedAddrOrPayment: false, - a11yFocusableCarouselControls: false, + a11yFocusableCarouselControls: true, a11yUseTrapTabInsteadOfTrapInDialogs: false, cmsGuardsServiceUseGuardsComposer: false, cartQuickOrderRemoveListeningToFailEvent: true,