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 292jam.svg 6731 jam.svg 5201

SOURCE

  • index.html 217
  • jam.svg 6731

JAMPACKED

  • _jampack
  • index.html 292
  • jam.svg 5201
Source Open in new tab
Jampacked Open in new tab
Terminal
__                                    __    
    |__|____    _____ ___________    ____ |  | __
    |  \__  \  /     \\____ \__  \ _/ ___\|  |/ /
    |  |/ __ \|  Y Y  \  |_> > __ \\  \___|    < 
/\__|  (____  /__|_|  /   __(____  /\___  >__|_ \
\______|    \/      \/|  |       \/     \/     \/
 v0.24.0              |__| by β€Ήdivβ€ΊRIOTS

Options:
{ onlyoptim: true }


 PASS 1 - Optimizing 
β–Ά index.html
  1 issue
Done: 120.476ms

 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