-
Notifications
You must be signed in to change notification settings - Fork 591
Description
Target Platforms
Other
SDK Version
1.6
Application Name
Adaptive Cards
Problem Description
Test Environment:
URL: https://adaptivecards.io/
OS Version: 25H2 (OS Build 26200.5761)
Browser Version: Version 145.0.3734.1 (Official build) dev (64-bit)
Tool: Developer Tool
Repro Steps:
- Open the above URL on the Edge Dev browser.
- Navigate to the 'Schema Explorer' present on the header section of the page using tab key and activate using enter key.
- Now navigate to the 'هذه كتلة نص' and 'זהו בלוק טקסט' text present in the 'Adaptive Card' section on the page using tab key.
- Press F12 key to open developer tool and inspect the code.
- Verify that, lang attribute is defined for the 'هذه كتلة نص' and 'זהו בלוק טקסט' text present in the 'Adaptive Card' section on the page or not.
Actual Result:
Lang attribute is not defined for the 'هذه كتلة نص' and 'זהו בלוק טקסט' text present in the 'Adaptive Card' section on the page.
Reproducibility:
Same issue replicates for the different language content such as 'Lorem ipsum dolor sit amet,...' etc. present in the 'Adaptive Card' section on the 'TextBlock' and 'RichTextBlock' page. Refer Attachment: Reproducibility_Lang
Expected Result:
Correct Lang attribute should be defined for the 'هذه كتلة نص' and 'זהו בלוק טקסט' text present in the 'Adaptive Card' section on the page. The lang attribute should have complete language code with country/region dialect. For example, if language is 'Arabic' then the attribute should be 'ar' and if language is 'Hebrew' then the attribute should be 'he'.
User Experience:
Visually impaired users who rely on screen readers or other technologies that convert text into synthetic speech will be impacted if lang attribute is not defined for the 'هذه كتلة نص' and 'זהו בלוק טקסט' text present in the 'Adaptive Card' section on the page which is present in different language due to which AT will not be able to correctly present content written in multiple languages. So, it will be difficult for the user agents and assistive technologies to present content according to the presentation and pronunciation rules for that language.
WCAG Reference:
https://www.w3.org/WAI/WCAG22/Understanding/language-of-parts.html
Have feedback to share on Bugs ? please tag bug as “A11yRCA” and add your feedback in the comment section
Screenshots
Lang.attribute.is.not.defined.for.the.and.text.present.in.the.Adaptive.Card.section.on.the.page.mp4
Reproducibility_Lang
Card JSON
NASample Code Language
No response
Sample Code
No response

