]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove usages of and references to <input type="datetime"> 18778/head
authorChris Rebert <code@chrisrebert.com>
Wed, 6 Jan 2016 19:28:17 +0000 (11:28 -0800)
committerChris Rebert <code@chrisrebert.com>
Wed, 6 Jan 2016 19:28:17 +0000 (11:28 -0800)
It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336
Only Presto Opera ever implemented a special UI for it.

[skip sauce]

docs/components/forms.md
docs/content/reboot.md

index 5612afb688e4b531cd673e603a4720132b9be3b7..d3419beb830517c13a593d5cafae31b64b27ace0 100644 (file)
@@ -114,7 +114,7 @@ Below is a complete list of the specific from controls supported by Bootstrap an
         Textual inputs
       </td>
       <td>
-        {% markdown %}`text`, `password`, `datetime`, `datetime-local`, `date`, `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`{% endmarkdown %}
+        {% markdown %}`text`, `password`, `datetime-local`, `date`, `month`, `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`{% endmarkdown %}
       </td>
     </tr>
     <tr>
index 9631a86b6bbe04b6ee47b0f92df7ffb4214b7d8c..d55230e59b4037fa2b4c8579b0d208018460f840 100644 (file)
@@ -225,7 +225,7 @@ These changes, and more, are demonstrated below.
 
     <p>
       <label for="time">Example temporal</label>
-      <input type="datetime" id="time">
+      <input type="datetime-local" id="time">
     </p>
 
     <p>