Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete datetime #15979

Merged
merged 2 commits into from
May 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11588,8 +11588,9 @@
/en-US/docs/Web/HTML/Element/<rb>:_The_Ruby_Base_element /en-US/docs/Web/HTML/Element/rb
/en-US/docs/Web/HTML/Element/Input/<input_type=_checkbox_> /en-US/docs/Web/HTML/Element/Input/checkbox
/en-US/docs/Web/HTML/Element/Input/<input_type=_color_> /en-US/docs/Web/HTML/Element/Input/color
/en-US/docs/Web/HTML/Element/Input/<input_type=_datetime_> /en-US/docs/Web/HTML/Element/Input/datetime
/en-US/docs/Web/HTML/Element/Input/<input_type=_datetime_> /en-US/docs/Web/HTML/Element/input/datetime-local
/en-US/docs/Web/HTML/Element/Input/<input_type=_image_> /en-US/docs/Web/HTML/Element/Input/image
/en-US/docs/Web/HTML/Element/Input/datetime /en-US/docs/Web/HTML/Element/input/datetime-local
/en-US/docs/Web/HTML/Element/The_<noembed>_element /en-US/docs/Web/HTML/Element/noembed
/en-US/docs/Web/HTML/Element/Video/emptied_event /en-US/docs/Web/API/HTMLMediaElement/emptied_event
/en-US/docs/Web/HTML/Element/Video/ended_event /en-US/docs/Web/API/HTMLMediaElement/ended_event
Expand Down
14 changes: 0 additions & 14 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -113956,20 +113956,6 @@
"hbloomer"
]
},
"Web/HTML/Element/input/datetime": {
"modified": "2019-09-09T05:22:18.276Z",
"contributors": [
"inad9300",
"Sheppy",
"chrisdavidmills",
"Sebastianz",
"mrenty",
"teoli",
"Jeremie",
"kscarfone",
"sidgan"
]
},
"Web/HTML/Element/input/datetime-local": {
"modified": "2020-10-15T21:53:48.461Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/glossary/caret/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These elements provide text entry fields or boxes and therefore make use of the
- [`<input type="text">`](/en-US/docs/Web/HTML/Element/input/text)
- [`<input type="password">`](/en-US/docs/Web/HTML/Element/input/password)
- [`<input type="search">`](/en-US/docs/Web/HTML/Element/input/search)
- [`<input type="date">`](/en-US/docs/Web/HTML/Element/input/date), [`<input type="time">`](/en-US/docs/Web/HTML/Element/input/time), [`<input type="datetime">`](/en-US/docs/Web/HTML/Element/input/datetime), and [`<input type="datetime-local">`](/en-US/docs/Web/HTML/Element/input/datetime-local)
- [`<input type="date">`](/en-US/docs/Web/HTML/Element/input/date), [`<input type="time">`](/en-US/docs/Web/HTML/Element/input/time), and [`<input type="datetime-local">`](/en-US/docs/Web/HTML/Element/input/datetime-local)
- [`<input type="number">`](/en-US/docs/Web/HTML/Element/input/number), [`<input type="range">`](/en-US/docs/Web/HTML/Element/input/range)
- [`<input type="email">`](/en-US/docs/Web/HTML/Element/input/email), [`<input type="tel">`](/en-US/docs/Web/HTML/Element/input/tel), and [`<input type="url">`](/en-US/docs/Web/HTML/Element/input/url)
- {{HTMLElement("textarea")}}
Expand Down
8 changes: 4 additions & 4 deletions files/en-us/web/guide/html/constraint_validation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In addition to the `type` attribute described above, the following attributes ar
</tr>
<tr>
<td>
<code>datetime</code>, <code>datetime-local</code>, <code>time</code>
<code>datetime-local</code>, <code>time</code>
</td>
<td>A valid date and time</td>
</tr>
Expand Down Expand Up @@ -132,7 +132,7 @@ In addition to the `type` attribute described above, the following attributes ar
</tr>
<tr>
<td>
<code>datetime</code>, <code>datetime-local</code>, <code>time</code>
<code>datetime-local</code>, <code>time</code>
</td>
<td>A valid date and time</td>
</tr>
Expand All @@ -145,7 +145,7 @@ In addition to the `type` attribute described above, the following attributes ar
<td>
<code>text</code>, <code>search</code>, <code>url</code>,
<code>tel</code>, <code>email</code>, <code>password</code>,
<code>date</code>, <code>datetime</code>, <code>datetime-local</code>,
<code>date</code>, <code>datetime-local</code>,
<code>month</code>, <code>week</code>, <code>time</code>,
<code>number</code>, <code>checkbox</code>, <code>radio</code>,
<code>file</code>; also on the {{ HTMLElement("select") }} and
Expand Down Expand Up @@ -198,7 +198,7 @@ In addition to the `type` attribute described above, the following attributes ar
</tr>
<tr>
<td>
<code>datetime</code>, <code>datetime-local</code>, <code>time</code>
<code>datetime-local</code>, <code>time</code>
</td>
<td>An integer number of seconds</td>
</tr>
Expand Down
2 changes: 0 additions & 2 deletions files/en-us/web/html/date_and_time_formats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tags:
- Time
- Week
- datetime
- datetime-local
- del
- ins
- month
Expand All @@ -30,7 +29,6 @@ Elements that use such formats include certain forms of the {{HTMLElement("input
For `<input>`, the values of {{htmlattrxref("type", "input")}} that return a {{htmlattrxref("value")}} which contains a string representing a date and/or time are:

- [`date`](/en-US/docs/Web/HTML/Element/input/date)
- [`datetime`](/en-US/docs/Web/HTML/Element/input/datetime) {{deprecated_inline}}
- [`datetime-local`](/en-US/docs/Web/HTML/Element/input/datetime-local)
- [`month`](/en-US/docs/Web/HTML/Element/input/month)
- [`time`](/en-US/docs/Web/HTML/Element/input/time)
Expand Down
31 changes: 0 additions & 31 deletions files/en-us/web/html/element/input/datetime/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion files/en-us/web/html/element/input/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ Firefox uses the following heuristics to determine the locale to validate the us
{{ARIARole("spinbutton")}}
</li>
<li>
<code>type=color|date|datetime|datetime-local|email|file|hidden|</code>
<code>type=color|date|datetime-local|email|file|hidden|</code>
<code>month|number|password|range|reset|search|submit|tel|url|week</code>
or <code>text</code> with <code>list</code> attribute: no
<code>role</code> permitted
Expand Down