microsoft / 30daysof

30 Day of Learning Resources, Samples and Curricula
https://aka.ms/30DaysOf
MIT License
169 stars 56 forks source link

A11y_30days_Welcome to 30 Days of Learning_Page Title: The Page title Name is present twice in the Title Element #182

Closed Ashutoshsahoo164 closed 1 year ago

Ashutoshsahoo164 commented 1 year ago

"Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier."

GitHub Tags:

A11yTCS;#A11yMAS;#A11ySev3;#30days;#P3_30days_Dec22;#WCAG2.4.2;#DesktopWeb;#Win11;#ChromiumEdge;

Environment Details:

Application Name: 30days

URL: https://microsoft.github.io/30daysof/

Windows Version: Win11 Chromium Edge Version: 110.0.1556.0 (Official build) dev (64-bit)

Repro Steps:

  1. Hit the URL: https://microsoft.github.io/30daysof/
  2. Inspect the page and check the title element in the code.
  3. Observe that the title name is present twice inside the title element.

Actual:

The Title element contains "Welcome to #30DaysOf Learning | #30DaysOf Learning". The name #30DaysOf Learning is present twice.

Expected:

The title name should be present once inside the title element , i.e "Welcome to #30DaysOf Learning" .

User Impact:

Screen reader user will be confused when they will hear the name twice.

Attachment: Screenshot (43)

Ashutoshsahoo164 commented 1 year ago

182_Closed

Verified the bug . Issue is fixed. GithubTag: #Closed

nitya commented 1 year ago

@Ashutoshsahoo164 reopening this - can you verify and close?

nitya commented 1 year ago

NVM I see you closed it