Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-14 16:59:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-20 22:31:28 +0300
commit2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55 (patch)
treedc11853557ebf9f3a2ff3c9d57fe67f463a878a9 /build/vnu-jar.js
parent369f03fbc5081abfc1f8b519726674a8311459d7 (diff)
Remove holder.js.
Diffstat (limited to 'build/vnu-jar.js')
-rw-r--r--build/vnu-jar.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index 5fd214a9d0..362dd3c30d 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -25,9 +25,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.',
- // 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”.',
// 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.*',