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.svg5476

SOURCE

  • index.html169
  • jam.svg6731

JAMPACKED

  • _jampack
  • index.html299
  • jam.svg6731
  • jam.svg.svg5476
SourceOpen in new tab
JampackedOpen in new tab
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