apps
latest
false
- 入门指南
- 演示应用程序
- 如何
- 通知
- 使用 VB 表达式
- 设计应用程序
- 使用 Autopilot 设计应用程序
- 事件和规则
- 在应用程序中利用 RPA
- 在应用程序中利用实体
- 在应用程序中利用队列
- 在应用程序中利用媒体文件
- 在应用程序中利用操作
- 在应用程序中利用 Connections
- Studio Web 中的网页应用程序
- 应用程序生命周期管理 (ALM)
- UiPath™ 第一方应用程序
- 基本故障排除指南
Best practices for building accessible apps
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Apps 用户指南
Last updated 2024年10月28日
Best practices for building accessible apps
-
The color contrast ratio between text color and background color in your app should be at least 4.5:1.
-
Large-scale text, or images containing large-scale text should have a contrast ratio of at least 3:1.
-
有关颜色对比度的无障碍功能标准的更多详细信息,请参阅WCAG 2.2 。
Designing your app to be responsive and multi-device friendly also provides accessibility benefits to users of your app.
-
尽可能在应用程序中使用容器控件。 设置容器控件以允许换行和滚动。 此外,请设置固定容器宽度以及最大宽度 (100%)。 这可确保在可用空间不足时,控件换行至下一行。
-
Set the flex grow and flex shrink properties of the Container control to
1
. This ensures the Container uses all of the available space, but does not expand beyond it.