Skip to content

Commit 298f802

Browse files
estelledipikabh
andauthored
attributes for input date (mdn#40291)
* attributes for input date * Update files/en-us/web/html/reference/elements/input/date/index.md Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent 12ec796 commit 298f802

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/html/reference/elements/input/date

1 file changed

+1
-1
lines changed

files/en-us/web/html/reference/elements/input/date/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This code finds the first {{HTMLElement("input")}} element whose `type` is `date
6666

6767
## Additional attributes
6868

69-
The attributes common to all {{HTMLElement("input")}} elements apply to the `date` inputs as well, but might not influence its presentation. For example `size` and `placeholder` might not work. `date` inputs have the following additional attributes.
69+
In addition to [global attributes](/en-US/docs/Web/HTML/Reference/Global_attributes) and the [input attributes](/en-US/docs/Web/HTML/Reference/Elements/input#attributes) common to all {{HTMLElement("input")}} elements, the `date` input supports the following attributes:
7070

7171
### max
7272

0 commit comments

Comments
 (0)