1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Fix invalid <nav ... role="tablist"> in docs.

This commit is contained in:
patrickhlauke
2017-10-31 20:27:35 +02:00
committed by XhmikosR
parent fb4c9fae17
commit f9188de4af
2 changed files with 13 additions and 10 deletions

View File

@@ -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”.',