[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 7 issuesLevel A, 7 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 3 issuesLevel AA, 3 issuesVery Important Pages with level AA issues are very difficult to use
AAALess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

7 issues on 9 pages

CriticalClickable controls should be keyboard accessible. WCAG 2.1 A F15 Section 508 (2017) A F15 4 pages
Add tabindex=0 to allow keyboard users to tab to the control.
https://www.jordiaguilarabogados.com/Line 607 613 619 1890
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/Line 2567
https://www.jordiaguilarabogados.com/abogados-castellon/Line 2579
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/Line 2577
CriticalClickable controls should have an ARIA role. WCAG 2.1 A F54 Section 508 (2017) A F54 4 pages
Controls that respond to clicks should be given an ARIA role such as role=button or role=link.
https://www.jordiaguilarabogados.com/Line 607 613 619 1890
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/Line 2567
https://www.jordiaguilarabogados.com/abogados-castellon/Line 2579
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/Line 2577
CriticalContent inserted with CSS is not available to people who turn off style sheets, and is not read by some screen readers. WCAG 2.1 A F87 Section 508 (2017) A F87 4 pages
Move the content from CSS to the HTML page so that all users can see it.

Impact on users:

  • NVDA 2019.2 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • NVDA 2018.4 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • NVDA 2017.3 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • NVDA 2016.2 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • JAWS 2019.1912.1 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • JAWS 2018.1811.2 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • JAWS 18.0.5038 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
  • JAWS 17.0.2619 IE11 Windows 10 Reading: Text inserted by CSS content property not read.
content: '921'
https://www.jordiaguilarabogados.com/
Line 526
content: '921'
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/
Line 451
content: '921'
https://www.jordiaguilarabogados.com/abogados-castellon/
Line 451
content: '921'
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/
Line 451
CriticalDuplicate id - the same ID is used on more than one element. HTML5 WCAG 2.1 A 4.1.1 Section 508 (2017) A 4.1.1 8 pages
id=_x33_0 id=_x33_0
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/
Line 1067 1311
id=_x33_0 id=_x33_0
https://www.jordiaguilarabogados.com/abogados-alcoholemia/
Line 1009 1253
id=_x33_0 id=_x33_0
https://www.jordiaguilarabogados.com/abogados-castellon/
Line 1079 1324
id=_x33_0 id=_x33_0
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/
Line 1077 1321
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.1 A F89 Section 508 (2017) A F89 8 pages

A link name allows screen readers to voice what the links does. If there is no link text or the `alt` text is blank, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:

  • Add text between the a element start and end tags
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the link contains an img element
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/Line 280
https://www.jordiaguilarabogados.com/abogados-alcoholemia/Line 280
https://www.jordiaguilarabogados.com/abogados-castellon/Line 280
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/Line 280
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
CriticalHTML form control has no accessible name. WCAG 2.1 A F68 Section 508 (2017) A F68 9 pages

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
https://www.jordiaguilarabogados.com/Line 780
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/Line 956
https://www.jordiaguilarabogados.com/abogados-castellon/Line 968
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/Line 966
This issue was found on another 5 pages. The trial version is limited to showing issues on 4 pages.
CriticalRemoving the underline from links makes it hard for color-blind users to see them. WCAG 2.1 A F73 Section 508 (2017) A F73 1 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible without color vision.
https://www.jordiaguilarabogados.com/Line 784

Level AA

3 issues on 13 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3 4 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
The text color to background color contrast ratio is:
2.08 with color: rgb(255,255,255);background-color: rgb(238,166,14);font-size: 11.25pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
https://www.jordiaguilarabogados.com/
Line 565 1676 1686 1694
The text color to background color contrast ratio is:
2.78 with color: rgb(2,116,190);background-color: rgb(10,29,133);font-size: 16.50pt;font-weight: 700;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/
Line 1975 2143 2159 2174
The text color to background color contrast ratio is:
2.78 with color: rgb(2,116,190);background-color: rgb(10,29,133);font-size: 16.50pt;font-weight: 700;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
https://www.jordiaguilarabogados.com/abogados-castellon/
Line 1987 2155 2171 2186
The text color to background color contrast ratio is:
2.78 with color: rgb(2,116,190);background-color: rgb(10,29,133);font-size: 16.50pt;font-weight: 700;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
4.08 with color: rgb(2,116,190);background-color: rgb(0,4,34);font-size: 10.50pt;font-weight: 400;
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/
Line 1985 2153 2169 2184
Very ImportantIf you set any of the colors on the body or a elements you must set all of them. WCAG 2.1 AA F24 Section 508 (2017) AA F24 5 pages
In HTML the color attributes are text, bgcolor, link, alink and vlink. In CSS the attributes are color and background-color. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.
The colors used are:
color: rgb(255,255,255) and background: rgb(255,255,255) from browser settings
https://www.jordiaguilarabogados.com/abogados-alcoholemia/
Line 534
The colors used are:
color: rgb(255,255,255) and background: rgb(255,255,255) from browser settings
https://www.jordiaguilarabogados.com/abogados-divorcio/
Line 534
The colors used are:
color: rgb(255,255,255) and background: rgb(255,255,255) from browser settings
https://www.jordiaguilarabogados.com/abogados-extranjeria/
Line 534
The colors used are:
color: rgb(255,255,255) and background: rgb(255,255,255) from browser settings
https://www.jordiaguilarabogados.com/abogados-familia/
Line 534
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the dotted link focus outline. WCAG 2.1 AA F78 Section 508 (2017) AA F78 13 pages
Change the style to avoid obscuring the focus outline around focusable elements.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
  • Internet Explorer (obscures the focus indicator on links, buttons and range controls)
Internet Explorer does not support the `outline-offset:` property, so using this does not reliably avoid focus outline overlap.
https://www.jordiaguilarabogados.com/Line 413 563 607 613 884 ...
https://www.jordiaguilarabogados.com/abogados-accidentes-trafico/Line 280 525 956 1860 1899 ...
https://www.jordiaguilarabogados.com/abogados-castellon/Line 280 525 968 1872 1911 ...
https://www.jordiaguilarabogados.com/asesoria-juridica-legal/Line 280 525 966 1870 1909 ...
This issue was found on another 9 pages. The trial version is limited to showing issues on 4 pages.
Expand all 10 issues