Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
fuchunhui and yin1999 authored Aug 2, 2024
1 parent c1418e7 commit 659c2df
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions files/zh-cn/web/api/htmllabelelement/control/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ l10n:

{{APIRef("HTML DOM")}}

只读的 **`HTMLLabelElement.control`** 属性返回控件(以类型 {{domxref("HTMLElement")}} 对象的形式或其衍生物之一)与 {{HTMLElement("label")}} 元素相关的引用,如果标签未与控件关联,则为 `null`
**`HTMLLabelElement.control`** 只读属性返回与 {{HTMLElement("label")}} 元素相关联的控件(以 {{domxref("HTMLElement")}} 类型或其派生类的对象的形式)的引用,如果标签未与控件关联,则为 `null`

##

{{domxref("HTMLElement")}} 派生对象,表示与 {{HTMLElement("label")}} 关联的控件,如果标签是单独的,则为 `null`

> [!NOTE]
> 如果这个属性有值且 {{domxref("HTMLLabelElement.htmlFor")}} 有值,{{domxref("HTMLLabelElement.htmlFor")}} 属性必须指的是相同的控件
> 如果这个属性有值且 {{domxref("HTMLLabelElement.htmlFor")}} 有值,{{domxref("HTMLLabelElement.htmlFor")}} 属性必须引用相同的控件
## 规范

Expand All @@ -29,4 +29,4 @@ l10n:
- {{domxref("HTMLLabelElement")}}
- {{domxref("HTMLElement")}}
- {{HTMLElement("label")}}
- [HTML forms guide](/zh-CN/docs/Learn/Forms)
- [HTML 表单指南](/zh-CN/docs/Learn/Forms)
8 changes: 5 additions & 3 deletions files/zh-cn/web/api/htmllabelelement/form/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ l10n:

{{APIRef("HTML DOM")}}

只读的 **`HTMLLabelElement.form`** 属性返回 {{domxref("HTMLFormElement")}} 对象表示与标签控件关联的表单,如果没有关联的控件,或者该控件未与表单关联,则是 `null`。这个属性是 `HTMLLabelElement.control.form` 的快捷方式。
**`HTMLLabelElement.form`** 只读属性返回表示与标签关联的控件所属表单的 {{domxref("HTMLFormElement")}} 对象,如果没有关联的控件,或者该控件未与表单关联,则为 `null`

这个属性是 `HTMLLabelElement.control.form` 的快捷方式。

##

{{domxref("HTMLFormElement")}} 表示与标签 {{domxref("HTMLLabelElement.control", "control")}} 关联的表单。如果 {{domxref("HTMLLabelElement.control", "control")}} 是 `null`(意味标签与控件无关),或者如果控件不是表单的部分,属性返回 `null`
{{domxref("HTMLFormElement")}},表示与标签的 {{domxref("HTMLLabelElement.control", "control")}} 像关联的表单。如果 {{domxref("HTMLLabelElement.control", "control")}} 是 `null`(意味标签与控件无关),或者如果控件不是不属于某个表单,属性返回 `null`

## 规范

Expand All @@ -26,4 +28,4 @@ l10n:
- {{domxref("HTMLLabelElement")}}
- {{domxref("HTMLElement")}}
- {{HTMLElement("label")}}
- [HTML forms guide](/zh-CN/docs/Learn/Forms)
- [HTML 表单指南](/zh-CN/docs/Learn/Forms)
6 changes: 3 additions & 3 deletions files/zh-cn/web/api/htmllabelelement/htmlfor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ l10n:

{{APIRef("HTML DOM")}}

**`HTMLLabelElement.htmlFor`** 属性反映 [`for`](/zh-CN/docs/Web/HTML/Element/label#for) 内容属性的值。意味着此脚本可访问属性用于设置和读取内容属性 `for` 的值,该属性是相关控件元素的 ID
**`HTMLLabelElement.htmlFor`** 属性反映 [`for`](/zh-CN/docs/Web/HTML/Element/label#for) 内容属性的值。意味着此脚本可访问属性用于设置和读取内容属性 `for`(该属性是标签关联的控件元素的 ID)的值

##

包含与控件相关元素 ID 的字符串。

> [!NOTE]
> 如果属性有值,{{domxref("HTMLLabelElement.control")}} 属性必须指的是相同的控件
> 如果属性有值,{{domxref("HTMLLabelElement.control")}} 属性必须引用相同的控件
## 规范

Expand All @@ -30,4 +30,4 @@ l10n:
- {{domxref("HTMLLabelElement.control")}}
- {{domxref("HTMLElement")}}
- {{HTMLElement("label")}}
- [HTML forms guide](/zh-CN/docs/Learn/Forms)
- [HTML 指南](/zh-CN/docs/Learn/Forms)
8 changes: 4 additions & 4 deletions files/zh-cn/web/api/htmllabelelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ l10n:

{{ APIRef("HTML DOM") }}

**`HTMLLabelElement`** 接口允许访问特定于 {{HTMLElement("label")}} 元素的属性,它基于 {{domxref("HTMLElement")}} 接口继承方法和属性
**`HTMLLabelElement`** 接口允许访问特定于 {{HTMLElement("label")}} 元素的属性,它从基础接口 {{domxref("HTMLElement")}} 继承方法和属性

{{InheritanceDiagram}}

Expand All @@ -16,14 +16,14 @@ l10n:
_从其父接口 {{domxref("HTMLElement")}} 继承属性。_

- {{domxref("HTMLLabelElement.control")}} {{ReadOnlyInline}}
- : {{domxref("HTMLElement")}} 表示与标签关联的控件。
- : {{domxref("HTMLElement")}}表示与标签关联的控件。
- {{domxref("HTMLLabelElement.form")}} {{ReadOnlyInline}}
- : {{domxref("HTMLFormElement")}} 对象表示与标签控件关联的表单,如果没有关联的控件,或者该控件未与表单关联,则是 `null`。换句话说,这只是 `HTMLLabelElement.control.form` 的快捷方式。
- {{domxref("HTMLLabelElement.htmlFor")}}
- : 包含标签控件 ID 的字符串反映 [`for`](/zh-CN/docs/Web/HTML/Element/label#for) 属性。
- : 包含标记的控件的 ID 的字符串反映 [`for`](/zh-CN/docs/Web/HTML/Element/label#for) 属性。

> [!NOTE]
> 以变成方式设置 `for` 属性,使用 [`htmlFor`](/zh-CN/docs/Web/API/HTMLLabelElement/htmlFor)
> 要以编程方式设置 `for` 属性,请使用 [`htmlFor`](/zh-CN/docs/Web/API/HTMLLabelElement/htmlFor)
## 实例方法

Expand Down

0 comments on commit 659c2df

Please sign in to comment.