{Linked:Bug986547:}[Adaptive Cards > Designer] - "Interview feedback" text visually appears as heading but is not defined as heading programmatically.
Target Platforms
Other
SDK Version
1.6
Application Name
Adaptive Cards
Problem Description
Test Environment: URL: https://adaptivecards.io/designer/ OS Version: 24H2 (OS Build 27766.1000) Browser Version: Version 132.0.2186.2 (Official build) dev (64-bit) Screen Reader: Narrator
Pre-Requisite: Run the below attached JSON file under 'Copy Card Payload editor.'
Repro Steps:
- Open the above URL on the EDGE Dev browser.
- Navigate the screen in scan mode using 'H' key and observe the issue.
Actual Result: "Interview feedback" text visually appears as heading but is not defined as heading programmatically.
Expected Result: "Interview feedback" text should be programmatically defined as heading and it should be defined as
.
User Impact: Visually impaired users who depend on screen readers will get impacted if visual heading structure is not defined.
WCAG Reference: https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships
Have feedback on bugs logged, please tag bug as “A11yRCA” and add your feedback in the comment section.
Screenshots
https://github.com/user-attachments/assets/3d0f0e41-3c1b-463f-a37b-57171304612b
Card JSON
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.4",
"body": [
{
"type": "TextBlock",
"text": "**Interview feedback**",
"wrap": true
},
{
"type": "TextBlock",
"text": "Thank you for completing your interview round today. Please provide your feedback comments and recommendation for the following candidate based on your conversation with them.",
"wrap": true
}
]
}
Sample Code Language
No response
Sample Code
Originally tracking with https://msdyneng.visualstudio.com/FinOps/_workitems/edit/986547
Please update the details about the bug fix here
@vagpt
PG team is looking for an update on the bug fix. Could you please provide an update?
Hi @SatwikKrSharma,
Could you please provide us updated on this bug as PG team is asking for ETA.
Updated JSON - { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.4", "body": [ { "type": "TextBlock", "text": "Interview feedback", "style": "heading", "wrap": true }, { "type": "TextBlock", "text": "Thank you for completing your interview round today. Please provide your feedback comments and recommendation for the following candidate based on your conversation with them.", "wrap": true } ] }
@SatwikKrSharma I tried the above card but it didn't work
Closing this bug as of now tracking with https://github.com/microsoft/AdaptiveCards/issues/9200