Skip to content

Commit

Permalink
HTML(min): Fix typo (#33139)
Browse files Browse the repository at this point in the history
Fix #33133
  • Loading branch information
dawei-wang authored Apr 17, 2024
1 parent ad37c0e commit 4f00100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/attributes/min/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ It is valid for the input types including: {{HTMLElement("input/date", "date")}}
See [Client-side validation](/en-US/docs/Web/HTML/Constraint_validation) and {{domxref("ValidityState.rangeUnderflow", "rangeUnderflow")}} for more information.

For the {{htmlelement('meter')}} element, the `min` attribute defines the lower numeric bound of the measured range. This must be less than the minimum value ([`max`](/en-US/docs/Web/HTML/Attributes/max) attribute), if specified. In both cases, if omitted, the value defaults to 1.
For the {{htmlelement('meter')}} element, the `min` attribute defines the lower numeric bound of the measured range. This must be less than the maximum value ([`max`](/en-US/docs/Web/HTML/Attributes/max) attribute), if specified. In both cases, if omitted, the value defaults to 1.

<table class="no-markdown">
<caption>
Expand Down

0 comments on commit 4f00100

Please sign in to comment.