diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:56:40 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:56:40 +0100 |
commit | 310fd066e91f454b990372ffa30e803cc8120975 (patch) | |
tree | d5d900deb656a5da18e0b60d00f0db73f3a2e88e /files/zh-cn/web/accessibility | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.gz translated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.bz2 translated-content-310fd066e91f454b990372ffa30e803cc8120975.zip |
unslug zh-cn: move
Diffstat (limited to 'files/zh-cn/web/accessibility')
-rw-r--r-- | files/zh-cn/web/accessibility/aria/aria_techniques/using_the_aria-hidden_attribute/index.html (renamed from files/zh-cn/web/accessibility/aria/aria_techniques/使用aria-hidden属性/index.html) | 0 | ||||
-rw-r--r-- | files/zh-cn/web/accessibility/aria/roles/button_role/index.html (renamed from files/zh-cn/web/accessibility/aria/aria_techniques/using_the_button_role/index.html) | 0 | ||||
-rw-r--r-- | files/zh-cn/web/accessibility/web_development/index.html | 48 |
3 files changed, 0 insertions, 48 deletions
diff --git a/files/zh-cn/web/accessibility/aria/aria_techniques/使用aria-hidden属性/index.html b/files/zh-cn/web/accessibility/aria/aria_techniques/using_the_aria-hidden_attribute/index.html index 8b7f706afa..8b7f706afa 100644 --- a/files/zh-cn/web/accessibility/aria/aria_techniques/使用aria-hidden属性/index.html +++ b/files/zh-cn/web/accessibility/aria/aria_techniques/using_the_aria-hidden_attribute/index.html diff --git a/files/zh-cn/web/accessibility/aria/aria_techniques/using_the_button_role/index.html b/files/zh-cn/web/accessibility/aria/roles/button_role/index.html index e0e35c449a..e0e35c449a 100644 --- a/files/zh-cn/web/accessibility/aria/aria_techniques/using_the_button_role/index.html +++ b/files/zh-cn/web/accessibility/aria/roles/button_role/index.html diff --git a/files/zh-cn/web/accessibility/web_development/index.html b/files/zh-cn/web/accessibility/web_development/index.html deleted file mode 100644 index b01b7be6dd..0000000000 --- a/files/zh-cn/web/accessibility/web_development/index.html +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Web Development -slug: Web/Accessibility/Web_Development -tags: - - 网页无障碍访问 -translation_of: Web/Accessibility -translation_of_original: Web/Accessibility/Web_Development ---- -<p class="summary"><span class="seoSummary">本篇文档为开发者提供了有关网站无障碍访问以及XUL无障碍开发的更多信息。</span></p> - -<table> - <tbody> - <tr> - <td style="vertical-align: top;"> - <h2 id="网页无障碍访问">网页无障碍访问</h2> - - <dl> - <dt><a href="https://developer.mozilla.org/zh-CN/docs/Web/Accessibility/ARIA">ARIA - 针对开发者</a></dt> - <dd>ARIA的应用,使得动态HTML的页面内容具有了无障碍的可访问性。在许多的示例中我们都使用了ARIA应用,例如:在线内容区域以及Javascript小组件等。</dd> - <dt><a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets">Javascript 组件之键盘导航</a></dt> - <dd>到现在为止,那些想让基于固有组件的<DIV>和<span>拥有特定样式的Web开发人员,在技术层面都略欠火候。键盘辅助的可用性,同样是必要需求之一,需要开发人员引起足够的重视。</dd> - </dl> - - <h2 id="XUL_可访问性">XUL 可访问性</h2> - - <dl> - <dt> </dt> - <dt><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Building_accessible_custom_components_in_XUL">在XUL中构建可访问的自定义组件</a></dt> - <dd>使用DHTML无障碍访问技术,来为自定义的XUL组件添加可访问属性。</dd> - <dt><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/XUL_accessibility_guidelines">可访问性XUL使用指南</a></dt> - <dd>当根据使用指南编写完成的同时, XUL有能力自行整合出无障碍用户界面。程序员、核查者、设计师以及质量监管工程师都应该对使用指南保持一定的熟悉程度。</dd> - </dl> - </td> - <td style="vertical-align: top;"> - <h2 id="外部资源">外部资源</h2> - - <dl> - <dt><a href="http://diveintoaccessibility.info/">深入探寻无障碍访问</a></dt> - <dd>这本书回答了两个问题。第一个问题是:“为什么我要让我的网站更具无障碍访问性?”第二个问题是“如何使我的网站做到这一点?”</dd> - <dt><a href="http://www-03.ibm.com/able/guidelines/web/accessweb.html">无障碍访问网页的编写</a></dt> - <dd>这是一本来自于IBM的便携式无障碍访问列表。</dd> - </dl> - </td> - </tr> - </tbody> -</table> - -<p> </p> |