EVOLIZE Run a free assessment

Accessibility assessment of www.carrozziericonfartigianato.it

Automated technical assessment of 5 publicly accessible pages · Scanned 4 Sep 2026. Inspected 5 of 5 selected pages.

38findings detected
13critical + high
5pages inspected

What to fix first

  1. Critical Links lack accessible text
  2. Critical Links lack accessible text
  3. Critical Links lack accessible text
  4. High Hidden elements can still receive keyboard focus
  5. High Hidden elements can still receive keyboard focus

Findings

Critical

Links lack accessible text

Links expose no accessible name, so screen-reader users cannot determine their destination.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 2.4.4 Link Purpose (In Context) (Level A) Ref 01XNV7
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementa[rel="noopener noreferrer"]
Markup
<a href="https://www.iocarrozziere.it/abbonamenti" target="_blank" rel="noopener noreferrer"><img src="/images/banners/promozione_abbonamento.gif" alt=""></a>
How to fixAdd alternative text to the image inside the link that describes the link's purpose, or add a text description of the link's destination near the image.
Critical

Links lack accessible text

Links expose no accessible name, so screen-reader users cannot determine their destination.

Component 1 affected page 3 instances WCAG WCAG 2.1 SC 2.4.4 Link Purpose (In Context) (Level A) Ref NLQ0W6
Affected pagehttps://www.carrozziericonfartigianato.it/
Element#uk-slider-4 > .uk-margin-remove-first-child.uk-flex-middle.uk-flex-column > .uk-flex-1.uk-flex-column.uk-flex
Markup
<a href="/notizie-autoriparazione/confartigianato-carrozzieri-veronafiere" class="uk-flex-1 uk-flex uk-flex-column">
How to fixAdd text to the link that describes its purpose, or use the `aria-label` attribute to provide an accessible name. For example, `<a href="/notizie-autoriparazione/confartigianato-carrozzieri-veronafiere" aria-label="Read about Confartigianato Carrozzieri Veronafiere">...</a>`
Critical

Links lack accessible text

Links expose no accessible name, so screen-reader users cannot determine their destination.

Component 1 affected page 3 instances WCAG WCAG 2.1 SC 2.4.4 Link Purpose (In Context) (Level A) Ref XNE3PE
Affected pagehttps://www.carrozziericonfartigianato.it/?amp%3Bcatid=2&amp%3Bid=63%3Aprivacy&view=article
Element#uk-slider-4 > .uk-margin-remove-first-child.uk-flex-middle.uk-flex-column > .uk-flex-1.uk-flex-column.uk-flex
Markup
<a href="/notizie-autoriparazione/confartigianato-carrozzieri-veronafiere" class="uk-flex-1 uk-flex uk-flex-column">
How to fixAdd text to the link that describes its purpose, or use the `aria-label` attribute to provide an accessible name. For example, `<a href="/notizie-autoriparazione/confartigianato-carrozzieri-veronafiere" aria-label="Read about Confartigianato Carrozzieri Veronafiere">...</a>`
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 71 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 90OJ8
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv#module-menu-dialog-mobile > ul > li:nth-of-type(2) > a
Accessible nameHome
Markup
<a href="/">Home</a>
How to fixTo fix this issue, remove the element from the tab order or make it visible when focused. You can achieve this by adding 'tabindex="-1"' to the element or by adjusting the CSS to display the element when it has focus.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 9 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 6DDDWJ
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv#tm-dialog-mobile > div > button
Accessible nameChiudi Menu
Markup
<button aria-label="Chiudi Menu" class="uk-offcanvas-close uk-close-large uk-icon uk-close" type="button" uk-close="" uk-toggle="cls: uk-close-large; mode: media; media: @s"><svg width="20" height="20" viewBox="0 0 20 20" aria-hidden="true"><line fill="none" stroke="#000" stroke-width="1.8" x1="1" y1="1" x2="19" y2="19"></line><line fill="none" stroke="#000" stroke-width="1.8" x1="19" y1="1" x2="1" y2="19"></line></svg></button>
How to fixTo fix this issue, ensure that the button is removed from the tab order when it is not visible. This can be achieved by adding the 'tabindex="-1"' attribute to the button element or by using JavaScript to dynamically update the 'tabindex' attribute based on the button's visibility. Additionally, consider using the 'display: none;' CSS property to completely hide the button when it is not intended to be interacted with.
High

Hidden elements can still receive keyboard focus

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Component 5 affected pages 10 instances WCAG WCAG 2.1 SC 2.4.3 Focus Order (Level A) Ref 8RIUIM
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv:nth-of-type(1) > div > div > nav > div:nth-of-type(1) > a
Accessible nameTorna alla Home
Markup
<a href="https://www.carrozziericonfartigianato.it/" aria-label="Torna alla Home" class="uk-logo uk-navbar-item">
    <img alt="Logo Carrozzieri Confartigianato" src="/media/yootheme/cache/58/Carrozzieri-Confartigianato-580b5f8e.webp?src=images/Carrozzieri-Confartigianato.webp&amp;thumbnail=159,80,&amp;hash=bf0883b9" width="159" height="80" srcset="/media/yootheme/cache/58/Carrozzieri-Confartigianato-580b5f8e.webp?src=images/Carrozzieri-Confartigianato.webp&amp;thumbnail=159,80,&amp;hash=bf0883b9 159w, /media/yootheme/cache/40/Carrozzieri-Confartigianato-403643d0.webp?src=images/Carrozzieri-Co…
How to fixTo fix this issue, remove the element from the tab order by setting the 'tabindex' attribute to '-1' or by using 'display: none;' or 'visibility: hidden;' CSS properties to completely hide the element. Ensure that the element is not focusable when it's not visible.
High

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 5 affected pages 9 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref N1105F
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Element#cookiesck_text
Accessible namePer offrirti un'esperienza di navigazione sempre migliore, questo sito utilizza cookie propri e di terze parti. Leggi la nostra Informativa sull’uso dei cookie per saperne di più oppure vai su Personalizza per gestire le tue impostazioni. Cliccando Accetta acconsenti alla memorizzazione dei cookie sul tuo dispositivo. Cliccando su Rifiuta accetti la memorizzazione dei soli cookie necessari.
Markup
<span id="cookiesck_text">
How to fixTo improve the accessibility of this text, increase the contrast between the text color and the background color. This can be achieved by changing the text color or the background color to meet the minimum contrast ratio thresholds as defined by the Web Content Accessibility Guidelines (WCAG 2.1).
High

Links must be distinguishable without relying on color

Links must be distinguishable without relying on color

Component 5 affected pages 9 instances WCAG WCAG SC 1.4.1 Ref EP7K76
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementa[rel="noopener"]
Accessible nameConfartigianato Imprese
Markup
<a href="https://www.confartigianato.it/" target="_blank" rel="noopener"><strong>Confartigianato Imprese</strong></a>
How to fixTo make links distinguishable, consider adding an underline or a clear visual indicator to links, so users can identify them even if they have difficulty perceiving colors.
High

<video> elements must have captions

<video> elements must have captions

Component 3 affected pages 3 instances WCAG WCAG SC 1.2.2 Ref WHRSQ3
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementvideo
Markup
<video src="/images/video/anc-intro_2496x1408.mp4" playsinline="" loop="" muted="" preload="" class="uk-object-center-left" uk-cover=""></video>
How to fixAdd captions to the video element by including a track element with a src attribute pointing to a caption file. For example: <video src="/images/video/anc-intro_2496x1408.mp4" playsinline="" loop="" muted="" preload="" class="uk-object-center-left" uk-cover=""><track src="/images/video/anc-intro_2496x1408.vtt" kind="captions" srclang="en" label="English"></video>
High

Links must be distinguishable without relying on color

Links must be distinguishable without relying on color

Component 1 affected page 6 instances WCAG WCAG SC 1.4.1 Ref EZPP2E
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementol > li:nth-child(1) > a:nth-child(1)
Accessible nameInternet Explorer
Markup
<a href="http://windows.microsoft.com/it-it/internet-explorer/ie-do-not-track#ie=ie-11">Internet Explorer</a>
How to fixTo make links distinguishable without relying on color, consider adding an underline or a bold style to the link text. For example, you can add a CSS rule to underline links: a { text-decoration: underline; }. Alternatively, you can use a different font weight or style to make links stand out from regular text.
High

Links must be distinguishable without relying on color

Links must be distinguishable without relying on color

Component 1 affected page 16 instances WCAG WCAG SC 1.4.1 Ref EZPOYC
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementli:nth-child(1) > a:nth-child(2)
Accessible nameGoogle Chrome
Markup
<a href="https://support.google.com/chrome/answer/95464?hl=it">Google Chrome</a>
How to fixTo fix this issue, ensure that links have a distinct visual appearance, such as an underline or a different font style, in addition to relying on color. This can be achieved through CSS styling. For example, add a style rule like 'a { text-decoration: underline; }' to your stylesheet.
High

Links must be distinguishable without relying on color

Links must be distinguishable without relying on color

Component 1 affected page 4 instances WCAG WCAG SC 1.4.1 Ref EZPOVV
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementul:nth-child(10) > li:nth-child(1) > a
Accessible nameEdit Cookies
Markup
<a href="https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg?hl=it">Edit Cookies</a>
How to fixAdd an underline or other visual indicator to the link to make it distinguishable from regular text without relying on color. For example, add a CSS rule like 'a { text-decoration: underline; }' to underline links.
High

Links must be distinguishable without relying on color

Links must be distinguishable without relying on color

Component 1 affected page 10 instances WCAG WCAG SC 1.4.1 Ref EP7KCF
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementp:nth-child(4) > a
Accessible nameGoogle Analytics
Markup
<a href="http://www.google.com/intl/it/analytics/">Google Analytics</a>
How to fixAdd an underline or other visual indicator to the link to make it distinguishable without relying on color. For example, add a CSS style to the link element: a { text-decoration: underline; }
Medium

Navigation regions are not distinguishable

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Component 5 affected pages 18 instances WCAG WCAG 2.1 SC 1.3.1 Info and Relationships (Level A) Ref B5QJ2S
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv:nth-of-type(2) > header:nth-of-type(1) > div:nth-of-type(1) > div > div > nav
Accessible name.uk-navbar-toggle-icon svg>[class*="line-"]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle-icon svg>.line-3{opacity:0}[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-3,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-3{opacity:1}[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-2,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-2{transform:rotate(45deg)}[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-3,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-3{transform:rotate(-45deg)}[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-1,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-1,[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-4,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-4{opacity:0}[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-1,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-1{transform:translateY(6px) scaleX(0)}[aria-expanded="true"].uk-navbar-toggle-icon svg>.line-4,[aria-expanded="true"]>.uk-navbar-toggle-icon svg>.line-4{transform:translateY(-6px) scaleX(0)}
Markup
<nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;right&quot;,&quot;container&quot;:&quot;.tm-header-mobile > [uk-sticky]&quot;,&quot;boundary&quot;:&quot;.tm-header-mobile .uk-navbar-container&quot;}">

                    
                                        <div class="uk-navbar-center">

                                                    <a href="https://www.carrozziericonfartigianato.it/" aria-label="Torna alla Home" class="uk-logo uk-navbar-item">
    <img alt="Logo Carrozzieri Confartigianato" src="/media/yootheme/cache/58/Carrozzieri-Confartigianato-580b5f8e.webp?src=imag…
How to fixAdd an accessible name to the navigation region using 'aria-label' or 'aria-labelledby' attributes to help screen reader users distinguish between multiple navigation landmarks.
Medium

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 4 affected pages 4 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref BQYB8D
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv:nth-of-type(1) > div > div > nav > div:nth-of-type(2) > a
Accessible nameApri menu
Rolebutton
Markup
<a uk-toggle="" href="#tm-dialog-mobile" class="uk-navbar-toggle" aria-controls="tm-dialog-mobile" role="button" aria-label="Apri menu" aria-expanded="false">

        
        <div uk-navbar-toggle-icon="" class="uk-icon uk-navbar-toggle-icon"><svg width="20" height="20" viewBox="0 0 20 20" aria-hidden="true"><style>.uk-navbar-toggle-icon svg&gt;[class*="line-"]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle-icon svg&gt;.line-3{opacity:0}[aria-expanded="true"].uk-navbar-toggle-icon svg&gt;.line-3,[aria-expanded="true"]&gt…
How to fixIncrease this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper. Observed size: 20 × 80 CSS pixels; required minimum: 24 × 24 CSS pixels.
Medium

Video may be missing captions

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Component 3 affected pages 5 instances WCAG WCAG 2.1 SC 1.2.2 Captions (Prerecorded) (Level A) Ref IK7CIY
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementmain#tm-main > div:nth-of-type(2) > video
Markup
<video src="/images/video/anc-intro_2496x1408.mp4" playsinline="" loop="" muted="" preload="" class="uk-object-center-left" uk-cover=""></video>
How to fixAdd captions or subtitles to the video, ensuring they accurately represent the audio content. This can be achieved by including a track element within the video element, like so: <video src='/images/video/anc-intro_2496x1408.mp4' playsinline='' loop='' muted='' preload='' class='uk-object-center-left' uk-cover=''><track kind='captions' src='/path/to/captions.vtt' srclang='en' label='English'></track></video>. Replace '/path/to/captions.vtt' with the actual path to your captions file.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 4 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref EWAK4
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementa[href="/"] > span
Accessible nameHome
Markup
<span>Home</span>
How to fixTo improve readability, adjust the color of the text or background to meet the minimum contrast ratio of 4.5:1 for normal text. Consider using a color contrast analyzer tool to find a suitable combination.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 3 affected pages 9 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref LL8SG1
Affected pagehttps://www.carrozziericonfartigianato.it/
Element#uk-slider-1 > .uk-margin-remove-first-child.uk-flex-middle.uk-flex-column > .uk-text-primary.uk-h6.uk-link-reset > a
Accessible nameDanno antieconomico, Cassazione corregge gli automatismi
Markup
<a href="/sentenze/danno-antieconomico-la-cassazione-corregge-gli-automatismi" aria-label="Danno antieconomico, Cassazione corregge gli automatismi">Danno antieconomico, Cassazione corregge gli automatismi</a>
How to fixTo improve the accessibility of this element, consider adjusting the text color to have a sufficient contrast ratio with the background color. A minimum contrast ratio of 4.5:1 for normal text is recommended. You can use online tools to calculate the contrast ratio and select a color that meets the accessibility standards.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 3 affected pages 3 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref 1BU2EA
Affected pagehttps://www.carrozziericonfartigianato.it/
Element.uk-text-middle
Accessible nameMenu
Markup
<span class="uk-margin-xsmall-right uk-text-middle">Menu</span>
How to fixTo improve accessibility, consider adjusting the color scheme to meet the minimum contrast ratio of 4.5:1 for normal text. You can use online tools to calculate the contrast ratio and select a suitable color combination for the text and background.
Medium

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 8 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref B2OZNG
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementthead > tr > td:nth-child(1)
Accessible nameDenominazione
Markup
<td style="width: 471px; text-align: center;">Denominazione</td>
How to fixTo improve the accessibility of this page, increase the contrast between the text color and background color of the table cell containing the text 'Denominazione'. This can be achieved by changing the background color or the text color to meet the minimum contrast ratio thresholds as defined by WCAG 2.1 SC 1.4.3. For example, you can use a color contrast analyzer tool to find a suitable color combination.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 5 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref RPLWXG
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementarticle#article-196 > p > a:nth-of-type(1)
Accessible nameCarrozzieri
Markup
<a href="/component/tags/tag/carrozzieri" class="" property="keywords" vocab="https://schema.org/">Carrozzieri</a>
How to fixTo make this element accessible, ensure the touch target is at least 24x24 pixels. You can achieve this by increasing the padding or size of the element, or by adding a wrapper element with the minimum size.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 18 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 9WDI9H
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv > div:nth-of-type(1) > div:nth-of-type(2) > ul > li:nth-of-type(1) > a
Accessible nameSlide 1
Roletab
Markup
<a href="" aria-selected="true" tabindex="0" role="tab" aria-controls="uk-slider-1" aria-label="Slide 1"></a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to ensure reliable activation by touch.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 2 affected pages 10 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref ZAKGKP
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv#uk-slider-5 > div > h3 > a
Accessible nameBMW: Rivoluzione Guida Autonoma
Markup
<a href="/notizie-autoriparazione/bmw-guida-autonoma">BMW: Rivoluzione Guida Autonoma</a>
How to fixIncrease the touch target size to a minimum of 24x24px for the link with the text 'BMW: Rivoluzione Guida Autonoma' to make it easier for users to activate on mobile devices.
Low

Low-quality alternative text

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Component 3 affected pages 5 instances WCAG WCAG 2.1 SC 1.1.1 Non-text Content (Level A) Ref RIYJ24
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv#uk-slider-18 > div > a > picture > img
Markup
<img class="el-image uk-inverse-dark uk-border-rounded" src="/images/News/VeronaFiere-Carrozzieri%202.png" alt="Confartigianto Carrozzieri a VeronaFiere" loading="lazy" width="700" height="366">
How to fixUpdate the alt text to describe the content of each image. For example, if the image is of a person, describe the person and their context. If the image is a graph or chart, describe the data it represents. Ensure that each image has a unique alt text that accurately describes its content.
Low

Low-quality alternative text

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Component 3 affected pages 10 instances WCAG WCAG 2.1 SC 1.1.1 Non-text Content (Level A) Ref WLX3QT
Affected pagehttps://www.carrozziericonfartigianato.it/
Elementdiv#uk-slider-4 > div > a > div > picture > img
Markup
<img class="el-image uk-transition-scale-up uk-transition-opaque uk-flex-1" src="/media/yootheme/cache/9d/VeronaFiere-Carrozzieri%202-9d08f667.png?src=images/News/VeronaFiere-Carrozzieri%202.png&amp;thumbnail=270,141,&amp;hash=e55d6471" alt="Confartigianto Carrozzieri a VeronaFiere" width="270" height="141">
How to fixUpdate the alt text to describe the content of each image, avoiding duplication and generic terms. For example, describe the scene, people, or objects in the image.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 1 affected page 7 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 3LV7OA
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementdiv > table > tbody > tr:nth-of-type(1) > td:nth-of-type(3) > a
Accessible namehttps://www.google.com/intl/it/policies/privacy/
Markup
<a href="https://www.google.com/intl/it/policies/privacy/" target="_blank" rel="noopener noreferrer">https://www.google.com/intl/it/policies/privacy/</a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 1 affected page 5 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 4L4Y1D
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementdiv > div > div > div > p:nth-of-type(2) > a:nth-of-type(1)
Accessible nameCarrozzieri italiani
Markup
<a href="http://www.carrozziericonfartigianato.it/" rel="alternate" title="Carrozzieri italiani">Carrozzieri italiani</a>
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 1 affected page 2 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref ZPYSR4
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementdiv#module-224 > nav > ul > li:nth-of-type(1) > a
Accessible nameHome
Markup
<a href="/"><span>Home</span></a>
How to fixTo improve usability on mobile devices, consider increasing the size of the touch target to at least 24x24 pixels. This can be achieved by adding padding or increasing the font size of the interactive element.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 1 affected page 4 instances WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 5V7L4Z
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementarticle#article-143 > div > div:nth-of-type(1) > ol > li:nth-of-type(1) > a:nth-of-type(2)
Accessible nameGoogle Chrome
Markup
<a href="https://support.google.com/chrome/answer/95464?hl=it">Google Chrome</a>
How to fixTo improve usability, increase the size of the touch target to at least 24x24 pixels. This can be achieved by adding padding or increasing the font size of the interactive element.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref IW5DP7
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Element#module-224 > h3
Accessible name
Markup
<h3>

                →        
        </h3>
How to fixTo improve text legibility, consider increasing the contrast between the text color and the background color. You can do this by changing the CSS styles for the h3 element within the div.uk-panel. For example, you can adjust the color property of the h3 element or the background-color property of the div.uk-panel to achieve a sufficient contrast ratio.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 12 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref YKHU8B
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementtr:nth-child(2) > td:nth-child(2)
Accessible nameAntispam
Markup
<td style="width: 136px; text-align: center;">Antispam</td>
How to fixTo improve the accessibility of this content, consider increasing the contrast between the text color and the background color. This can be achieved by changing the CSS styles to use a higher contrast color scheme. For example, using a darker text color on a light background or a lighter text color on a dark background. The WCAG 2.1 guidelines recommend a minimum contrast ratio of 4.5:1 for normal text.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 4 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref QMX7RU
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementtr:nth-child(1) > td:nth-child(3) > a[rel="noopener noreferrer"][target="_blank"]
Accessible namehttps://www.google.com/intl/it/policies/privacy/
Markup
<a href="https://www.google.com/intl/it/policies/privacy/" target="_blank" rel="noopener noreferrer">https://www.google.com/intl/it/policies/privacy/</a>
How to fixTo fix this issue, adjust the colors of the text and background to meet the minimum contrast ratio of 4.5:1 for normal text. You can use online tools to calculate the contrast ratio and select accessible colors.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref AG48O6
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementtr:nth-child(3) > td:nth-child(3) > .shorten[target="new"][rel="nofollow"]
Accessible namehttps://www.facebook.com/about/privacy/
Markup
<a href="https://www.facebook.com/about/privacy/" target="new" rel="nofollow" class="shorten">https://www.facebook.com/about/privacy/</a>
How to fixTo improve readability, adjust the text color and background color to meet the minimum contrast ratio of 4.5:1 for normal text. Consider using a color contrast analyzer tool to find suitable color combinations.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 1 affected page 1 instance WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref 0ISTED
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementdiv#module-205 > div > p:nth-of-type(1) > a
Markup
<a href="https://www.iocarrozziere.it/abbonamenti" target="_blank" rel="noopener noreferrer"><img src="/images/banners/promozione_abbonamento.gif" alt=""></a>
How to fixIncrease the size of the interactive element to at least 24x24 pixels to ensure reliable touch activation on mobile devices.
Low

Touch targets are too small on mobile

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Component 1 affected page 1 instance WCAG WCAG 2.2 SC 2.5.8 Target Size (Minimum) (Level AA) Ref WKE64G
Affected pagehttps://www.carrozziericonfartigianato.it/notizie-autoriparazione/le-quote-rose-in-officina
Elementdiv > div > div:nth-of-type(3) > div > div > a
Accessible nameSviluppo e Design Comunicando Solutions
Markup
<a class="el-link" href="https://www.comunicandoweb.net" aria-label="Sviluppo e Design Comunicando Solutions" target="_blank"><picture><source type="image/webp" srcset="/media/yootheme/cache/94/Comunicando-web2-940cade2.webp?src=images/Comunicando-web2.png&amp;thumbnail=150,27,&amp;type=webp,100&amp;hash=1ba6eda7 150w, /media/yootheme/cache/da/Comunicando-web2-da7aec5e.webp?src=images/Comunicando-web2.png&amp;thumbnail=300,54,&amp;type=webp,100&amp;hash=ce60e4da 300w" sizes="(min-width: 150px) 150px"><img class="el-image" src="/media/yootheme/cache/40/Comunicando-web2-401c78c8.png?src=images/C…
How to fixIncrease the size of the touch target to at least 24x24 pixels to make it easier for users to activate by touch on mobile devices.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 2 instances WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref EGS86E
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementtbody > tr:nth-child(1) > td:nth-child(2)
Accessible nameAnalitica
Markup
<td style="width: 136px; text-align: center;">Analitica</td>
How to fixTo improve the accessibility of the affected element, consider increasing the contrast ratio between the text color and the background color. This can be achieved by using a darker or lighter shade for the text or background, depending on the current colors used. Ensure the contrast ratio meets the minimum requirements as outlined in WCAG 2.1 SC 1.4.3.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 1 instance WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref JZD3UF
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementtd:nth-child(3) > a[href$="privacy"]
Accessible namehttps://twitter.com/it/privacy
Markup
<a href="https://twitter.com/it/privacy" target="_blank" rel="noopener noreferrer">https://twitter.com/it/privacy&nbsp;</a>
How to fixAdjust the color of the text or background to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). Consider using a color contrast analyzer tool to determine the optimal colors.
Low

Text has insufficient colour contrast

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Component 1 affected page 1 instance WCAG WCAG 2.1 SC 1.4.3 Contrast (Minimum) (Level AA) Ref FZIF8T
Affected pagehttps://www.carrozziericonfartigianato.it/cookie
Elementh3:nth-child(1) > strong > a
Accessible namewww.carrozziericonfartigianato.it
Markup
<a href="https://www.carrozziericonfartigianato.it/">www.carrozziericonfartigianato.it</a>
How to fixTo improve the accessibility of this element, consider adjusting the text or background color to meet the minimum contrast ratio of 4.5:1 for normal text. You can use online tools to determine the contrast ratio and select colors that meet the requirements.

Keep www.carrozziericonfartigianato.it monitored

This is a point-in-time assessment. Evolize monitoring re-scans the site on a schedule, flags new and recurring issues, tracks changes over time, and verifies fixes after you make them.

Start monitoring
About this assessment.
  • Automated technical analysis of publicly accessible website surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every accessibility issue.
  • Results reflect the site at the scan date and may have changed since.
  • This is technical information, not legal advice.

Request a correction or removal · How Evolize scans