Skip to content

Commit

Permalink
Update files/zh-cn/web/api/htmllabelelement/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Aug 2, 2024
1 parent 659c2df commit 4d8324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/htmllabelelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _从其父接口 {{domxref("HTMLElement")}} 继承属性。_
- {{domxref("HTMLLabelElement.control")}} {{ReadOnlyInline}}
- : {{domxref("HTMLElement")}},表示与标签关联的控件。
- {{domxref("HTMLLabelElement.form")}} {{ReadOnlyInline}}
- : {{domxref("HTMLFormElement")}} 对象表示与标签控件关联的表单,如果没有关联的控件,或者该控件未与表单关联,则是 `null`。换句话说,这只是 `HTMLLabelElement.control.form` 的快捷方式。
- : {{domxref("HTMLFormElement")}} 对象,表示与标记的控件相关联的表单,如果没有关联的控件,或者该控件未与表单关联,则为 `null`。换句话说,这只是 `HTMLLabelElement.control.form` 的快捷方式。
- {{domxref("HTMLLabelElement.htmlFor")}}
- : 包含标记的控件的 ID 的字符串。反映 [`for`](/zh-CN/docs/Web/HTML/Element/label#for) 属性。

Expand Down

0 comments on commit 4d8324a

Please sign in to comment.