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
_jampackindex.html169index.html299jam.svg6731jam.svg6731jam.svg.svg5476SOURCE
- index.html169
- jam.svg6731
JAMPACKED
- _jampack
- index.html299
- jam.svg6731
- jam.svg.svg5476
Terminal
__ __
|__|____ _____ ___________ ____ | | __
| \__ \ / \\____ \__ \ _/ ___\| |/ /
| |/ __ \| Y Y \ |_> > __ \\ \___| <
/\__| (____ /__|_| / __(____ /\___ >__|_ \
\______| \/ \/| | \/ \/ \/
v0.22.1 |__| by βΉdivβΊRIOTS
Options:
{ onlyoptim: true }
PASS 1 - Optimizing
βΆ index.html
1 issue
Done: 169.905ms
Summary
ββββββββββββ€βββββββββββββ€βββββββββββ€βββββββββββββ€βββββββββββ
β Action β Compressed β Original β Compressed β Gain β
ββββββββββββΌβββββββββββββΌβββββββββββΌβββββββββββββΌβββββββββββ’
β svg->svg β 1 / 1 β 6.57 KB β 5.35 KB β -1.23 KB β
ββββββββββββΌβββββββββββββΌβββββββββββΌβββββββββββββΌβββββββββββ’
β Total β 1 / 1 β 6.57 KB β 5.35 KB β -1.23 KB β
ββββββββββββ§βββββββββββββ§βββββββββββ§βββββββββββββ§βββββββββββ
Issues
βΆ index.html
a11y Missing [alt] on img src="./jam.svg" - Adding alt="" meanwhile.
fix Adding missing to the top of the
2 issue(s) over 1 files