Summary report > Page report

1 Error

  • 1 WCAG2 AA
    • 1 E910 - SC 1.4.4: Use relative rather than absolute units. Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.
        1 Use relative rather than absolute units with 'letter-spacing'
            letter-spacing:3px
        
Display issue details

Go to first issue

  1 .IconList_icon-list__J0ZSV .IconList_icon-list-item__aPCNE {
    1   display:flex;
    1   gap:1.5rem;
    1   align-items:center;
    1 }
    1 .IconList_icon-list__J0ZSV .IconList_icon-list-item__aPCNE .IconList_icon-list-item-title__RA_xT {
    1   font-size:1rem;
    1   text-transform:uppercase;
    1 next issueprevious issueE910WCAG2 AA 1.4.4: Use relative rather than absolute units with 'letter-spacing'
  Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.
        letter-spacing:3px;
    1 }
    1 .IconList_icon-list__J0ZSV .IconList_icon-list-item__aPCNE .IconList_icon-list-item-icon__iile0 {
    1   display:flex;
    1   align-items:center;
    1   position:relative;
    1   bottom:2px;
    1 }
    1 .IconList_icon-list__J0ZSV .IconList_more-info__prpI5 .IconList_icon-list-item-icon__iile0 svg {
    1   transition:transform .3s ease;
    1 }
    1 .IconList_icon-list__J0ZSV .IconList_more-info__prpI5 .IconList_icon-list-item__aPCNE {
    1   margin-bottom:2rem;
    1   cursor:pointer;
    1 }
    1 .IconList_icon-list__J0ZSV .IconList_more-info__prpI5.IconList_is-open__mj4Hy .IconList_icon-list-item-icon__iile0 svg {
    1   transform:rotate(-45deg);
    1 }