diff --git a/files/zh-cn/web/accessibility/accessibility_colon__what_users_can_to_to_browse_safely/index.md b/files/zh-cn/web/accessibility/accessibility_colon__what_users_can_to_to_browse_safely/index.md index 0e3bafb5427da2..58bd25373053a2 100644 --- a/files/zh-cn/web/accessibility/accessibility_colon__what_users_can_to_to_browse_safely/index.md +++ b/files/zh-cn/web/accessibility/accessibility_colon__what_users_can_to_to_browse_safely/index.md @@ -55,8 +55,8 @@ l10n: #### 使用浏览器扩展 -- [Gif Blocker](https://chrome.google.com/webstore/detail/gif-blocker/ahkidgegbmbnggcnmejhobepkaphkfhl):适用于 Chrome,Gif Blocker 是一个应用商店提供的扩展。 -- [Gif Scrubber](https://chrome.google.com/webstore/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp):Gif Scrubber 是一个 Chrome 扩展,允许你像视频播放器一样控制 GIF。它在 **** 上有一个 GitHub 存储库。 +- [Gif Blocker](https://chromewebstore.google.com/detail/gif-blocker/ahkidgegbmbnggcnmejhobepkaphkfhl):适用于 Chrome,Gif Blocker 是一个应用商店提供的扩展。 +- [Gif Scrubber](https://chromewebstore.google.com/detail/gif-scrubber/gbdacbnhlfdlllckelpdkgeklfjfgcmp):Gif Scrubber 是一个 Chrome 扩展,允许你像视频播放器一样控制 GIF。它在 **** 上有一个 GitHub 存储库。 - [Beeline Reader](https://www.beelinereader.com/):Beeline Reader 有一个浏览器扩展,可以设置为灰度和 Dyslexi 字体,等等。 ![显示了 Beeline Reader 在浏览器中用户可以调整的模式的屏幕截图](beelinereader.png) diff --git a/files/zh-cn/web/accessibility/aria/attributes/aria-autocomplete/index.md b/files/zh-cn/web/accessibility/aria/attributes/aria-autocomplete/index.md index 9afecc005629d2..fe2e6e172de380 100644 --- a/files/zh-cn/web/accessibility/aria/attributes/aria-autocomplete/index.md +++ b/files/zh-cn/web/accessibility/aria/attributes/aria-autocomplete/index.md @@ -63,5 +63,5 @@ l10n: - [`aria-haspopup`](/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-haspopup) 属性 - [`aria-activedescendant`](/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-activedescendant) 属性 - [`aria-expanded`](/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-expanded) 属性 -- [带有内联和列表自动填充的可编辑组合框示例](https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-autocomplete-both.html) +- [带有内联和列表自动填充的可编辑组合框示例](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/) - [Event.ariaAutoComplete](/zh-CN/docs/Web/API/Element/ariaAutoComplete) diff --git a/files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md b/files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md index 45a116432502a3..29bbdb2947b442 100644 --- a/files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md +++ b/files/zh-cn/web/accessibility/aria/attributes/aria-checked/index.md @@ -82,5 +82,5 @@ myHTMLElement.ariaChecked = true; - [``](/zh-CN/docs/Web/HTML/Element/input/radio) - [`aria-pressed`](/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-pressed) - [`aria-selected`](/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-selected) -- [双态复选框示例](https://www.w3.org/WAI/ARIA/apg/example-index/checkbox/checkbox.html)—w3.org -- [混合状态复选框示例](https://www.w3.org/WAI/ARIA/apg/example-index/checkbox/checkbox-mixed.html)—w3.org +- [双态复选框示例](https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/examples/checkbox/)—w3.org +- [混合状态复选框示例](https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/examples/checkbox-mixed/)—w3.org diff --git a/files/zh-cn/web/accessibility/aria/roles/button_role/index.md b/files/zh-cn/web/accessibility/aria/roles/button_role/index.md index 7b0baace9714e1..94ac737b525abb 100644 --- a/files/zh-cn/web/accessibility/aria/roles/button_role/index.md +++ b/files/zh-cn/web/accessibility/aria/roles/button_role/index.md @@ -26,7 +26,7 @@ button 角色会向辅助技术(如屏幕阅读器)识别一个元素为按 ``` > [!NOTE] -> 如果使用 `role="button"` 而不是语义化的 `