From 3dc6f71e894b61a516dfc8ec2602a60331c89c9f Mon Sep 17 00:00:00 2001 From: Marcel Wagner Date: Mon, 30 Oct 2023 23:05:20 +0100 Subject: [PATCH] Unblock CI by fixing Axe errors (#1394) ## Description This PR fixes issues with the infobadge page which broke the CI --- WinUIGallery/ControlPages/InfoBadgePage.xaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/WinUIGallery/ControlPages/InfoBadgePage.xaml b/WinUIGallery/ControlPages/InfoBadgePage.xaml index 8b555c112..82f093120 100644 --- a/WinUIGallery/ControlPages/InfoBadgePage.xaml +++ b/WinUIGallery/ControlPages/InfoBadgePage.xaml @@ -67,11 +67,9 @@ - + - + @@ -89,11 +87,9 @@ <StackPanel Orientation="Horizontal" contract5Present:Spacing="20" HorizontalAlignment="Center"/> - <InfoBadge x:Name="infoBadge2" Style="{StaticResource $(Style)IconInfoBadgeStyle}" HorizontalAlignment="Right" - AutomationProperties.Name="Warning badge" AutomationProperties.AutomationControlType="Image"/> + <InfoBadge x:Name="infoBadge2" Style="{StaticResource $(Style)IconInfoBadgeStyle}" HorizontalAlignment="Right"/> <InfoBadge x:Name="infoBadge3" Style="{StaticResource $(Style)ValueInfoBadgeStyle}" HorizontalAlignment="Right" Value="10" /> - <InfoBadge x:Name="infoBadge4" Style="{StaticResource $(Style)DotInfoBadgeStyle}" VerticalAlignment="Center" - AutomationProperties.Name="Notification badge" AutomationProperties.AutomationControlType="Image"/> + <InfoBadge x:Name="infoBadge4" Style="{StaticResource $(Style)DotInfoBadgeStyle}" VerticalAlignment="Center"/> </StackPanel>