8000 Update iOS temporal input types support comment (#20343) · williamjava/bootstrap@02e9fda · GitHub
[go: up one dir, main page]

Skip to content

Commit 02e9fda

Browse files
authored
Update iOS temporal input types support comment (twbs#20343)
* <input type="datetime"> no longer exists, per whatwg/html#336 * iOS 9.3.2 still doesn't support <input type="week"> [skip sauce] [skip validator]
1 parent 2f9852e commit 02e9fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

less/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ input[type="search"] {
181181
// set a pixel line-height that matches the given height of the input, but only
182182
// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
183183
//
184-
// Note that as of 8.3, iOS doesn't support `datetime` or `week`.
184+
// Note that as of 9.3, iOS doesn't support `week`.
185185

186186
@media screen and (-webkit-min-device-pixel-ratio: 0) {
187187
input[type="date"],

0 commit comments

Comments
 (0)
0