mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Remove datetime-local
warning from vnu ignore list, change reboot example.
This commit is contained in:
parent
96a9fa1c82
commit
e80f61623b
@ -32,7 +32,9 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
|
||||
// Markup used in Components > Forms > Layout > Form grid > Horizontal form is currently invalid,
|
||||
// but used this way due to lack of support for flexbox layout on <fieldset> element in most browsers
|
||||
'Element “legend” not allowed as child of element “div” in this context.*',
|
||||
'The “datetime-local” input type is not supported in all browsers. Please be sure to test, and consider using a polyfill.',
|
||||
// Content > Reboot uses various date/time inputs as a visual example. Documentation does not rely on them being usable.
|
||||
'The “date” input type is not supported in all browsers.*',
|
||||
'The “time” input type is not supported in all browsers.*',
|
||||
// The next one we are using it because IE11 doesn't recognise <main>.
|
||||
// So, redundant for modern browsers, but not invalid.
|
||||
'The “main” role is unnecessary for element “main”.'
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user