aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorpatrickhlauke <[email protected]>2017-10-31 20:27:35 +0200
committerXhmikosR <[email protected]>2017-10-31 21:36:17 +0200
commitf9188de4afe0251573c6b12b2012f34a268fa1fe (patch)
tree0269a157fa1fb0592b280820792a5fba84e601a4 /build
parentfb4c9fae177336864138f96bdd423d3f9461f466 (diff)
downloadbootstrap-f9188de4afe0251573c6b12b2012f34a268fa1fe.tar.xz
bootstrap-f9188de4afe0251573c6b12b2012f34a268fa1fe.zip
Fix invalid `<nav ... role="tablist">` in docs.
Diffstat (limited to 'build')
-rw-r--r--build/vnu-jar.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index d6ba69073..d1002c0a9 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -27,7 +27,6 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
// Firefox's non-standard autocomplete behavior - see https://bugzilla.mozilla.org/show_bug.cgi?id=654072
'Attribute “autocomplete” is only allowed when the input type is.*',
'Attribute “autocomplete” not allowed on element “button” at this point.',
- 'Bad value “tablist” for attribute “role” on element “nav”.',
// We use holder.js with `data-src` and no `src` to avoid 404 errors;
// we could work around this, but I'm not sure it's worth it.
'Element “img” is missing required attribute “src”.',