aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorpatrickhlauke <[email protected]>2017-10-31 14:11:11 +0000
committerXhmikosR <[email protected]>2017-10-31 21:36:17 +0200
commit96a9fa1c82dac6b9ae3ea175338eede9183a6342 (patch)
tree97b348ff01bf23702a30f6c6e4c53d1c17780193 /build
parentce90b82b19d08673ac529c72e3fe5e6a1c0b607b (diff)
downloadbootstrap-96a9fa1c82dac6b9ae3ea175338eede9183a6342.tar.xz
bootstrap-96a9fa1c82dac6b9ae3ea175338eede9183a6342.zip
Remove invalid example of `title` attribute in an SVG and related vnu error suppression
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 7ac6ed547..0df50680b 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -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”.',