We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0d0fc commit 69bf4dfCopy full SHA for 69bf4df
src/content/reference/react-dom/components/progress.md
@@ -35,7 +35,7 @@ title: "<progress>"
35
除此之外,`<progress>` 还支持以下属性:
36
37
- [`max`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-max):一个数字,表示指定的最大 `value`。默认值为 `1`。
38
-- [`value`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-value):一个介于 `0` 至 `max` 之间的数字。如果不确定具体的进度,那么该值可以为 `null`。`value` 表示完成了多少进度。
+- [`value`](https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/progress#attr-value):一个介于 `0` 至 `max` 之间的数字。如果不确定具体的进度,那么该值可以为 `null`。`value` 表示完成了多少进度。
39
40
---
41
0 commit comments