1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Remove invalid example of title attribute in an SVG and related vnu error suppression

This commit is contained in:
patrickhlauke
2017-10-31 14:11:11 +00:00
committed by XhmikosR
parent ce90b82b19
commit 96a9fa1c82
2 changed files with 0 additions and 4 deletions

View File

@@ -26,7 +26,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 “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.',
'Attribute “autocomplete” not allowed on element “button” at this point.',
'Attribute “title” not allowed on element “circle” at this point.',
'Bad value “tablist” for attribute “role” on element “nav”.',
// We use holder.js with `data-src` and no `src`; we could work around this, not sure it's worth it.
'Element “img” is missing required attribute “src”.',