File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments