prefers-color-scheme: darkFocus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 35 | 42 | 219 | 21 | 74 | 391 | El portal web oficial de Barcelona | Ajuntament de Barcelona |
| View Page | 35 | 45 | 209 | 21 | 74 | 384 | El portal web oficial de Barcelona | Ajuntament de Barcelona |
| View Page | 24 | 3 | 174 | 4 | 178 | 383 | https://www.barcelona.cat/ca/que-pots-fer-a-bcn/posat-en-forma/installacions-esportives |
| View Page | 24 | 3 | 170 | 4 | 178 | 379 | https://www.barcelona.cat/en/what-to-do-in-bcn/get-fit/sports-facilities |
| View Page | 70 | 3 | 212 | 4 | 78 | 367 | https://www.barcelona.cat/es |
| View Page | 24 | 3 | 173 | 4 | 163 | 367 | https://www.barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/clubes |
| View Page | 74 | 3 | 171 | 4 | 109 | 361 | https://www.barcelona.cat/ca/que-pots-fer-a-bcn/llistat |
| View Page | 74 | 3 | 179 | 4 | 87 | 347 | https://www.barcelona.cat/en/what-to-do-in-bcn/montjuic-park/activities/list |
| View Page | 74 | 3 | 178 | 4 | 78 | 337 | https://www.barcelona.cat/en/what-to-do-in-bcn/festes-majors |
| View Page | 29 | 3 | 247 | 4 | 52 | 335 | https://www.barcelona.cat/es/vivir-en-bcn/vive-el-barrio |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R1: id attributes are unique within the document | 94 of 100 | View Rule |
| SIA-R59 | 94 of 100 | View Rule |
| SIA-R87: First focusable element is a skip link | 94 of 100 | View Rule |
| SIA-R111: Interactive elements have a sufficient target size | 6 of 100 | View Rule |
| SIA-R2: HTML elements have a valid lang attribute | 6 of 100 | View Rule |
| SIA-R57: Landmarks don't repeat the same content | 6 of 100 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 6 of 100 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 6 of 100 | View Rule |
| SIA-R113 | 4 of 100 | View Rule |
| SIA-R69: Text has sufficient contrast with its background | 4 of 100 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| landmark-no-duplicate-banner | 100 of 100 | View Rule |
| region | 100 of 100 | View Rule |
| tabindex | 100 of 100 | View Rule |
| image-alt | 87 of 100 | View Rule |
| color-contrast | 25 of 100 | View Rule |
| aria-required-children | 20 of 100 | View Rule |
| frame-title | 9 of 100 | View Rule |
| aria-allowed-role | 8 of 100 | View Rule |
| link-name | 6 of 100 | View Rule |
| aria-progressbar-name | 4 of 100 | View Rule |
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
``html
<li>
XPath (use in browser DevTools):
`
#ajuntament--prefooter > .container > ul > li:nth-child(1)
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('#ajuntament--prefooter > .container > ul > li:nth-child(1)')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/ca
- ...and 94 more page(s)
---
Pattern 2: Affects 99 page(s) - 100 occurrence(s)
Scanner: axe
Rule: landmark-no-duplicate-banner
Impact: moderate
Issue: Document should not have more than one banner landmark
HTML Pattern:
`html
<header id="brand" alias="barcelonacat" brand="barcelonacat_2025-12..." class="v2025 bcnbrand-legac..." data-lwid="19e3126d-e1c9-4f40-9..." data-plausible="bcn0657" data-matomo="beOBY9ep" data-avisos="auto" data-web-cerca="https%3A%2F%2Fwww.ba..." data-web-nom="Barcelona" data-cercador="false">
`
XPath (use in browser DevTools):
`
#brand
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('#brand')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/ca
- ...and 94 more page(s)
---
Pattern 3: Affects 96 page(s) - 97 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<p>
`
XPath (use in browser DevTools):
`
li:nth-child(2) > .llistat > li > p
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(2) > .llistat > li > p')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/ca
- ...and 91 more page(s)
---
Pattern 4: Affects 49 page(s) - 49 occurrence(s)
Scanner: axe
Rule: image-alt
Impact: critical
Issue: Images must have alternative text
HTML Pattern:
`html
<img src="/themes/barcelonacat_theme/images/menu/fletxa_3.png">
`
XPath (use in browser DevTools):
`
.menu-2 > .icona > img
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('.menu-2 > .icona > img')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/ca/que-pots-fer-a-bcn
- https://barcelona.cat/en/what-to-do-in-bcn
- https://barcelona.cat/es/que-hacer-en-bcn
- ...and 44 more page(s)
---
Pattern 5: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<h2>Addresses</h2>
`
XPath (use in browser DevTools):
`
li:nth-child(2) > h2
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(2) > h2')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 6: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<h2>Contact</h2>
`
XPath (use in browser DevTools):
`
li:nth-child(3) > h2
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(3) > h2')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 7: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<p><a href="https://atencioenlinia.ajuntament.barcelona.cat/en/fitxa/resultat-busqueda?origen=WEB_BARCELONA_CAT&tema=7&element=1121">Contact form</a></p>
`
XPath (use in browser DevTools):
`
li:nth-child(3) > .llistat > li:nth-child(1) > p
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(3) > .llistat > li:nth-child(1) > p')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 8: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<p><a href="tel: 010">010</a> (administrative procedures and information for the public)</p>
`
XPath (use in browser DevTools):
`
li:nth-child(2) > p
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(2) > p')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 9: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<p><a href="tel: 934 027 000">934 027 000</a> (call centre)</p>
`
XPath (use in browser DevTools):
`
li:nth-child(3) > p
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(3) > p')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 10: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<h2>Follow us on:</h2>
`
XPath (use in browser DevTools):
`
.ajuntament-xarxes-socials > h2
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('.ajuntament-xarxes-socials > h2')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 11: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<span class="sr-only">Instagram. Open in a new window</span>
`
XPath (use in browser DevTools):
`
li:nth-child(1) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(1) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 12: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<span class="sr-only">Tik tok. Open in a new window</span>
`
XPath (use in browser DevTools):
`
li:nth-child(2) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(2) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 13: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<span class="sr-only">Youtube. Open in a new window</span>
`
XPath (use in browser DevTools):
`
li:nth-child(3) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(3) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 14: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<span class="sr-only">Telegram. Open in a new window</span>
`
XPath (use in browser DevTools):
`
a[href$="BcnAjuntament"] > .sr-only:nth-child(2)
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('a[href$="BcnAjuntament"] > .sr-only:nth-child(2)')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
Pattern 15: Affects 36 page(s) - 36 occurrence(s)
Scanner: axe
Rule: region
Impact: moderate
Issue: All page content should be contained by landmarks
HTML Pattern:
`html
<span class="sr-only">Whatsapp. Open in a new window</span>
`
XPath (use in browser DevTools):
`
li:nth-child(5) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('li:nth-child(5) > a[title="Open in a new window"][target="_blank"] > .sr-only:nth-child(2)')
5. The element will be highlighted
Affected Pages:
- https://barcelona.cat/en/living-in-bcn/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility
- https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council
- https://barcelona.cat/en
- https://barcelona.cat/en/catalan-national-day-2022
- ...and 31 more page(s)
---
💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
📊 Detailed Results
Complete scan results for all tested pages:
Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://barcelona.cat/ https://www.barcelona.cat/ca OK 200 yes 38756 35 45 209 21 294 El portal web oficial de Barcelona | Ajuntament de Barcelona
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)
axe failed rules: aria-progressbar-name, aria-prohibited-attr, button-name, color-contrast, frame-title, html-lang-valid, image-alt, landmark-no-duplicate-banner, landmark-unique, link-name, region, tabindex
Equal Access failed rules: aria_banner_single, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_landmark_name_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, img_alt_null, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, keyboard-accessible/tabindex, labels-and-names/frame-title, labels-and-names/label-title-only, landmarks/landmark-unique, landmarks/no-duplicate-banner, text-alternatives/img-alt
https://barcelona.cat/en/living-in-bcn/accessibility https://www.barcelona.cat/en/living-in-bcn/accessibility OK 200 yes 23026 24 16 178 23 174 Accessibility | Barcelona.cat | Barcelona City Council
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R85
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, keyboard-accessible/tabindex, landmarks/no-duplicate-banner, text-alternatives/img-alt
https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility https://www.barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/accessibility OK 200 yes 20433 24 13 150 8 137 Accessibility at beaches | Barcelona | Barcelona City Council
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R85
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: keyboard-accessible/tabindex, landmarks/no-duplicate-banner, text-alternatives/img-alt
https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council https://www.barcelona.cat/en/what-to-do-in-bcn/montjuic-park/find-out-about-montjuic-park-council OK 200 yes 20140 24 12 150 8 133 Montjuïc Park Council | Barcelona City Council
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R85
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse
AccessLint failed rules: keyboard-accessible/tabindex, landmarks/no-duplicate-banner, text-alternatives/img-alt
https://barcelona.cat/ca https://www.barcelona.cat/ca OK 200 yes 33243 35 42 219 21 305 El portal web oficial de Barcelona | Ajuntament de Barcelona
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)
axe failed rules: aria-progressbar-name, aria-prohibited-attr, button-name, color-contrast, frame-title, html-lang-valid, image-alt, landmark-no-duplicate-banner, landmark-unique, link-name, region, tabindex
Equal Access failed rules: aria_banner_single, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_landmark_name_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, img_alt_null, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, keyboard-accessible/tabindex, labels-and-names/frame-title, labels-and-names/label-title-only, landmarks/landmark-unique, landmarks/no-duplicate-banner, text-alternatives/img-alt
https://barcelona.cat/en https://www.barcelona.cat/en OK 200 yes 25113 35 40 4 4 285 The official Barcelona website | Barcelona City Council
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)
axe failed rules: aria-progressbar-name, aria-prohibited-attr, button-name, color-contrast, frame-title, html-lang-valid, image-alt, landmark-no-duplicate-banner, landmark-unique, link-name, region, tabindex
Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es https://www.barcelona.cat/es OK 202 yes 28712 70 3 212 4 96
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-progressbar-name, aria-prohibited-attr, button-name, color-contrast, frame-title, html-lang-valid, image-alt, landmark-no-duplicate-banner, landmark-unique, link-name, region, tabindex
Equal Access failed rules: aria_banner_single, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_landmark_name_unique, aria_region_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, img_alt_null, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/canelons https://www.barcelona.cat/ca/canelons OK 202 yes 15596 23 3 160 4 38
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/coneixbcn https://www.barcelona.cat/ca/coneixbcn OK 202 yes 16355 31 3 164 4 45
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/diada-nacional-de-catalunya-2022 https://www.barcelona.cat/ca/diada-nacional-de-catalunya-2022 OK 202 yes 15812 18 3 160 4 30
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/implicat https://www.barcelona.cat/ca/implicat OK 202 yes 19216 28 3 161 4 81
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/pagina-imatge-promocional https://www.barcelona.cat/ca/pagina-imatge-promocional OK 202 yes 14953 23 3 160 4 29
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/prova-video https://www.barcelona.cat/ca/prova-video OK 202 yes 15025 24 3 161 4 31
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn https://www.barcelona.cat/ca/que-pots-fer-a-bcn OK 202 yes 17498 28 3 162 4 89
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, image-redundant-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/treball-i-empresa https://www.barcelona.cat/ca/treball-i-empresa OK 202 yes 20413 28 3 186 4 58
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/viure-a-bcn https://www.barcelona.cat/ca/viure-a-bcn OK 202 yes 17620 30 3 164 4 57
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/catalan-national-day-2022 https://www.barcelona.cat/en/catalan-national-day-2022 OK 202 yes 15341 23 3 174 4 30
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/discoverbcn https://www.barcelona.cat/en/discoverbcn OK 202 yes 15964 31 3 163 4 43
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/getinvolved https://www.barcelona.cat/en/getinvolved OK 202 yes 19590 26 3 166 4 81
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/living-in-bcn https://www.barcelona.cat/en/living-in-bcn OK 202 yes 17274 30 3 155 4 56
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/pagina-exemple-mapa-sant-jordi https://www.barcelona.cat/en/pagina-exemple-mapa-sant-jordi OK 202 yes 14797 24 3 164 4 29
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: frame-title, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_title_exists, html_lang_exists, html_skipnav_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn https://www.barcelona.cat/en/what-to-do-in-bcn OK 202 yes 17641 29 3 164 4 89
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn https://www.barcelona.cat/es/conocebcn OK 202 yes 16716 30 3 167 4 43
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/diada-nacional-de-cataluna-2022 https://www.barcelona.cat/es/diada-nacional-de-cataluna-2022 OK 202 yes 9178 23 3 4 4 22
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/implicate https://www.barcelona.cat/es/implicate OK 202 yes 19878 26 3 163 4 81
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn https://www.barcelona.cat/es/que-hacer-en-bcn OK 202 yes 17332 27 3 161 4 88
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/trabajo-y-empresa https://www.barcelona.cat/es/trabajo-y-empresa OK 202 yes 21843 45 3 234 4 78
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn https://www.barcelona.cat/es/vivir-en-bcn OK 202 yes 18163 30 3 169 4 57
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/aviso-legal/banoasistido https://www.barcelona.cat/es/aviso-legal/banoasistido OK 202 yes 15155 23 3 160 4 36
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/blogoteca/condiciones-uso https://www.barcelona.cat/es/blogoteca/condiciones-uso OK 202 yes 15543 23 3 160 4 31
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn/la-ciutadella-del-conocimiento https://www.barcelona.cat/es/conocebcn/la-ciutadella-del-conocimiento OK 202 yes 18697 25 3 167 4 57
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/actividades-deportivas-organizadas-por-deportistas-federados https://www.barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/actividades-deportivas-organizadas-por-deportistas-federados OK 202 yes 16299 24 3 149 4 39
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/news https://www.barcelona.cat/en/what-to-do-in-bcn/montjuic-park/news OK 202 yes 17667 20 3 163 4 56
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_attribute_required, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/parks-and-gardens/belvederes https://www.barcelona.cat/en/what-to-do-in-bcn/parks-and-gardens/belvederes OK 202 yes 18364 24 3 168 4 60
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/discoverbcn/pics https://www.barcelona.cat/en/discoverbcn/pics OK 202 yes 24431 27 3 206 4 64
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, aria-hidden-focus, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_hidden_nontabbable, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn/vive-el-barrio https://www.barcelona.cat/es/vivir-en-bcn/vive-el-barrio OK 202 yes 16942 29 3 247 4 90
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: area-alt, aria-allowed-role, aria-command-name, frame-title, image-alt, image-redundant-alt, landmark-no-duplicate-banner, list, region, tabindex
Equal Access failed rules: a_text_purpose, area_alt_exists, aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_title_exists, html_lang_exists, html_skipnav_exists, imagemap_alt_exists, img_alt_valid, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_exists
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/viure-a-bcn/diada/transports-publics-durant-la-diada-2024 https://www.barcelona.cat/ca/viure-a-bcn/diada/transports-publics-durant-la-diada-2024 OK 202 yes 18197 26 3 163 4 43
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: empty-heading, frame-title, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, heading_content_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/magic-fountain/history https://www.barcelona.cat/en/what-to-do-in-bcn/magic-fountain/history OK 202 yes 16070 25 3 161 4 46
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, text_sensory_misuse, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn/ciutadelladelconocimiento/biblioteca-central https://www.barcelona.cat/es/conocebcn/ciutadelladelconocimiento/biblioteca-central OK 202 yes 15862 25 3 164 4 30
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/festes-majors https://www.barcelona.cat/en/what-to-do-in-bcn/festes-majors OK 202 yes 20058 74 3 178 4 95
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_quoted_correctly
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/viure-a-bcn/amb-nens-i-nenes/lleure/llistat-de-ludotecas https://www.barcelona.cat/ca/viure-a-bcn/amb-nens-i-nenes/lleure/llistat-de-ludotecas OK 202 yes 16910 24 3 128 4 56
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/parks-and-gardens/childrens-play-areas https://www.barcelona.cat/en/what-to-do-in-bcn/parks-and-gardens/childrens-play-areas OK 202 yes 9857 24 3 4 4 48
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/estiu/refrescat-a-les-piscines-municipals https://www.barcelona.cat/ca/que-pots-fer-a-bcn/estiu/refrescat-a-les-piscines-municipals OK 202 yes 20914 24 3 174 4 79
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/playa-de-sant-miquel https://www.barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/playa-de-sant-miquel OK 202 yes 17266 24 3 151 4 65
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/parcs-i-jardins/parcs-forestals https://www.barcelona.cat/ca/que-pots-fer-a-bcn/parcs-i-jardins/parcs-forestals OK 202 yes 16542 24 3 180 4 47
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/summer/outdoor-films https://www.barcelona.cat/en/what-to-do-in-bcn/summer/outdoor-films OK 202 yes 17828 74 3 185 4 62
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/zona-de-banos-del-forum https://www.barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/zona-de-banos-del-forum OK 202 yes 17087 24 3 152 4 60
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/discoverbcn/ciutadella-knowledge-hub/heritage-and-science-hub https://www.barcelona.cat/en/discoverbcn/ciutadella-knowledge-hub/heritage-and-science-hub OK 202 yes 16677 25 3 174 4 36
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/cultura/teatros https://www.barcelona.cat/es/que-hacer-en-bcn/cultura/teatros OK 202 yes 19733 24 3 176 4 78
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/capdesetmana/ca/ https://www.barcelona.cat/capdesetmana/ca/ OK 202 yes 15167 8 3 61 4 64
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: frame-title, heading-order, landmark-no-duplicate-banner, region, select-name, tabindex
Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_content_in_landmark, aria_descendant_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_title_exists, heading_content_exists, html_lang_exists, img_alt_valid, input_label_exists, input_label_visible, input_onchange_review, label_name_visible, script_select_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, widget_tabbable_exists
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn/diada https://www.barcelona.cat/es/vivir-en-bcn/diada OK 202 yes 17069 18 3 153 4 62
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/living-in-bcn/pets https://www.barcelona.cat/en/living-in-bcn/pets OK 202 yes 20165 28 3 197 4 44
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, aria-hidden-focus, color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_hidden_nontabbable, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/deporte-en-las-playas/pesca https://www.barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/deporte-en-las-playas/pesca OK 202 yes 15345 24 3 149 4 36
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/get-fit/sports-facilities https://www.barcelona.cat/en/what-to-do-in-bcn/get-fit/sports-facilities OK 202 yes 20779 24 3 170 4 190
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/esport-les-platges https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/esport-les-platges OK 202 yes 16389 24 3 151 4 47
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/cultura https://www.barcelona.cat/ca/que-pots-fer-a-bcn/cultura OK 202 yes 18886 33 3 160 4 67
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, link-name, region, tabindex
Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn/con-accesibilidad https://www.barcelona.cat/es/vivir-en-bcn/con-accesibilidad OK 202 yes 18338 24 3 178 4 49
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/montjuic-park/activities/list https://www.barcelona.cat/en/what-to-do-in-bcn/montjuic-park/activities/list OK 202 yes 21230 74 3 179 4 102
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_quoted_correctly
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn/medio-ambiente-y-sostenibilidad https://www.barcelona.cat/es/vivir-en-bcn/medio-ambiente-y-sostenibilidad OK 202 yes 18691 24 3 162 4 44
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/dogs-area https://www.barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/dogs-area OK 202 yes 9709 25 3 4 4 42
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/living-in-bcn/diada https://www.barcelona.cat/en/living-in-bcn/diada OK 202 yes 16844 24 3 153 4 65
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn/la-historia/la-barcino-romana https://www.barcelona.cat/es/conocebcn/la-historia/la-barcino-romana OK 202 yes 16099 24 3 156 4 47
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/culture/cinemas https://www.barcelona.cat/en/what-to-do-in-bcn/culture/cinemas OK 202 yes 19050 24 3 174 4 71
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/magic-fountain/choreographies-magic-fountain https://www.barcelona.cat/en/what-to-do-in-bcn/magic-fountain/choreographies-magic-fountain OK 202 yes 19948 28 3 154 4 43
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, image-alt, landmark-no-duplicate-banner, listitem, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn/con-ninos-y-ninas https://www.barcelona.cat/es/vivir-en-bcn/con-ninos-y-ninas OK 202 yes 18176 24 3 169 4 38
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/discoverbcn/la-ciutadella-knowledge-hub/news https://www.barcelona.cat/en/discoverbcn/la-ciutadella-knowledge-hub/news OK 202 yes 17379 26 3 167 4 43
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_attribute_required, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges OK 202 yes 19763 25 3 183 4 68
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, link-name, region, tabindex
Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, img_alt_null, img_alt_valid, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/platges-sense-residus https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/platges-sense-residus OK 202 yes 18054 25 3 158 4 45
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/parque-montjuic/noticias https://www.barcelona.cat/es/que-hacer-en-bcn/parque-montjuic/noticias OK 202 yes 17440 26 3 163 4 56
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_attribute_required, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/zona-de-banys-del-forum https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/zona-de-banys-del-forum OK 202 yes 17354 24 3 151 4 59
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/clubs-asociaciones-y-penas https://www.barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/clubs-asociaciones-y-penas OK 202 yes 19343 24 3 171 4 77
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/sant-sebastia-beach https://www.barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/sant-sebastia-beach OK 202 yes 16977 24 3 151 4 66
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/magic-fountain/how-it-works https://www.barcelona.cat/en/what-to-do-in-bcn/magic-fountain/how-it-works OK 202 yes 15996 25 3 154 4 41
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/historia-de-les-platges https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/historia-de-les-platges OK 202 yes 17826 25 3 159 4 50
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/fuente-magica/horarios-de-la-fuente-magica https://www.barcelona.cat/es/que-hacer-en-bcn/fuente-magica/horarios-de-la-fuente-magica OK 202 yes 17077 26 3 162 4 55
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: empty-table-header, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_accessiblename_exists, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/culture/theatres https://www.barcelona.cat/en/what-to-do-in-bcn/culture/theatres OK 202 yes 19102 24 3 177 4 77
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/cultura/auditoris https://www.barcelona.cat/ca/que-pots-fer-a-bcn/cultura/auditoris OK 202 yes 18946 24 3 172 4 67
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/sports-activities-organised-federated-athletes-entities https://www.barcelona.cat/en/what-to-do-in-bcn/bathing-and-beaches/sports-activities-organised-federated-athletes-entities OK 202 yes 10380 24 3 4 4 31
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn/la-ciutadella-del-conocimiento/noticias https://www.barcelona.cat/es/conocebcn/la-ciutadella-del-conocimiento/noticias OK 202 yes 17330 26 3 168 4 43
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-allowed-role, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_attribute_required, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/estiu/oficines-de-tramitacio-del-dni-i-passaport https://www.barcelona.cat/ca/que-pots-fer-a-bcn/estiu/oficines-de-tramitacio-del-dni-i-passaport OK 202 yes 18254 24 3 169 4 68
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/playa-de-somorrostro https://www.barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/playa-de-somorrostro OK 202 yes 17074 24 3 152 4 78
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/federaciones https://www.barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/federaciones OK 202 yes 19261 24 3 175 4 71
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/activitats-esportives-organitzades-amb-anim-de-lucre https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/activitats-esportives-organitzades-amb-anim-de-lucre OK 202 yes 16225 24 3 149 4 49
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/discoverbcn/ciutadella-knowledge-hub/greenhouse/history https://www.barcelona.cat/en/discoverbcn/ciutadella-knowledge-hub/greenhouse/history OK 202 yes 17037 25 3 168 4 33
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/posat-en-forma/installacions-esportives https://www.barcelona.cat/ca/que-pots-fer-a-bcn/posat-en-forma/installacions-esportives OK 202 yes 22066 24 3 174 4 192
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/llistat https://www.barcelona.cat/ca/que-pots-fer-a-bcn/llistat OK 202 yes 20719 74 3 171 4 129
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/summer/municipal-tax-office https://www.barcelona.cat/en/what-to-do-in-bcn/summer/municipal-tax-office OK 202 yes 17196 24 3 185 4 47
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/living-in-bcn/environment-and-sustainability/list-containers https://www.barcelona.cat/en/living-in-bcn/environment-and-sustainability/list-containers OK 202 yes 17275 24 3 162 4 56
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/living-in-bcn/catalan-national-day-2019/public-transport-11-september-2022-catalan-national-day https://www.barcelona.cat/en/living-in-bcn/catalan-national-day-2019/public-transport-11-september-2022-catalan-national-day OK 202 yes 20621 24 3 179 4 67
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-command-name, frame-title, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/barcelona-platja-platja https://www.barcelona.cat/ca/que-pots-fer-a-bcn/banys-i-platges/barcelona-platja-platja OK 202 yes 16738 24 3 153 4 51
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/historia-de-las-playas https://www.barcelona.cat/es/que-hacer-en-bcn/banos-y-playas/historia-de-las-playas OK 202 yes 17658 25 3 161 4 50
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/parques-y-jardines/parques-forestales https://www.barcelona.cat/es/que-hacer-en-bcn/parques-y-jardines/parques-forestales OK 202 yes 17353 24 3 180 4 47
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/vivir-en-bcn/con-personas-mayores/vivir-con-tranquilidad https://www.barcelona.cat/es/vivir-en-bcn/con-personas-mayores/vivir-con-tranquilidad OK 202 yes 16605 24 3 155 4 36
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/clubes https://www.barcelona.cat/es/que-hacer-en-bcn/ponte-en-forma/clubes OK 202 yes 21887 24 3 173 4 175
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/what-to-do-in-bcn/parks-and-gardens/history https://www.barcelona.cat/en/what-to-do-in-bcn/parks-and-gardens/history OK 202 yes 9449 25 3 4 4 31
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/que-hacer-en-bcn/parque-montjuic/conoce-el-consejo-del-parque-de-montjuic https://www.barcelona.cat/es/que-hacer-en-bcn/parque-montjuic/conoce-el-consejo-del-parque-de-montjuic OK 202 yes 15376 24 3 149 4 42
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/ca/viure-a-bcn/amb-nens-i-nenes https://www.barcelona.cat/ca/viure-a-bcn/amb-nens-i-nenes OK 202 yes 18757 24 3 168 4 38
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn/la-historia/la-barcelona-contemporanea https://www.barcelona.cat/es/conocebcn/la-historia/la-barcelona-contemporanea OK 202 yes 16405 24 3 156 4 42
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/en/discoverbcn/ciutadella-knowledge-hub/transformation-park https://www.barcelona.cat/en/discoverbcn/ciutadella-knowledge-hub/transformation-park OK 202 yes 16334 25 3 164 4 30
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: aria-required-children, image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_single
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
https://barcelona.cat/es/conocebcn/ciutadelladelconocimiento/polo-de-biociencia-del-csic https://www.barcelona.cat/es/conocebcn/ciutadelladelconocimiento/polo-de-biociencia-del-csic OK 202 yes 15218 24 3 158 4 31
ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R59, SIA-R87 (First focusable element is a skip link)
axe failed rules: image-alt, landmark-no-duplicate-banner, region, tabindex
Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one
Detailed Failure Information (ALFA)
https://barcelona.cat/
Rule: SIA-R11: Button elements have an accessible name
Failure 1:
- Message: The link does not have an accessible name
- HTML:
XPath: /a[@id="lupaCerca"]
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="bcnbrand-lang-toggle"]
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="bcnbrand-search-toggle"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="bcnbrand-shortcuts-toggle"]
Failure 4:
- Message: Target has insufficient size
- HTML:
...
XPath: /a[@class="url-info-carousel"]
Failure 5:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="slick-next slick-arrow"]
... and 14 more failures for this rule
Rule: SIA-R113
Failure 1:
- Message: Target has insufficient size and spacing
- HTML:
XPath: /a[@id="lupaCerca"]
Rule: SIA-R12: Links have an accessible name
Failure 1:
- Message: The button does not have an accessible name
- HTML:
XPath: /img
Failure 2:
- Message: The button does not have an accessible name
- HTML:
XPath: /button[@class="geoLocation"]
Failure 3:
- Message: The button does not have an accessible name
- HTML:
XPath: /button[@class="canviFons"]
Failure 4:
- Message: The button does not have an accessible name
- HTML:
XPath: /button[@class="mostraStreetView"]
Rule: SIA-R13
Failure 1:
- Message: The