Skip to content

Commit a71e111

Browse files
authored
fix: wrong translate of Chrome DevTools (#924)
1 parent f2270e1 commit a71e111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/best-practices/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ watch(
170170

171171
<!-- <common-codepen-snippet title="Form Label" slug="XWpaaaj" :height="265" tab="js,result" theme="light" :preview="false" :editable="false" /> -->
172172

173-
如果你在 chrome 开发工具中检查这个元素,并打开 Elements 选项卡中的 Accessibility 选项卡,你将看到输入是如何从标签中获取其名称的:
173+
如果你在 Chrome 开发者工具中检查这个元素,并打开 Elements 选项卡中的 Accessibility 选项卡,你将看到输入是如何从标签中获取其名称的:
174174

175175
![Chrome 开发者工具正在通过标签展示无障碍访问的 input 框的名字](./images/AccessibleLabelChromeDevTools.png)
176176

@@ -268,7 +268,7 @@ watch(
268268

269269
<!-- <common-codepen-snippet title="Form ARIA describedby" slug="gOgxxQE" :height="265" tab="js,result" theme="light" :preview="false" :editable="false" /> -->
270270

271-
你可以通过使用 Chrome 开发工具来查看说明
271+
你可以通过使用 Chrome 开发者工具来查看说明
272272

273273
![Chrome 开发者工具正在根据 aria-labelledby 和 aria-describedby 展示 input 的无障碍访问名和无障碍访问描述信息](./images/AccessibleARIAdescribedby.png)
274274

0 commit comments

Comments
 (0)