You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content on the extension’s webview page is not enclosed within any ARIA landmark regions such as <main>, <nav>, or containers with role="main", role="region", etc.
This causes accessibility issues (Understanding 2.4.1 Bypass Blocks)for users relying on assistive technologies like screen readers, which use landmarks to navigate between sections of content.
Steps to Reproduce:
Open the WCA4Z extension webview in VS Code.
Elements present in the references are not within a landmark.
Expected behavior
All meaningful content should be enclosed within appropriate landmark containers to support semantic structure and keyboard/screen reader navigation. For example:
<mainrole="main"><!-- Primary content here --></main>
Affected Element (xPath):
/html/body/p[1]
→ "Select a file or folder from the COBOL that is ready for transformation..."
Uh oh!
There was an error while loading. Please reload this page.
Content on the extension’s webview page is not enclosed within any ARIA landmark regions such as
<main>, <nav>,
or containers with role="main", role="region", etc.This causes accessibility issues (Understanding 2.4.1 Bypass Blocks)for users relying on assistive technologies like screen readers, which use landmarks to navigate between sections of content.
Steps to Reproduce:
Expected behavior
All meaningful content should be enclosed within appropriate landmark containers to support semantic structure and keyboard/screen reader navigation. For example:
Affected Element (xPath):
/html/body/p[1]
→ "Select a file or folder from the COBOL that is ready for transformation..."
/html/body/div[@Class='button-container']
→ Select COBOL
/html/body/h3[@Class='title']
→ Heading: "IBM watsonx Code Assistant for Z" or equivalent```
References:
The text was updated successfully, but these errors were encountered: