aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-07-21 21:36:33 -0700
committerGitHub <[email protected]>2016-07-21 21:36:33 -0700
commit02e9fdaa54521dfc5ff963c803922b7aaeaef47c (patch)
tree5485a5fad36dae25fd9e644934378f2818a8686b /less/forms.less
parent2f9852e7cd359bbf87e79b30ee0d44c74628d8ff (diff)
downloadbootstrap-02e9fdaa54521dfc5ff963c803922b7aaeaef47c.tar.xz
bootstrap-02e9fdaa54521dfc5ff963c803922b7aaeaef47c.zip
Update iOS temporal input types support comment (#20343)
* <input type="datetime"> no longer exists, per https://github.com/whatwg/html/issues/336 * iOS 9.3.2 still doesn't support <input type="week"> [skip sauce] [skip validator]
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index e8b071a13..9377d3846 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -181,7 +181,7 @@ input[type="search"] {
// set a pixel line-height that matches the given height of the input, but only
// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
//
-// Note that as of 8.3, iOS doesn't support `datetime` or `week`.
+// Note that as of 9.3, iOS doesn't support `week`.
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],