From 2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 14 Nov 2018 15:59:15 +0200 Subject: [PATCH] Remove holder.js. --- build/vnu-jar.js | 3 --- js/tests/visual/toast.html | 4 ++-- package.json | 2 +- site/_includes/scripts.html | 1 - site/_layouts/examples.html | 4 ---- site/docs/4.1/assets/js/src/application.js | 10 +--------- site/docs/4.1/assets/js/vendor/holder.min.js | 13 ------------- 7 files changed, 4 insertions(+), 33 deletions(-) delete mode 100644 site/docs/4.1/assets/js/vendor/holder.min.js 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
element in most browsers 'Element “legend” not allowed as child of element “div” in this context.*', diff --git a/js/tests/visual/toast.html b/js/tests/visual/toast.html index 1178073f55..22a85447c1 100644 --- a/js/tests/visual/toast.html +++ b/js/tests/visual/toast.html @@ -28,7 +28,7 @@