Remove datetime-local warning from vnu ignore list, change reboot example.

This commit is contained in:
patrickhlauke 2017-10-31 16:22:20 +02:00 committed by XhmikosR
parent 96a9fa1c82
commit e80f61623b
2 changed files with 10 additions and 3 deletions

View file

@ -266,8 +266,13 @@ These changes, and more, are demonstrated below.
</p>
<p>
<label for="time">Example temporal</label>
<input type="datetime-local" id="time">
<label for="date">Example date</label>
<input type="date" id="date">
</p>
<p>
<label for="time">Example time</label>
<input type="time" id="time">
</p>
<p>