You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/html/reference/elements/input/date/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ This code finds the first {{HTMLElement("input")}} element whose `type` is `date
66
66
67
67
## Additional attributes
68
68
69
-
The attributescommon 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:
0 commit comments