Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-cn]: create the translation of aria/how_to_file_aria-related_bugs #20911

Merged
merged 4 commits into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
title: 如何提交与 ARIA 相关的错误
slug: Web/Accessibility/ARIA/How_to_file_ARIA-related_bugs
l10n:
sourceCommit: 019ca5c9ce641bfa02825e1ba0444f35dfb646cc
---

{{AccessibilitySidebar}}

ARIA 技术的状态一直依赖于社区。如果你注意到了一个实现问题,请花点时间告诉开发人员。以下是提交错误的位置:

### 屏幕阅读器

<table style="width: 100%;">
<thead>
<tr>
<th>软件</th>
<th>提交位置</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://www.freedomscientific.com/products/fs/jaws-product-page.asp">Freedom Scientific JAWS</a></td>
<td><a href="https://www.freedomscientific.com/Forms/TechSupport">JAWS 技术支持表单</a></td>
<td></td>
</tr>
<tr>
<td><a href="/zh-CN/docs/Mozilla/Developer_guide/Inner_and_outer_windows">GW Micro Window Eyes</a></td>
<td><a href="mailto:[email protected]">Window-Eyes 评论、问题和反馈</a></td>
<td></td>
</tr>
<tr>
<td><a href="http://www.nvda-project.org/">Non Visual Desktop Access (NVDA)</a></td>
<td><a href="http://www.nvda-project.org/wiki/ReportingIssues">提交 NVDA 错误</a></td>
<td>讨论 NVDA 问题</td>
</tr>
</tbody>
</table>

### 浏览器

<table style="width: 100%;">
<thead>
<tr>
<th>软件</th>
<th>提交位置</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>Apple Safari</td>
<td><a href="https://www.webkit.org/quality/reporting.html">提交 WebKit.org 错误</a></td>
<td></td>
</tr>
<tr>
<td>Google Chrome</td>
<td><a href="https://code.google.com/p/chromium/issues/list">提交 Chromium 错误</a></td>
<td></td>
</tr>
<tr>
<td>Mozilla Firefox</td>
<td><a href="https://bugzilla.mozilla.org/">提交 Firefox 错误</a></td>
<td>使用 Component: Disability Access APIs</td>
</tr>
<tr>
<td>Opera</td>
<td><a href="https://bugs.opera.com/wizard/">提交 Opera 错误</a></td>
<td>在摘要字段中使用 [ARIA]</td>
</tr>
</tbody>
</table>