Closed
Bug 1267878
Opened 9 years ago
Closed 9 years ago
html5 form input types: date, month, week, time, datetime-local support
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 888320
People
(Reporter: ilya, Unassigned)
Details
(Keywords: html5)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 2016041100
Steps to reproduce:
http://htmlbook.ru/samhtml5/formy/kalendar
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Календарь</title>
</head>
<body>
<form>
<p>Выберите дату:
<input type="date" name="calendar" value="2012-06-01"
max="2012-06-04" min="2012-05-29">
<input type="submit" value="Отправить"></p>
</form>
</body>
</html>
http://html5test.com
input type=date
input type=month
input type=week
input type=time
input type=datetime-local
Actual results:
Firefox still does not support the very useful and necessary html5 elements of form types of: date, month, week, time, datetime-local, which implement the native calendar dlyas select the time, date, week, meyasyastsa, year.
Expected results:
ДОКОЛЕ!?
Reporter | ||
Updated•9 years ago
|
Severity: normal → major
Component: Untriaged → General
Keywords: html5
OS: Unspecified → All
Hardware: Unspecified → All
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•