<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Add UI step-attribute support to input type time fields"
href="https://bugs.webkit.org/show_bug.cgi?id=169036">169036</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Add UI step-attribute support to input type time fields
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>macOS 10.12
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Forms
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>info@anselm-hannemann.com
</td>
</tr>
<tr>
<th>CC</th>
<td>cdumez@apple.com
</td>
</tr></table>
<p>
<div>
<pre>While Safari reports support for the input type "time" form field and the step-attribute, the step-attribute’s behaviour is not reflected in the user interface.
According to the specification of the time type for the input element, the step-attribute allows developers to preset iteration-steps for valid values. This is implemented by Chrome as per specification, only showing hours and minutes when the steps attributes only allows minute-steps and also reflected in only allowing to increase/decrease or enter valid steps into the field.
Safari should comply with the specification here and provide users proper step-attribute support.
A demo is here, you can use Chrome to see the correct[1] implementation and Safari to see the current Safari implementation: <a href="https://jsbin.com/burewigije/edit?html,output">https://jsbin.com/burewigije/edit?html,output</a>.
----
[1] Addendum: Chrome reports the fields value as 8:00 instead of 8:00:00 if steps is set to a value > 60, which is wrong.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>