Public accessibility assessment

Accessibility issues detected on cms-kh.cz

Evolize inspected 5 public pages on cms-kh.cz and detected 63 automatically identifiable accessibility findings.

63Findings detected
11WCAG criteria affected
5Pages inspected
1 Sep 2026Assessment date

Highest detected severity: Critical · 42 high-priority findings · 100% inspected-page coverage

Most widespread issueButtons have no accessible nameDetected on 5 inspected pages
Most affected page/shop41 findings detected
Most represented WCAG criterionWCAG 2.4.4 — Link Purpose (In Context)27 detected findings

Is cms-kh.cz your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on cms-kh.cz and detected 63 accessibility findings. The most widespread issue was "Buttons have no accessible name", detected on 5 inspected pages. The most affected inspected page was "/shop", where 41 findings were detected. The assessment identified findings mapped to 11 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. Critical

    Buttons have no accessible name

    WCAG 4.1.2 (A) · 5 inspected pages · 10 instances
    Why this matters

    Input buttons expose no accessible name, so their action cannot be determined by assistive technology.

    Recommended action

    To make this button accessible, add a value attribute with a descriptive text, such as 'Search' or 'Submit'. Alternatively, use an aria-label attribute to provide a text description of the button's purpose.

    View technical evidence →
  2. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 10 instances
    Why this matters

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

    Recommended action

    This link's only content is an image with no text alternative. Provide meaningful alternative text on the linked image (its alt attribute) that identifies the link's destination or purpose. The link points to /sites/default/files/images/fotogalerie/mlyny-hra/01.jpg.

    View technical evidence →
  3. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 8 instances
    Why this matters

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

    Recommended action

    Add text to the link that describes its purpose, or use an aria-label attribute to provide a text description of the link's destination. For example, <a href="/cesky-varhanni-festival" aria-label="Cesky varhanni festival">...

    View technical evidence →
  4. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 8 instances
    Why this matters

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

    Recommended action

    This link's only content is an image with no text alternative. Provide meaningful alternative text on the linked image (its alt attribute) that identifies the link's destination or purpose. The link points to /sites/default/files/images/fotogalerie/mlyny-hra/03.jpg.

    View technical evidence →
  5. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 6 instances
    Why this matters

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

    Recommended action

    Add accessible text to the link, either by adding text within the <a> tag or by using an aria-label attribute on the <a> tag. For example: <a href="/cesky-varhanni-festival" aria-label="Cesky varhanni festival">

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
2.4.4Link Purpose (In Context)A2733 / 5
1.1.1Non-text ContentA955 / 5
2.5.8Target Size (Minimum)AA955 / 5
1.4.3Contrast (Minimum)AA855 / 5
2.4.3Focus OrderA355 / 5
1.3.1Info and RelationshipsA255 / 5
1.4.10ReflowAA111 / 5
2.1.1KeyboardA111 / 5
2.1.2No Keyboard TrapA122 / 5
3.1.1Language of PageA155 / 5
4.1.2Name, Role, ValueA155 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Buttons have no accessible name

WCAG 4.1.2 (A)10 instances5 inspected pages

Input buttons expose no accessible name, so their action cannot be determined by assistive technology.

Why it matters

Input buttons expose no accessible name, so their action cannot be determined by assistive technology.

Recommended correction

To make this button accessible, add a value attribute with a descriptive text, such as 'Search' or 'Submit'. Alternatively, use an aria-label attribute to provide a text description of the button's purpose.

View 10 affected elements
Component · Ref K8BWA5
Affected pagehttps://www.cms-kh.cz/
Element#edit-submit
Markup
<input type="submit" onclick="return searchByPageClick();" id="edit-submit" name="op" value="" class="form-submit">
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)100 instances5 inspected pages

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

Why it matters

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

Recommended correction

Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

View 100 affected elements
Component · Ref 2VZVYQ
Affected pagehttps://www.cms-kh.cz/
Elementinput#edit-keys
Markup
<input type="text" id="edit-keys" name="keys" value="" size="30" maxlength="255" class="form-text">
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref V9GL2V
Affected pagehttps://www.cms-kh.cz/
Elementli#menu-575-2 > a
Accessible nameO muzeu
Markup
<a href="/o-muzeu" title="" class="sf-depth-1 menuparent sf-depth-1 menuparent">O muzeu</a>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref UEOQNY
Affected pagehttps://www.cms-kh.cz/
Elementdiv#mss2 > a
Markup
<a href="/cesky-varhanni-festival"><img src="/sites/default/files/images/intro/varhany-banner-web-26.jpg" data-src="varhany-banner-web-26.jpg"></a>
High

Page has no main landmark

WCAG 1.3.1 (A)10 instances5 inspected pages

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Why it matters

No <main> or role=main region is present, so screen reader users cannot jump to primary content.

Recommended correction

Add a <main> element or an element with role='main' to define the primary content region of the page, allowing screen reader users to jump to the main content.

View 10 affected elements
Component · Ref 8CXHCY
Affected pagehttps://www.cms-kh.cz/
Elementhtml > body
Accessible nameJump to Navigation       addLoadEvent(msslideshow2.load); České muzeum stříbra Kutná Hora Výstavy a akce 7. kutnohorský kulatý stůl - Cesty vědy, hranice víry 400 let od příchodu jezuitů do Kutné Hory Hrádek 17. 9., 9:30-16:00 Zrod varhanní píšťaly - nahlédněte do tajemství varhanářského řemesla Hrádek 17. 7., 14. 8. a 4. 9. 2026 od 16:30 hodin Český varhanní festival Hrádek pátek 3. 7., 17. 7. 31. 7, 14. 8., 28. 8., 4. 9., vždy od 18 hod. Lesk a bída. 300 let od poslední mince z Vlašského dvora Hrádek 17. 4. – 17. 11. Když kolovraty klapaly… Kamenný dům 1. 4. - 29. 11. 2026 Cesty vědy, hranice víry – 400 let od příchodu jezuitů do Kutné Hory Hrádek 4. 3. 2026 - 10. 1. 2027 Vernisáž 3. 3. 2026 KCD LIVE - Zašantročené věno Kamenný dům Kapesní únikovka jQuery(".view-vystavy-teaser .view-content").append("<div class='views-row views-row-fake'></div><div class='views-row views-row-fake'></div><div class='views-row views-row-fake'></div>"); Aktuality Otevírací doba 5. 9. Publikováno: 31. 8. 2026 V sobotu 5. září 2026 bude z technických důvodů muzeum na Hrádku otevřeno od 10 hod. Celá zpráva... Příměstský tábor "Tovaryšův vandr" 20.–24. 7. 2026 Publikováno: 6. 8. 2026 První turnus muzejního příměstského tábora Tovaryšův vandr je za námi! Táborníci si vyzkoušeli různá stará i novější řemesla – pracovali se dřevem, látkami i sádrou. Vyrobili truhly na nářadí, trička, panenky i vlastní sádrové medaile. Navštívili tvrz Malešov i zámek Kačina, na obou místech je čekal bohatý program. Děkujeme všem účastníkům za nádherný týden! Celá zpráva... Český varhanní festival je v polovině Publikováno: 3. 8. 2026 Český varhanní festival, který od začátku července hostí České muzeum stříbra v Rytířském sále Hrádku, má za sebou první polovinu programu. Tři výjimečné koncerty již přinesly posluchačům hudební zážitky. Festival pokračuje dalšími třemi večery až do 4. září. Celá zpráva... Mezinárodní den pletení Publikováno: 24. 6. 2026 V sobotu 13. června ožily schody kutnohorského Kamenného domu neobvyklým ruchem, když se zde sešly milovnice pletení, aby společně sdílely radost ze svého koníčku. Tuto akci, která je součástí Mezinárodního dne pletení na veřejnosti, uspořádalo České muzeum stříbra, čímž propojilo místní tvůrce s celosvětovou komunitou. Celá zpráva... Hrádek v Kutné Hoře ožil diskusemi o historii mincovnictví Publikováno: 24. 6. 2026 V úterý 4. června se prostory Hrádku, sídla Českého muzea stříbra, zaplnily odborníky i nadšenci do historie při příležitosti 6. Kutnohorského kulatého stolu. Letošní ročník byl tematicky zaměřen na kutnohorskou mincovnu v letech 1300–1726, což úzce navázalo na aktuální výstavu Lesk a bída. 300 let od poslední mince z Vlašského dvora, připomínající ukončení ražby v Kutné Hoře. Celá zpráva... Varhanní koncerty v Rytířském sále Hrádku Publikováno: 24. 6. 2026 České muzeum stříbra hostí od 3. července do 4. září 2026 sérii šesti varhanních koncertů v rámci Českého varhanního festivalu. V prostorách historického Rytířského sálu vystoupí přední čeští varhaníci, včetně světově uznávaného Jaroslava Tůmy. Série koncertů nabídne komorní a zároveň nevšední zážitek, který propojí výjimečnou interpretaci s geniem loci historické Kutné Hory. Celá zpráva... Zobrazit všechny aktuality Hlavní expozice Hrádek a středověký důl Hrádek a středověký důl duben a říjen 9.00 – 17.00květen, červen a září 9.00 – 18.00červenec a srpen 10.00 – 18.00březen a listopad: 9.00 - 17.00pondělí – zavřeno Rezervace prohlídek Další informace ... Kamenný dům Kamenný dům duben a říjen 9.00 – 17.00květen, červen a září 9.00 – 18.00červenec a srpen 10.00 – 18.00listopad: 10.00 - 16.00pondělí – zavřeno Další informace ... Tylův dům Tylův dům Z technických důvodů uzavřeno Další informace ... O muzeu »DokumentyGrafický programOn-line katalog sbírekProfilPříznivci a spolupracovníciRestaurované předmětySbírkaProjekty spolufinancované Evropskou uniíPro návštěvníky »Otevírací doba a vstupnéHrádekHrádek - on-line rezervaceKamenný důmTylův důmAktuality »AktualityTiskové zprávyPublikace »Knihy vydavatelství KuttnaTexty, články, videaVýstavy a akce »Výstavy a akceKalendář akcí 2026Virtuální výstavyFotogalerieSlužby »Badatelské službyInformační centrumKnihovnaOn-line katalog knihovnyNabídka prodejnyPro školyKontakty »AdresářKde nás najdeteStředočeská muzea ☰ MenuO muzeuDokumentyGrafický programOn-line katalog sbírekProfilPříznivci a spolupracovníciRestaurované předmětySbírkaProjekty spolufinancované Evropskou uniíPro návštěvníkyOtevírací doba a vstupnéHrádekHrádek - on-line rezervaceKamenný důmTylův důmAktualityAktualityTiskové zprávyPublikaceKnihy vydavatelství KuttnaTexty, články, videaVýstavy a akceVýstavy a akceKalendář akcí 2026Virtuální výstavyFotogalerieSlužbyBadatelské službyInformační centrumKnihovnaOn-line katalog knihovnyNabídka prodejnyPro školyKontaktyAdresářKde nás najdeteStředočeská muzea České muzeum stříbra,příspěvková organizace Barborská 28 284 01 Kutná Hora +420 733 420 366 +420 327 512 159 [email removed](informace o prohlídkách) On-line služby Rezervace prohlídek Katalog sbírek Katalog knihovny Členství v organizacích Partneři České muzeum stříbra je partner projektu Dostavba areálu lidových staveb v Kouřimi - fáze 1 České muzeum stříbra je partner projektu Rekonstrukce a dostavba hlavní budovy Regionálního muzea v Kolíně Ocenění České muzeum stříbra je držitelem ceny Český permon 2008 v kategorii záchrany technických památek. Prohlášení o přístupnosti © 2026 České muzeum stříbra, příspěvková organizace <!--//--><![CDATA[//><!-- window.eu_cookie_compliance_cookie_name = ""; //--><!]]> Nastavení soukromí K poskytování služeb a pro cílení reklamy používá…[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="html not-front not-logged-in one-sidebar sidebar-first page-node page-node- page-node-104 node-type-page i18n-cs section-homepage form-single-submit-processed lightbox-processed responsive-menus-load-processed eu-cookie-compliance-processed eu-cookie-compliance-popup-open eu-cookie-compliance-status-null">
  <div id="skip-link">
    <a href="#main-menu" class="element-invisible element-focusable">Jump to Navigation</a>
  </div>
    
<div id="page-wrapper"><div id="page">

  <div id="header"><div class="section clearfix">

          <a href="/" title="Domů" rel="home" id="logo"><im…
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
High

Page language is not declared

WCAG 3.1.1 (A)10 instances5 inspected pages

The document has no lang attribute, so assistive technology cannot select the correct pronunciation.

Why it matters

The document has no lang attribute, so assistive technology cannot select the correct pronunciation.

Recommended correction

Add a lang attribute to the <html> element, e.g. <html lang="en">.

View 10 affected elements
Component · Ref B97GTX
Affected pagehttps://www.cms-kh.cz/
Elementhtml
Accessible name// Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'granted' }); <!-- Google Tag Manager --> const cRe = new RegExp("cookie-agreed-categories=.*?;"); var ccat = document.cookie.match(cRe); if (ccat && ccat[0].indexOf("%5B%5D")<0) { if (ccat[0].indexOf("mark")>-1) { //console.log("marketing"); gtag('consent', 'update', { 'ad_user_data': 'granted', 'ad_storage': 'granted', 'ad_personalization': 'granted' }); } if (ccat[0].indexOf("personal")>-1) { //console.log("personalization"); gtag('consent', 'update', { 'functionality_storage': 'granted', 'personalization_storage': 'granted' }); } if (ccat[0].indexOf("anal")>-1) { //console.log("analytics"); gtag('consent', 'update', { 'analytics_storage': 'granted' }); } } else if (document.cookie.indexOf("cookie-agreed=2")>-1) { //console.log("all"); gtag('consent', 'update', { 'ad_user_data': 'granted', 'ad_personalization': 'granted', 'ad_storage': 'granted', 'analytics_storage': 'granted', 'functionality_storage': 'granted', 'personalization_storage': 'granted', 'security_storage': 'granted' }); } else { //console.log("none"); gtag('consent', 'update', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied' }); } if (document.cookie.indexOf("cookiee-agreed=0")>-1) { document.cookie = "cookie-agreed=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=cms-kh.cz"; } (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PH2CNS7K'); <!-- End Google Tag Manager --> České muzeum stříbra Kutná Hora - muzeum a středověký důl <!--//--><![CDATA[//><!-- var _paq = _paq || [];(function(){var u=(("https:" == document.location.protocol) ? "https://analytics.cms-kh.cz/" : "http://analytics.cms-kh.cz/");_paq.push(["setSiteId", "1"]);_paq.push(["setTrackerUrl", u+"matomo.php"]);_paq.push(["disableCookies"]);_paq.push(["trackPageView"]);_paq.push(["setIgnoreClasses", ["no-tracking","colorbox"]]);_paq.push(["enableLinkTracking"]);var d=document,g=d.createElement("script"),s=d.getElementsByTagName("script")[0];g.type="text/javascript";g.defer=true;g.async=true;g.src=u+"matomo.js";s.parentNode.insertBefore(g,s);})(); //--><!]]> <!--//--><![CDATA[//><!-- jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","setHasJsCookie":0,"ajaxPageState":{"theme":"cms_zen2","theme_token":"BeHMtaFImsT4JgtgIff2qXQJ593W0XhiwmY77u_iDH8","js":{"0":1,"sites\/all\/modules\/eu_cookie_compliance\/js\/eu_cookie_compliance.min.js":1,"sites\/all\/modules\/euccx\/js\/euccx.js":1,"sites\/all\/modules\/jquery_update\/replace\/jquery\/1.12\/jquery.min.js":1,"misc\/jquery-extend-3.4.0.js":1,"misc\/jquery-html-prefilter-3.5.0-backport.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/jquery_update\/js\/jquery_browser.js":1,"sites\/all\/modules\/eu_cookie_compliance\/js\/jquery.cookie-1.4.1.min.js":1,"misc\/form-single-submit.js":1,"public:\/\/languages\/cs_n-fMI1WdwagBmdn4H2T5bqy8os_cPzDcTkisg0CInug.js":1,"sites\/all\/modules\/lightbox2\/js\/lightbox.js":1,"sites\/all\/modules\/responsive_menus\/styles\/responsive_menus_simple\/js\/responsive_menus_simple.js":1,"sites\/all\/modules\/matomo\/matomo.js":1,"1":1,"sites\/all\/libraries\/superfish\/sftouchscreen.js":1,"sites\/all\/libraries\/superfish\/jquery.hoverIntent.minified.js":1,"sites\/all\/libraries\/superfish\/supposition.js":1,"sites\/all\/libraries\/superfish\/superfish.js":1,"sites\/all\/libraries\/superfish\/supersubs.js":1,"sites\/all\/modules\/superfish\/superfish.js":1,"sites\/all\/themes\/cms_zen2\/js\/script.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/lightbox2\/css\/lightbox.css":1,"modules\/locale\/locale.css":1,"sites\/all\/modules\/responsive_menus\/styles\/responsive_menus_simple\/css\/responsive_menus_simple.css":1,"sites\/all\/modules\/eu_cookie_compliance\/css\/eu_cookie_compliance.css":1,"sites\/all\/libraries\/superfish\/css\/superfish.css":1,"sites\/all\/libraries\/superfish\/style\/default.css":1,"public:\/\/ctools\/css\/f26c34f8f52ad4f3feb0f75483c8c000.css":1,"sites\/all\/themes\/cms_zen2\/css\/html-reset.css":1,"sites\/all\/themes\/cms_zen2\/css\/wireframes.css":1,"sites\/all\/themes\/cms_zen2\/css\/layout-liquid.css":1,"sites\/all\/themes\/cms_zen2\/css\/page-backgrounds.css":1,"sites\/all\/themes\/cms_zen2\/css\/tabs.css":1,"sites\/all\/themes\/cms_zen2\/css\/pages.css":1,"sites\/all\/themes\/cms_zen2\/css\/blocks.css":1,"sites\/all\/themes\/cms_zen2\/css\/navigation.css":1,"sites\/all\/themes\/cms_zen2\/css\/views-styles.css":1,"sites\/all\/themes\/cms_zen2\/css\/nodes.css":1,"sites\/all\/themes\/cms_zen2\/css\/comments.css":1,"sites\/all\/themes\/cms_zen2\/css\/forms.css":1,"sites\/all\/themes\/cms_zen2\/css\/fields.css":1,"sites\/all\/themes\/cms_zen2\/css\/print.css":1,"sites\/all\/themes\/cms_zen2\/css\/ie8.css":1,"sites\/all\/themes\/cms_zen2\/css\/ie9.css":1}},"lightbox2":{"rtl":"0","file_path":"\/(\\w\\w\/)public:\/","default_image":"\/sites\/all\/modules\/lightbox2\/images\/brokenimage.jpg","border_size":10,"font_color":"000","box_color":"fff","top_position":"","overlay_opacity":"0.8","overlay_color":"000","disable_close_click":1,"resize_sequence":0,"resize_speed":400,"fade_in_speed":400,"slide_down_speed":600,"use_alt_layout":0,"disable_resize":0,"disable_zoom":1,"force_show_nav":0,"show_caption":0,"loop_items":0,"node_link_text":"","node_link_target":0,"image_count":"Obr\u00e1zek !current z !total","video_count":"Video !current z !total","page_count":"Strana !current z !total","lite_press_x_close":"press \u003Ca href=\u0022#\u0022 onclick=\u0022hideLightbox(); return FALSE;\u0022\u003E\u003Ckbd\u003Ex\u003C\/kbd\u003E\u003C\/a\u003E to close","download_link_text":"","enable_login":false,"enable_contact":false,"keys_close":"c x 27","keys_previous":"p 37","keys_next":"n 39","keys_zoom":"z","keys_play_pause":"32","display_image_size":"original","image_node_sizes":"()","trigger_lightbox_classes":"","trigger_lightbox_group_classes":"","trigger_slideshow_classes":"","trigger_lightframe_classes":"","trigger_lightframe_group_classes":"","custom_class_handler":0,"custom_trigger_classes":"","disable_for_gallery_lists":1,"disable_for_acidfree_gallery_lists":true,"enable_acidfree_videos":true,"slideshow_interval":5000,"slideshow_automatic_start":true,"slideshow_automatic_exit":true,"show_play_pause":true,"pause_on_next_click":false,"pause_on_previous_click":true,"loop_slides":false,"iframe_width":900,"iframe_height":675,"iframe_border":1,"enable_video":0,"useragent":"Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/151.0.0.0 Safari\/537.36"},"responsive_menus":[{"toggler_text":"\u2630 Menu","selectors":["#superfish-2"],"media_size":"9999","media_unit":"px","absolute":"1","remove_attributes":"1","responsive_me…[truncated by Evolize: exceeded D1 value limit]
Markup
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" version="XHTML+RDFa 1.0" dir="ltr" class="js no-touch">
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
High

Images lack text alternatives

WCAG 1.1.1 (A)49 instances5 inspected pages

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Why it matters

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Recommended correction

Add alt text to the image tag to provide a text description of the image content. For example: <img src="https://tracker.metricool.com/c3po.jpg?hash=6abe15a3ac717950b0440e21959f5f90" alt="Image description">

View 49 affected elements
Component · Ref JWZM6G
Affected pagehttps://www.cms-kh.cz/
Elementbody > img
Markup
<img src="https://tracker.metricool.com/c3po.jpg?hash=6abe15a3ac717950b0440e21959f5f90">
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref AU95W1
Affected pagehttps://www.cms-kh.cz/
Elementimg[data-src$="varhany-banner-web-26.jpg"]
Markup
<img src="/sites/default/files/images/intro/varhany-banner-web-26.jpg" data-src="varhany-banner-web-26.jpg">
Affected pages/ /shop
Component · Ref 5X9RKJ
Affected pagehttps://www.cms-kh.cz/
Elementa[href="hradek-muzeum-a-stredoveky-dul"] > img
Markup
<img src="/sites/default/files/images/expo-hradek-d300.jpg">
Component · Ref MOE8UO
Affected pagehttps://www.cms-kh.cz/mlyny-hra
Elementdiv:nth-child(1) > a[target="_blank"] > img
Markup
<img src="/sites/default/files/images/fotogalerie/mlyny-hra/01_1.jpg">
Component · Ref A38CH4
Affected pagehttps://www.cms-kh.cz/shop
Element.views-row-18 > .views-field-field-thumbnail.views-field > .field-content > .lightbox-processed[rel="lightbox[field_thumbnail][]"][title=""] > img[width="209"][height="300"]
Markup
<img src="https://www.cms-kh.cz/sites/default/files/styles/300x300/public/2480.jpg?itok=PDbjFxnE" width="209" height="300">
Component · Ref 9XCPDV
Affected pagehttps://www.cms-kh.cz/mlyny-hra
Element.field-item > div > div:nth-child(3) > a[target="_blank"] > img
Markup
<img src="/sites/default/files/images/fotogalerie/mlyny-hra/03_1.jpg">
Component · Ref N6O04E
Affected pagehttps://www.cms-kh.cz/shop
Element.views-row-15 > .views-field-field-thumbnail.views-field > .field-content > .lightbox-processed[rel="lightbox[field_thumbnail][]"][title=""] > img[height="215"][width="300"]
Markup
<img src="https://www.cms-kh.cz/sites/default/files/styles/300x300/public/4011.jpg?itok=QYp0Hcby" width="300" height="215">
Component · Ref NOHTU4
Affected pagehttps://www.cms-kh.cz/shop
Element.views-row-6 > .views-field-field-thumbnail.views-field > .field-content > .lightbox-processed[rel="lightbox[field_thumbnail][]"][title=""] > img[width="210"][height="300"]
Markup
<img src="https://www.cms-kh.cz/sites/default/files/styles/300x300/public/5800.jpg?itok=6N9asO20" width="210" height="300">
Component · Ref JCRUJ4
Affected pagehttps://www.cms-kh.cz/shop
Element.views-row-11 > .views-field-field-thumbnail.views-field > .field-content > .lightbox-processed[rel="lightbox[field_thumbnail][]"][title=""] > img[height="215"][width="300"]
Markup
<img src="https://www.cms-kh.cz/sites/default/files/styles/300x300/public/118_0.jpg?itok=2tQqhoiW" width="300" height="215">
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)10 instances1 inspected page

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Why it matters

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Recommended correction

Add a tabindex attribute to the interactive element or replace it with a native HTML element that can receive keyboard focus, such as a button or anchor tag.

View 10 affected elements
Component · Ref FVT05N
Affected pagehttps://www.cms-kh.cz/
Elementli#msspitem1
Markup
<li id="msspitem1" onclick="msslideshow2.show(&quot;1&quot;);" class="selected">&nbsp;</li>
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)60 instances5 inspected pages

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

Why it matters

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

Recommended correction

To improve the legibility of the button text, increase the contrast between the text color and the background color. You can do this by changing the CSS styles for the .agree-button class to use a color combination that meets the minimum contrast ratio thresholds as defined by the Web Content Accessibility Guidelines (WCAG 2.1).

View 60 affected elements
Component · Ref 7YB5GQ
Affected pagehttps://www.cms-kh.cz/eng/contacts
Element.agree-button
Accessible namePřijmout vše
Markup
<button type="button" class="agree-button eu-cookie-compliance-default-button">Přijmout vše</button>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref RD3WP2
Affected pagehttps://www.cms-kh.cz/
Element#popup-text > h2
Accessible nameK poskytování služeb a pro cílení reklamy používáme soubory cookie
Markup
<h2>K poskytování služeb a pro cílení reklamy používáme soubory cookie</h2>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref M45ZON
Affected pagehttps://www.cms-kh.cz/eng/contacts
Element.eu-cookie-compliance-save-preferences-button
Accessible nameUložit předvolby
Markup
<button type="button" class="eu-cookie-compliance-save-preferences-button">Uložit předvolby</button>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref X1DE3C
Affected pagehttps://www.cms-kh.cz/
Element#edit-submit
Markup
<input type="submit" onclick="return searchByPageClick();" id="edit-submit" name="op" value="" class="form-submit">
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref BYGBRT
Affected pagehttps://www.cms-kh.cz/eng/contacts
Element.eu-cookie-compliance-category:nth-child(2) > .eu-cookie-compliance-category-description
Accessible nameSlouží k odesílání údajů o uživatelích souvisejících s cílenými reklamami
Markup
<div class="eu-cookie-compliance-category-description">Slouží k odesílání údajů o uživatelích souvisejících s cílenými reklamami </div>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref ULISVS
Affected pagehttps://www.cms-kh.cz/
Elementdiv[data-href="hradek-muzeum-a-stredoveky-dul"] > p:nth-child(2) > strong
Accessible namepondělí – zavřeno
Markup
<strong>pondělí – zavřeno</strong>
Component · Ref DZ3VP1
Affected pagehttps://www.cms-kh.cz/
Elementdiv[data-href="hradek-muzeum-a-stredoveky-dul"] > p:nth-child(2)
Accessible nameduben a říjen 9.00 – 17.00květen, červen a září 9.00 – 18.00červenec a srpen 10.00 – 18.00březen a listopad: 9.00 - 17.00pondělí – zavřeno
Markup
<p>duben a říjen 9.00 – 17.00<br>květen, červen a září 9.00 – 18.00<br>červenec a srpen 10.00 – 18.00<br>březen a listopad: 9.00 - 17.00<br><strong>pondělí – zavřeno</strong></p>
Component · Ref B5Z7H7
Affected pagehttps://www.cms-kh.cz/
Element.front.face > h2 > a[href="hradek-muzeum-a-stredoveky-dul"]
Accessible nameHrádek a středověký důl
Markup
<a href="hradek-muzeum-a-stredoveky-dul">Hrádek a středověký důl</a>
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)10 instances5 inspected pages

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Why it matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap the content in a landmark region such as a header, nav, main, footer, or aside to enable assistive technology users to navigate to it via landmark navigation. For example, add a role attribute to the parent element of the content, like this: <div role="main">...content...</div>

View 10 affected elements
Component · Ref G54F42
Affected pagehttps://www.cms-kh.cz/eng/contacts
Elementdiv > div > div > div > div > h3
Accessible nameCzech Museum of Silver, allowance organization
Markup
<h3>Czech Museum of Silver, allowance organization</h3>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)72 instances5 inspected pages

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

Why it matters

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

Recommended correction

To fix this issue, increase the size of the touch target to at least 24x24 pixels. You can do this by adding padding or increasing the font size of the interactive element. For example, you can add the following CSS rule: `.element-focusable { padding: 10px; }`

View 72 affected elements
Component · Ref I63I0T
Affected pagehttps://www.cms-kh.cz/eng/contacts
Elementdiv#skip-link > a
Accessible nameJump to Navigation
Markup
<a href="#main-menu" class="element-invisible element-focusable">Jump to Navigation</a>
Affected pages/ /eng/contacts /cookies /shop /mlyny-hra
Component · Ref GU1T5O
Affected pagehttps://www.cms-kh.cz/eng/contacts
Elementdiv > div > div > div > div > a:nth-of-type(2)
Accessible name[email removed]
Markup
<a href="mailto:[email removed]">[email removed]</a>
Affected pages/ /eng/contacts /shop /mlyny-hra
Component · Ref DNQL1P
Affected pagehttps://www.cms-kh.cz/
Elementdiv#block-views-aktuality-frontpage-block > div > div > div:nth-of-type(2) > p > a
Accessible nameZobrazit všechny aktuality
Markup
<a href="/aktuality">Zobrazit všechny aktuality</a>
Affected pages/ /eng/contacts
Component · Ref DUBI4P
Affected pagehttps://www.cms-kh.cz/cookies
Elementdiv#block-block-5 > div > p:nth-of-type(1) > a
Accessible nameProhlášení o přístupnosti
Markup
<a href="/prohlaseni-o-pristupnosti">Prohlášení o přístupnosti</a>
Affected pages/cookies /mlyny-hra
Component · Ref 8LFAY9
Affected pagehttps://www.cms-kh.cz/cookies
Elementinput#cookie-category-anal
Markup
<input type="checkbox" name="cookie-categories" id="cookie-category-anal" value="anal">
Affected pages/cookies /mlyny-hra
Component · Ref ADXD2H
Affected pagehttps://www.cms-kh.cz/cookies
Elementdiv > div > div > ul > li:nth-of-type(1) > a
Accessible namezde
Markup
<a href="https://policies.google.com/privacy" target="_blank">zde</a>
Component · Ref OUZEWD
Affected pagehttps://www.cms-kh.cz/
Elementdiv:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(3) > span > p > a
Accessible nameCelá zpráva...
Markup
<a href="/oteviraci-doba-5-9">Celá zpráva...</a>
Component · Ref JTG9FF
Affected pagehttps://www.cms-kh.cz/cookies
Elementdiv#block-locale-language > div > ul > li:nth-of-type(1) > a
Accessible nameČeština
Markup
<a href="/cookies" class="language-link active" xml:lang="cs" title="Cookies"><img class="language-icon" src="https://www.cms-kh.cz/sites/all/modules/languageicons/flags/cs.png" width="16" height="12" alt="Čeština" title="Čeština"></a>
Medium

Touch targets are too small

WCAG 2.5.8 (AA)12 instances4 inspected pages

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

Why it matters

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

Recommended correction

To fix this issue, ensure the interactive control has a minimum size of 24x24 pixels. You can achieve this by adding padding or increasing the font size of the text within the control. For example, add 'padding: 5px' or 'font-size: 18px' to the CSS styles of the element.

View 12 affected elements
Component · Ref IXXGF3
Affected pagehttps://www.cms-kh.cz/cookies
Elementp:nth-child(1) > a[href$="rezervace.cms-kh.cz"]
Accessible nameRezervace prohlídek
Markup
<a href="https://rezervace.cms-kh.cz"><strong style="text-transform: uppercase">Rezervace prohlídek</strong></a>
Affected pages/ /cookies /shop /mlyny-hra
Medium

Keyboard focus may be trapped

WCAG 2.1.2 (A)2 instances2 inspected pages

Repeated Tab presses did not move focus through the page as expected — focus appears to cycle within a small set of elements, which can strand keyboard users. Requires manual confirmation.

Why it matters

Repeated Tab presses did not move focus through the page as expected — focus appears to cycle within a small set of elements, which can strand keyboard users. Requires manual confirmation.

Recommended correction

Ensure that the keyboard focus can move through all interactive elements on the page in a logical order. Check for elements that may be capturing focus and not releasing it, and modify the code to allow focus to move freely. Consider implementing a mechanism to prevent focus from being trapped, such as using the 'tabindex' attribute or managing focus programmatically.

View 2 affected elements
Component · Ref N9GWPQ
Affected pagehttps://www.cms-kh.cz/
Elementa
Markup
<a></a>
Affected pages/ /shop
Medium

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)1 instance1 inspected page

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Why it matters

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Recommended correction

To fix this issue, ensure that the content on the page is able to reflow and adapt to different screen sizes, particularly on mobile devices. This can be achieved by using responsive design techniques, such as using relative units for sizing and positioning elements, and avoiding fixed widths. Additionally, consider using CSS media queries to apply different styles based on the screen size.

View 1 affected element
Component · Ref X3PQ4J
Affected pagehttps://www.cms-kh.cz/mlyny-hra
Elementhtml
Accessible name// Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'granted' }); <!-- Google Tag Manager --> const cRe = new RegExp("cookie-agreed-categories=.*?;"); var ccat = document.cookie.match(cRe); if (ccat && ccat[0].indexOf("%5B%5D")<0) { if (ccat[0].indexOf("mark")>-1) { //console.log("marketing"); gtag('consent', 'update', { 'ad_user_data': 'granted', 'ad_storage': 'granted', 'ad_personalization': 'granted' }); } if (ccat[0].indexOf("personal")>-1) { //console.log("personalization"); gtag('consent', 'update', { 'functionality_storage': 'granted', 'personalization_storage': 'granted' }); } if (ccat[0].indexOf("anal")>-1) { //console.log("analytics"); gtag('consent', 'update', { 'analytics_storage': 'granted' }); } } else if (document.cookie.indexOf("cookie-agreed=2")>-1) { //console.log("all"); gtag('consent', 'update', { 'ad_user_data': 'granted', 'ad_personalization': 'granted', 'ad_storage': 'granted', 'analytics_storage': 'granted', 'functionality_storage': 'granted', 'personalization_storage': 'granted', 'security_storage': 'granted' }); } else { //console.log("none"); gtag('consent', 'update', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied' }); } if (document.cookie.indexOf("cookiee-agreed=0")>-1) { document.cookie = "cookie-agreed=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=cms-kh.cz"; } (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PH2CNS7K'); <!-- End Google Tag Manager --> Soutěž | České muzeum stříbra Kutná Hora <!--//--><![CDATA[//><!-- var _paq = _paq || [];(function(){var u=(("https:" == document.location.protocol) ? "https://analytics.cms-kh.cz/" : "http://analytics.cms-kh.cz/");_paq.push(["setSiteId", "1"]);_paq.push(["setTrackerUrl", u+"matomo.php"]);_paq.push(["disableCookies"]);_paq.push(["trackPageView"]);_paq.push(["setIgnoreClasses", ["no-tracking","colorbox"]]);_paq.push(["enableLinkTracking"]);var d=document,g=d.createElement("script"),s=d.getElementsByTagName("script")[0];g.type="text/javascript";g.defer=true;g.async=true;g.src=u+"matomo.js";s.parentNode.insertBefore(g,s);})(); //--><!]]> <!--//--><![CDATA[//><!-- jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","setHasJsCookie":0,"ajaxPageState":{"theme":"cms_zen2","theme_token":"2M2_3LkwpUl_QbIMCl-JibIu2UFf3Xu5-OwHQPaWRMw","js":{"0":1,"sites\/all\/modules\/eu_cookie_compliance\/js\/eu_cookie_compliance.min.js":1,"sites\/all\/modules\/euccx\/js\/euccx.js":1,"sites\/all\/modules\/jquery_update\/replace\/jquery\/1.12\/jquery.min.js":1,"misc\/jquery-extend-3.4.0.js":1,"misc\/jquery-html-prefilter-3.5.0-backport.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/modules\/jquery_update\/js\/jquery_browser.js":1,"sites\/all\/modules\/eu_cookie_compliance\/js\/jquery.cookie-1.4.1.min.js":1,"misc\/form-single-submit.js":1,"public:\/\/languages\/cs_n-fMI1WdwagBmdn4H2T5bqy8os_cPzDcTkisg0CInug.js":1,"sites\/all\/modules\/lightbox2\/js\/lightbox.js":1,"sites\/all\/modules\/responsive_menus\/styles\/responsive_menus_simple\/js\/responsive_menus_simple.js":1,"sites\/all\/modules\/matomo\/matomo.js":1,"1":1,"sites\/all\/libraries\/superfish\/sftouchscreen.js":1,"sites\/all\/libraries\/superfish\/jquery.hoverIntent.minified.js":1,"sites\/all\/libraries\/superfish\/supposition.js":1,"sites\/all\/libraries\/superfish\/superfish.js":1,"sites\/all\/libraries\/superfish\/supersubs.js":1,"sites\/all\/modules\/superfish\/superfish.js":1,"sites\/all\/themes\/cms_zen2\/js\/script.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/field\/theme\/field.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/lightbox2\/css\/lightbox.css":1,"modules\/locale\/locale.css":1,"sites\/all\/modules\/responsive_menus\/styles\/responsive_menus_simple\/css\/responsive_menus_simple.css":1,"sites\/all\/modules\/eu_cookie_compliance\/css\/eu_cookie_compliance.css":1,"sites\/all\/libraries\/superfish\/css\/superfish.css":1,"sites\/all\/libraries\/superfish\/style\/default.css":1,"public:\/\/ctools\/css\/f26c34f8f52ad4f3feb0f75483c8c000.css":1,"sites\/all\/themes\/cms_zen2\/css\/html-reset.css":1,"sites\/all\/themes\/cms_zen2\/css\/wireframes.css":1,"sites\/all\/themes\/cms_zen2\/css\/layout-liquid.css":1,"sites\/all\/themes\/cms_zen2\/css\/page-backgrounds.css":1,"sites\/all\/themes\/cms_zen2\/css\/tabs.css":1,"sites\/all\/themes\/cms_zen2\/css\/pages.css":1,"sites\/all\/themes\/cms_zen2\/css\/blocks.css":1,"sites\/all\/themes\/cms_zen2\/css\/navigation.css":1,"sites\/all\/themes\/cms_zen2\/css\/views-styles.css":1,"sites\/all\/themes\/cms_zen2\/css\/nodes.css":1,"sites\/all\/themes\/cms_zen2\/css\/comments.css":1,"sites\/all\/themes\/cms_zen2\/css\/forms.css":1,"sites\/all\/themes\/cms_zen2\/css\/fields.css":1,"sites\/all\/themes\/cms_zen2\/css\/print.css":1,"sites\/all\/themes\/cms_zen2\/css\/ie8.css":1,"sites\/all\/themes\/cms_zen2\/css\/ie9.css":1}},"lightbox2":{"rtl":"0","file_path":"\/(\\w\\w\/)public:\/","default_image":"\/sites\/all\/modules\/lightbox2\/images\/brokenimage.jpg","border_size":10,"font_color":"000","box_color":"fff","top_position":"","overlay_opacity":"0.8","overlay_color":"000","disable_close_click":1,"resize_sequence":0,"resize_speed":400,"fade_in_speed":400,"slide_down_speed":600,"use_alt_layout":0,"disable_resize":0,"disable_zoom":1,"force_show_nav":0,"show_caption":0,"loop_items":0,"node_link_text":"","node_link_target":0,"image_count":"Obr\u00e1zek !current z !total","video_count":"Video !current z !total","page_count":"Strana !current z !total","lite_press_x_close":"press \u003Ca href=\u0022#\u0022 onclick=\u0022hideLightbox(); return FALSE;\u0022\u003E\u003Ckbd\u003Ex\u003C\/kbd\u003E\u003C\/a\u003E to close","download_link_text":"","enable_login":false,"enable_contact":false,"keys_close":"c x 27","keys_previous":"p 37","keys_next":"n 39","keys_zoom":"z","keys_play_pause":"32","display_image_size":"original","image_node_sizes":"()","trigger_lightbox_classes":"","trigger_lightbox_group_classes":"","trigger_slideshow_classes":"","trigger_lightframe_classes":"","trigger_lightframe_group_classes":"","custom_class_handler":0,"custom_trigger_classes":"","disable_for_gallery_lists":1,"disable_for_acidfree_gallery_lists":true,"enable_acidfree_videos":true,"slideshow_interval":5000,"slideshow_automatic_start":true,"slideshow_automatic_exit":true,"show_play_pause":true,"pause_on_next_click":false,"pause_on_previous_click":true,"loop_slides":false,"iframe_width":900,"iframe_height":675,"iframe_border":1,"enable_video":0,"useragent":"EvolizeScanner\/0.1 (+https:\/\/evolize.com\/scanner)"},"responsive_menus":[{"toggler_text":"\u2630 Menu","selectors":["#superfish-2"],"media_size":"9999","media_unit":"px","absolute":"1","remove_attributes":"1","responsive_menus_style":"responsive_menus_simple"}],"eu_cookie_compliance":{"cookie_policy_vers…[truncated by Evolize: exceeded D1 value limit]
Markup
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" version="XHTML+RDFa 1.0" dir="ltr" class="js no-touch"><head profile="http://www.w3.org/1999/xhtml/vocab">
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-PP8PTDEWKD&amp;cx=c&amp;gtm=4e68s1"></script><script type="text/javascript" defer="" async="" src="https://analytics.cms-kh.cz/matomo.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-PH2CNS7K"></script><script>
// Define dataLayer and the gtag function.
window.dataLayer = window.dataLayer || [];
function gtag()…

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.