Warnings
jampack
will raise warning when discovering non-blocking issues that require your attention and that you should fix.
Accessibility
alt
attribute is missing an tag <img>
Spec > https://html.spec.whatwg.org/multipage/images.html#alt
jampack
will add an empty attribute alt=""
because it can be valid for decorative images.
But you should always fix the warning by adding a descriptive alt
or an empty attribute for decorative images.
Demo
SOURCE
JAMPACKED
_jampack index.html 217 index.html 252jam.svg 6731 jam.svg 5201SOURCE
- index.html 217
- jam.svg 6731
JAMPACKED
- _jampack
- index.html 252
- jam.svg 5201
Terminal
__ __
|__|____ _____ ___________ ____ | | __
| \__ \ / \\____ \__ \ _/ ___\| |/ /
| |/ __ \| Y Y \ |_> > __ \\ \___| <
/\__| (____ /__|_| / __(____ /\___ >__|_ \
\______| \/ \/| | \/ \/ \/
v0.30.0 |__| by βΉdivβΊRIOTS
Options:
{ onlyoptim: true }
PASS 1 - Optimizing
βΆ index.html
1 issue
Done: 110.162ms
Summary
ββββββββββ€βββββββββββββ€βββββββββββ€βββββββββββββ€βββββββββββ
β Action β Compressed β Original β Compressed β Gain β
ββββββββββΌβββββββββββββΌβββββββββββΌβββββββββββββΌβββββββββββ’
β .svg β 1 / 1 β 6.57 KB β 5.08 KB β -1.49 KB β
ββββββββββΌβββββββββββββΌβββββββββββΌβββββββββββββΌβββββββββββ’
β Total β 1 / 1 β 6.57 KB β 5.08 KB β -1.49 KB β
ββββββββββ§βββββββββββββ§βββββββββββ§βββββββββββββ§βββββββββββ
Issues
βΆ index.html
a11y Missing [alt] on img src="./jam.svg" - Adding alt="" meanwhile.
1 issue(s) over 1 files