View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002389 | NoesisGUI | C++ SDK | public | 2022-08-01 12:27 | 2026-04-23 11:13 |
| Reporter | jsantos | Assigned To | |||
| Priority | normal | Severity | feature | ||
| Status | new | Resolution | open | ||
| Product Version | 3.1 | ||||
| Summary | 0002389: Implement Accessibility and AutomationProperties | ||||
| Description | As a long time, .NET developer one of the things, I have loved about XAML is its under-the-covers support for UI Automation through the AutomationProperties https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.automation.automationproperties?view=winrt-22000 which in turn provides a ton of basic Accessibility support. https://docs.microsoft.com/en-us/dotnet/framework/ui-automation/ Complying with Accessibility requirements like screen reader support and others is quite easy to achieve on many XAML platforms because of these AutomationProperties. Here are just a couple of examples of common tools that are commonly used on many projects that leverage the UI Automation standards and the AutomationProperties: https://docs.microsoft.com/en-us/windows/win32/winauto/inspect-objects There are other standards that are also potentially relevant like this one for example: https://docs.microsoft.com/en-us/compliance/regulatory/offering-wcag-2-1 Appium is an open source test automation framework for use with native, hybrid and mobile web apps. | ||||
| Platform | Any | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-08-01 12:27 | jsantos | New Issue | |
| 2022-08-01 12:28 | jsantos | Description Updated | |
| 2023-02-23 18:44 | sfernandez | Description Updated | |
| 2025-11-21 16:07 | jsantos | Relationship added | related to 0003788 |