Public accessibility assessment

Accessibility issues detected on mgok-frampol.pl

Evolize inspected 5 public pages on mgok-frampol.pl and detected 30 automatically identifiable accessibility findings.

30Findings detected
10WCAG criteria affected
5Pages inspected
2 Sep 2026Assessment date

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

Most widespread issueEmbedded frames lack descriptive titlesDetected on 4 inspected pages
Most affected page/46 findings detected
Most represented WCAG criterionWCAG 2.5.8 — Target Size (Minimum)7 detected findings

Is mgok-frampol.pl 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 mgok-frampol.pl and detected 30 accessibility findings. The most widespread issue was "Embedded frames lack descriptive titles", detected on 4 inspected pages. The most affected inspected page was "/", where 46 findings were detected. The assessment identified findings mapped to 10 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

    Embedded frames lack descriptive titles

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

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a descriptive title attribute to the iframe element, e.g., <iframe title="Google Maps" ...>

    View technical evidence →
  2. Critical

    Embedded frames lack descriptive titles

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

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a title attribute to the iframe element to provide a descriptive title, such as <iframe title="Weather forecast for Frampol">

    View technical evidence →
  3. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 18 instances
    Why this 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 action

    To fix this issue, ensure that the input element is either visible when it receives focus or is removed from the tab order by setting the 'tabindex' attribute to '-1' or by using 'display: none;' or 'visibility: hidden;' CSS properties. Alternatively, consider using 'opacity: 0;' or 'position: absolute; left: -9999px;' to hide the element while keeping it accessible to screen readers.

    View technical evidence →
  4. High

    Page has no main landmark

    WCAG 1.3.1 (A) · 5 inspected pages · 9 instances
    Why this matters

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

    Recommended action

    Add a <main> element or an element with role="main" to the page to define the primary content region. This will allow screen reader users to jump directly to the main content.

    View technical evidence →
  5. High

    Form fields use placeholder text as the only label

    WCAG 1.3.1 (A) · 5 inspected pages · 9 instances
    Why this matters

    Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

    Recommended action

    Add a visible label to the form field, using the 'label' HTML element, and associate it with the input field using the 'for' attribute. For example: <label for='search-field'>Szukaj</label> <input type='text' id='search-field' placeholder='Szukaj' class='s field' name='s'>

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
2.5.8Target Size (Minimum)AA744 / 5
2.4.3Focus OrderA644 / 5
1.3.1Info and RelationshipsA444 / 5
1.4.3Contrast (Minimum)AA444 / 5
4.1.2Name, Role, ValueA444 / 5
1.4.1Use of ColorA244 / 5
2.1.1KeyboardA244 / 5
2.2.2Pause, Stop, HideA244 / 5
1.1.1Non-text ContentA111 / 5
3.3.2Labels or InstructionsA144 / 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

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)18 instances4 inspected pages

An <iframe> has no title, so its purpose is not announced to assistive technology.

Why it matters

An <iframe> has no title, so its purpose is not announced to assistive technology.

Recommended correction

Add a descriptive title attribute to the iframe element, e.g., <iframe title="Google Maps" ...>

View 18 affected elements
Component · Ref BXLIYJ
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Elementiframe[width="660"]
Markup
<iframe src="https://www.google.c..." width="660" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0">
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
Component · Ref XGEWCU
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Element#tp-widget-forecast-default
Markup
<iframe id="tp-widget-forecast-default" frameborder="no" src="https://widget.twojapogoda.pl/default/dark/111310" scrolling="no"></iframe>
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)9 instances4 inspected pages

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the ARIA attributes used on the carousel buttons and ensure only permitted attributes are used. Check the WAI-ARIA specification for allowed attributes based on the element's role.

View 9 affected elements
Component · Ref QCKXR7
Affected pagehttps://mgok-frampol.pl/
Element.soliloquy-controls-direction
Accessible namecarousel buttons
Markup
<div class="soliloquy-controls-direction" aria-label="carousel buttons" aria-controls="soliloquy-container-350"><a class="soliloquy-prev" href="" tabindex="0" aria-label="previous"><span></span></a><a class="soliloquy-next" href="" tabindex="0" aria-label="next"><span></span></a></div>
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)118 instances4 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 accessibility, consider increasing the contrast between the text color and background color. This can be achieved by adjusting the CSS styles for the element with the class 'entry-date published updated'. For example, you could change the text color or background color to have a higher contrast ratio, which is at least 4.5:1 for normal text.

View 118 affected elements
Component · Ref P2R9EC
Affected pagehttps://mgok-frampol.pl/
Elementtime[datetime="2026-09-01T13:43:23+02:00"]
Accessible name1 września 2026
Markup
<time class="entry-date published updated" datetime="2026-09-01T13:43:23+02:00">1 września 2026</time>
Affected pages/ / /category/bez-kategorii
Component · Ref P7SHLZ
Affected pagehttps://mgok-frampol.pl/
Element#post-8811 > .article-content.clearfix > .below-entry-meta > .byline > .author.vcard > .url.fn.n
Accessible nameAnna Oleszczak
Markup
<a class="url fn n" href="https://mgok-frampol.pl/author/aoleszczak/" title="Anna Oleszczak">Anna Oleszczak					</a>
Affected pages/ / /category/bez-kategorii
Component · Ref TRA2SN
Affected pagehttps://mgok-frampol.pl/
Elementtime[datetime="2026-09-01T14:57:53+02:00"]
Accessible name1 września 2026
Markup
<time class="entry-date published" datetime="2026-09-01T14:57:53+02:00">1 września 2026</time>
Affected pages/ / /category/bez-kategorii
Component · Ref GOIORE
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Element#tp-widget-flink-default
Accessible nameGodzina po godzinie
Markup
<a id="tp-widget-flink-default" href="https://www.twojapogoda.pl/prognoza-godzinowa-polska/lubelskie-frampol/" target="_blank" rel="nofollow noopener" title="Frampol - prognoza godzinowa">Godzina po godzinie</a>
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
High

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)9 instances4 inspected pages

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

To fix this issue, ensure that all IDs used in ARIA attributes and labels are unique within the document. In this case, the ID 'soliloquy-container-350' is duplicated. Update the HTML to use distinct IDs for each element.

View 9 affected elements
Component · Ref YJ33SI
Affected pagehttps://mgok-frampol.pl/
Element.custom-html-widget.textwidget > .soliloquy-container.soliloquy-transition-fade.soliloquy-theme-base
Accessible name123
Markup
<div aria-live="polite" id="soliloquy-container-350" class="soliloquy-container soliloquy-transition-fade  soliloquy-theme-base" style="max-width: 1280px; max-height: 640px; height: auto; background-image: none;">
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)82 instances4 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

To fix this issue, ensure that the input element is either visible when it receives focus or is removed from the tab order by setting the 'tabindex' attribute to '-1' or by using 'display: none;' or 'visibility: hidden;' CSS properties. Alternatively, consider using 'opacity: 0;' or 'position: absolute; left: -9999px;' to hide the element while keeping it accessible to screen readers.

View 82 affected elements
Component · Ref DMSUDD
Affected pagehttps://mgok-frampol.pl/
Elementdiv:nth-of-type(2) > div > div > form > div > input
Markup
<input type="text" placeholder="Szukaj" class="s field" name="s">
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
Component · Ref NPKIWJ
Affected pagehttps://mgok-frampol.pl/
Elementli#menu-item-345 > a
Accessible nameOgłoszenia
Markup
<a href="https://mgok-frampol.pl/ogloszenia/">Ogłoszenia</a>
Affected pages/ /category/bez-kategorii /kolo-szachowe /layout
Component · Ref L47U3F
Affected pagehttps://mgok-frampol.pl/
Elementdiv#soliloquy-container-350 > div > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > a
Accessible name1
Markup
<a href="" data-slide-index="0" class="soliloquy-pager-link active" tabindex="0"><span>1</span></a>
Affected pages/ /category/bez-kategorii /kolo-szachowe /layout
Component · Ref PZ62LR
Affected pagehttps://mgok-frampol.pl/
Elementarticle#post-8811 > div:nth-of-type(2) > div:nth-of-type(1) > span > a
Accessible nameBez kategorii
Markup
<a href="https://mgok-frampol.pl/category/bez-kategorii/" rel="category tag">Bez kategorii</a>
Affected pages/ / /category/bez-kategorii
Component · Ref 2MDHIZ
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Elementdiv#album_gallery_6499 > div:nth-of-type(2) > a
Accessible name003-527×1024
Markup
<a href="https://mgok-frampol.pl/wp-content/uploads/2025/01/003-527x1024-1.jpg					" class="swipebox-6499" title="003-527×1024">
						<div class="group">
							<div class="stack twisted animated wobble">
								<img src="https://mgok-frampol.pl/wp-content/uploads/2025/01/003-527x1024-1-154x300.jpg" alt="003-527×1024">
							</div>
						</div>
					</a>
High

Page has no main landmark

WCAG 1.3.1 (A)9 instances4 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 the page to define the primary content region. This will allow screen reader users to jump directly to the main content.

View 9 affected elements
Component · Ref 26ZOO6
Affected pagehttps://mgok-frampol.pl/
Elementhtml > body
Accessible nameSkip to content Open toolbar Narzędzia ułatwień dostępu Zwiększ tekst Zmniejsz tekst Skala szarości Wysoki kontrast Kontrast ujemny Jasne tło Podkreślenie linków Czytelna czcionka Reset Skip to content MGOK- Frampol MGOK- Frampol 123<style type="text/css">#soliloquy-container-350{opacity:1}</style> Ogłoszenia O nas Nasze grupy Biblioteka IMPREZY Kontakt RODO Deklaracja dostępności <style type="text/css">#soliloquy-container-350{opacity:1}</style> Bez kategorii  ZAPRASZAMY 1 września 20261 września 2026 Anna Oleszczak Zapraszamy mieszkańców Gminy Frampol i okolic – 13 września 2026 – godz. 12.15 Złożenie wieńców pod Pomnikiem Odzyskania Niepodległości we Czytaj dalej Bez kategorii  Dożynki Powiatowe Tereszpol 2026 1 września 2026 Anna Oleszczak W ostatnią niedzielę sierpnia mieszkańcy regionu, rolnicy, samorządowcy oraz zaproszeni goście zgromadzili się, aby podziękować za tegoroczne plony, trud i Czytaj dalej Bez kategorii  Kino plenerowe 2026 1 września 2026 Anna Oleszczak Dziękujemy za Państwa obecność! Do zobaczenia na kolejnych wydarzeniach. Polecamy: Projekcje Kina Plenerowego – Agencja Positive Czytaj dalej Bez kategorii  Zapisy na sezon 2026/2027 ! 1 września 202626 sierpnia 2026 Anna Oleszczak Zapraszamy do zapoznania się z ofertą zajęć na nowy sezon 2026/2027. Zapisy trwają do 30 września, liczba miejsc ograniczona ! Czytaj dalej Bez kategorii  Zachęcamy do udziału 24 sierpnia 202624 sierpnia 2026 Anna Oleszczak Zapraszamy mieszkańców miasta i gminy, młodzież, nauczycieli oraz wszystkich chętnych do włączenia się do akcji „Narodowe Czytanie”. W tym roku Czytaj dalej Bez kategorii  ZAPRASZAMY 11 sierpnia 202612 sierpnia 2026 Anna Oleszczak W ostatni weekend wakacji zapraszamy na familijne kino plenerowe 29 sierpnia godz. 19.30 plac za MGOK Razem z Projekcje Kina Czytaj dalej Bez kategorii  Rajd rowerowy z Biblioteką 2026 11 sierpnia 2026 Anna Oleszczak W niedzielę 2 sierpnia 2026 r. odbył się rajd rowerowy zorganizowany przez Bibliotekę Publiczną we Frampolu. W wydarzeniu uczestnicy pokonali Czytaj dalej Bez kategorii  Zachęcamy do udziału 11 sierpnia 202611 sierpnia 2026 Anna Oleszczak Gminę Frampol w tym roku reprezentuje społeczność miejscowości Smoryń oraz Kgw Smoryń. Czytaj dalej Bez kategorii  Chór Seniora „Kwiaty Jesieni” na występie w Biłgoraju 27 lipca 2026 Anna Oleszczak Stowarzyszenie Biłgorajski Uniwersytet Trzeciego Wieku w Biłgoraju dziękujemy za zaproszenie! Gratulujemy świetnego przedsięwzięcia! Uniwersytet Trzeciego Wieku w Biłgoraju zaprosił mieszkańców Biłgoraja Czytaj dalej Bez kategorii  „Alibabki” na Gali Folkloru i Disco Polo w Turobinie 13 lipca 2026 Anna Oleszczak Gościnny występ Zespołu Wokalnego „Alibabki” z Pulczynowa na Gali Folkloru i Disco Polo w dniu 12 lipca 2026. Dziękujemy za Czytaj dalej ← Poprzedni Standardy-Ochrony-MaloletnichDzisiejsze wydarzeniaAll day, 1 września 2026 – 30 września 2026 – Nabór do grup i zespołów na sezon 2026 / 2027Kalendarz imprezAll day, 1 września 2026 – 30 września 2026 – Nabór do grup i zespołów na sezon 2026 / 202715:00 – 17:00, 9 września 2026 – Akcja „Narodowe czytanie”12:15 – 17:00, 13 września 2026 – Piknik HistorycznyNasze grupyCHÓR „REGINA SCAPULARE” Z FRAMPOLA GTT „MIŁOŚNICY TAŃCA” CHÓR SENIORA „KWIATY JESIENI” STUDIO PIOSENKI GRUPY TAŃCA TWIST ZESPÓŁ WOKALNY GOSPA W KAROLÓWCE KREATYWNY ZAKĄTEK KOŁO SZACHOWE GRUPA RĘKODZIEŁO CHÓREK DZIECIĘCY “NA LUDOWĄ NUTĘ“ Polecane https://www.youtube.com/@mgokframpol906 http://www.frampol.pl http://www.szsframpol.pl/news.php https://www.facebook.com/ospframpol Pogoda Godzina po godzinie Na 16 dni (function (t, p, w, d, g) { if (t.getElementById(w)) return; d = t.getElementsByTagName(p)[0], g = t.createElement(p); g.id = w; g.src = "https://widget.twojapogoda.pl/default/main.js";g.charset="UTF-8"; d.parentNode.appendChild(g); }(document, "script", "tp-widget-script-default")); document.getElementById("tp-widget-default").style.backgroundColor = "#1270AD"; Facebook Miejsko-Gminny Ośrodek Kultury we Frampolu ul. Nowa 5 23-440 Frampol tel. (084) 685-75-59 e-mail: [email removed] N…[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="home blog  wide better-responsive-menu elementor-default elementor-kit-266"><a id="pojo-a11y-skip-content" class="pojo-skip-link pojo-skip-content" tabindex="1" accesskey="s" href="#content">Skip to content</a><nav id="pojo-a11y-toolbar" class="pojo-a11y-toolbar-right" role="navigation">
			<div class="pojo-a11y-toolbar-toggle">
				<a class="pojo-a11y-toolbar-link pojo-a11y-toolbar-toggle-link" href="javascript:void(0);" title="Narzędzia ułatwień dostępu">
					<span class="pojo-sr-only sr-only">Open toolbar</span>
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100…
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)9 instances4 inspected pages

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Why it matters

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Recommended correction

Add a visible label to the form field, using the 'label' HTML element, and associate it with the input field using the 'for' attribute. For example: <label for='search-field'>Szukaj</label> <input type='text' id='search-field' placeholder='Szukaj' class='s field' name='s'>

View 9 affected elements
Component · Ref IYU5FC
Affected pagehttps://mgok-frampol.pl/
Elementdiv:nth-of-type(2) > div > div > form > div > input
Markup
<input type="text" placeholder="Szukaj" class="s field" name="s">
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
High

Images lack text alternatives

WCAG 1.1.1 (A)2 instances1 inspected page

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 attributes to the img tags to provide alternative text for informative images, ensuring that their meaning is accessible to people using assistive technology.

View 2 affected elements
Component · Ref PZRETZ
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Element.pbWrapper > img
Markup
<img>
Medium

Positive tabindex disrupts focus order

WCAG 2.4.3 (A)9 instances4 inspected pages

Elements use tabindex greater than zero, overriding the natural DOM focus order in confusing ways.

Why it matters

Elements use tabindex greater than zero, overriding the natural DOM focus order in confusing ways.

Recommended correction

Remove positive tabindex values; rely on DOM order and tabindex=0 / -1 only.

View 9 affected elements
Component · Ref H501TU
Affected pagehttps://mgok-frampol.pl/
Elementa#pojo-a11y-skip-content
Accessible nameSkip to content
Markup
<a id="pojo-a11y-skip-content" class="pojo-skip-link pojo-skip-content" tabindex="1" accesskey="s" href="#content">Skip to content</a>
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)60 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

Increase the size of the interactive control to a minimum of 24x24 pixels to make it easier for users to tap or click on mobile devices. Consider adding padding or a wrapper element to achieve the required size.

View 60 affected elements
Component · Ref POB989
Affected pagehttps://mgok-frampol.pl/
Elementdiv#page > a:nth-of-type(1)
Accessible nameSkip to content
Markup
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
Affected pages/ /category/bez-kategorii /kolo-szachowe /layout
Component · Ref T1D358
Affected pagehttps://mgok-frampol.pl/
Elementarticle#post-8811 > div:nth-of-type(1) > a
Accessible nameZAPRASZAMY
Markup
<a href="https://mgok-frampol.pl/2026/09/01/zapraszamy-77/" title="ZAPRASZAMY"><img width="658" height="445" src="https://mgok-frampol.pl/wp-content/uploads/2026/09/Bez-tytulu-002-658x445.png" class="attachment-colormag-featured-image size-colormag-featured-image wp-post-image" alt="" decoding="async"></a>
Affected pages/ /category/bez-kategorii
Component · Ref AFNDXL
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Elementaside#text-14 > div > p > a:nth-of-type(1)
Accessible namehttps://www.youtube.com/@mgokframpol906
Markup
<a href="https://www.youtube.com/@mgokframpol906" target="_blank" rel="noopener">https://www.youtube.com/@mgokframpol906</a>
Affected pages/kolo-szachowe /layout
Component · Ref V6OWJQ
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Elementaside#my_calendar_upcoming_widget-2 > ul > li:nth-of-type(3) > a
Accessible namePiknik Historyczny
Markup
<a href="http://mgok-frampol.pl/kalendarz/?mc_id=602">Piknik Historyczny</a>
Affected pages/kolo-szachowe /layout
Component · Ref QQH6PC
Affected pagehttps://mgok-frampol.pl/kolo-szachowe/
Elementli#menu-item-441 > a
Accessible nameCHÓR „REGINA SCAPULARE” Z FRAMPOLA
Markup
<a href="https://mgok-frampol.pl/chor-parafii-pw-sw-jana-nepomucena-i-miejsko-gminnego-osrodka-kultury-we-frampolu/">CHÓR „REGINA SCAPULARE” Z FRAMPOLA</a>
Affected pages/kolo-szachowe /layout
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)18 instances4 inspected pages

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

Why it matters

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

Recommended correction

Provide a unique and descriptive accessible name for each navigation landmark using the 'aria-label' or 'aria-labelledby' attribute, so screen reader users can distinguish between them.

View 18 affected elements
Component · Ref EH5LF1
Affected pagehttps://mgok-frampol.pl/
Elementnav#pojo-a11y-toolbar
Accessible nameOpen toolbar Narzędzia ułatwień dostępu Zwiększ tekst Zmniejsz tekst Skala szarości Wysoki kontrast Kontrast ujemny Jasne tło Podkreślenie linków Czytelna czcionka Reset
Rolenavigation
Markup
<nav id="pojo-a11y-toolbar" class="pojo-a11y-toolbar-right" role="navigation">
			<div class="pojo-a11y-toolbar-toggle">
				<a class="pojo-a11y-toolbar-link pojo-a11y-toolbar-toggle-link" href="javascript:void(0);" title="Narzędzia ułatwień dostępu">
					<span class="pojo-sr-only sr-only">Open toolbar</span>
					<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="currentColor" width="1em">
						<g><path d="M60.4,78.9c-2.2,4.1-5.3,7.4-9.2,9.8c-4,2.4-8.3,3.6-13,3.6c-6.9,0-12.8-2.4-17.7-7.3c-4.9-4.9-7.3-10.8-7.3-17.7c0-5,1.4-9.5,4.1-13.7c2.7-4.2,6.4-7.2,10.9-9.2l-0.9-7.3c-6.3,…
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
Medium

Touch targets are too small

WCAG 2.5.8 (AA)15 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

Increase this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.

View 15 affected elements
Component · Ref VGQCH2
Affected pagehttps://mgok-frampol.pl/
Elementa[data-slide-index="1"]
Accessible name2
Markup
<a href="" data-slide-index="1" class="soliloquy-pager-link" tabindex="0"><span>2</span></a>
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
Component · Ref LGKKTE
Affected pagehttps://mgok-frampol.pl/
Element.active
Accessible name1
Markup
<a href="" data-slide-index="0" class="soliloquy-pager-link active" tabindex="0"><span>1</span></a>
Affected pages/ / /category/bez-kategorii /kolo-szachowe /layout
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances2 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 'main' or 'article' element to enable assistive technology users to navigate to it via landmark navigation.

View 5 affected elements
Component · Ref FMGGLI
Affected pagehttps://mgok-frampol.pl/
Elementarticle#post-8811
Accessible nameBez kategorii  ZAPRASZAMY 1 września 20261 września 2026 Anna Oleszczak Zapraszamy mieszkańców Gminy Frampol i okolic – 13 września 2026 – godz. 12.15 Złożenie wieńców pod Pomnikiem Odzyskania Niepodległości we Czytaj dalej
Markup
<article id="post-8811" class="post-8811 post type-post status-publish format-standard has-post-thumbnail hentry category-bez-kategorii">

   


   
      <div class="featured-image">

         <a href="https://mgok-frampol.pl/2026/09/01/zapraszamy-77/" title="ZAPRASZAMY"><img width="658" height="445" src="https://mgok-frampol.pl/wp-content/uploads/2026/09/Bez-tytulu-002-658x445.png" class="attachment-colormag-featured-image size-colormag-featured-image wp-post-image" alt="" decoding="async"></a>

      </div>

   


   <div class="article-content clearfix">



      


      <div class="above…
Affected pages/ / /category/bez-kategorii

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.