diff options
| author | patrickhlauke <[email protected]> | 2017-10-31 16:22:20 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-31 21:36:17 +0200 |
| commit | e80f61623bb3e02a103fd49072d154b2c0b7a8ca (patch) | |
| tree | e2a24d93f090c781d44a24423ca0f0852c49c9e3 /build | |
| parent | 96a9fa1c82dac6b9ae3ea175338eede9183a6342 (diff) | |
| download | bootstrap-e80f61623bb3e02a103fd49072d154b2c0b7a8ca.tar.xz bootstrap-e80f61623bb3e02a103fd49072d154b2c0b7a8ca.zip | |
Remove `datetime-local` warning from vnu ignore list, change reboot example.
Diffstat (limited to 'build')
| -rw-r--r-- | build/vnu-jar.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js index 0df50680b..1a2ff827b 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -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”.' |
