Public accessibility assessment

Accessibility issues detected on kariera.dpd.com.pl

Evolize inspected 5 publicly accessible pages on kariera.dpd.com.pl and detected 64 automatically identifiable accessibility findings. 32 findings were classified as critical or high priority. The findings map to 11 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve buttons have no accessible name, links lack accessible text, dropdown menus have no accessible name.

64findings detected
32critical + high
5pages inspected
26 Aug 2026assessed

Independent public assessment. kariera.dpd.com.pl is not necessarily affiliated with or a customer of Evolize.

https://

01 · Accessibility summary

Evolize inspected 5 publicly accessible pages on kariera.dpd.com.pl and detected 64 automatically identifiable accessibility findings. 32 findings were classified as critical or high priority. The findings map to 11 WCAG success criterions. The sections below show affected pages, technical evidence and recommended remediation. The most frequent issues involve buttons have no accessible name, links lack accessible text, dropdown menus have no accessible name.

02 · Priority findings

03 · WCAG criteria affected

CriterionNameLevelFindingsPages
1.4.3Contrast (Minimum)AA224
4.1.2Name, Role, ValueA164
2.4.4Link Purpose (In Context)A124
2.5.8Target Size (Minimum)AA54
1.3.1Info and RelationshipsA34
2.4.3Focus OrderA24
1.4.10ReflowAA11
2.1.1KeyboardA11
2.1.2No Keyboard TrapA11
3.1.1Language of PageA11
3.3.2Labels or InstructionsA14

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 rescans public websites, detects newly introduced or recurring accessibility issues, tracks remediation and verifies fixes.

04 · All detected findings

Critical

Buttons have no accessible name

WCAG 4.1.2 (A)58 instances4 affected pages
ComponentRef WQ392D

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Elementbutton
Markup
<button class="navbar-toggler toggler-spring">
        <span class="navbar-toggler-icon"></span>
      </button>
How to fixAdd an accessible name to the button element, for example by including text within the button or using the aria-label attribute.
Affected pages/2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
ComponentRef NTKZRL

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.w-akcji-carousel > .owl-nav > .owl-next[type="button"][role="presentation"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-next"><i class="fa fa-angle-double-right"></i></button>
How to fixAdd an accessible name to the button elements, for example by using the 'aria-label' attribute or providing a text description of the button's purpose.
ComponentRef XNPC19

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.na-jezykach-carousel > .owl-nav > .owl-next[type="button"][role="presentation"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-next"><i class="fa fa-angle-double-right"></i></button>
How to fixAdd an accessible name to the buttons using the 'aria-label' attribute or provide a text description of the button's purpose.
ComponentRef XCE45H

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.w-akcji-carousel > .owl-nav > .owl-prev.disabled[type="button"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-prev disabled"><i class="fa fa-angle-double-left"></i></button>
How to fixAdd an accessible name to the buttons using 'aria-label' or 'aria-labelledby' attributes, or provide a text description of the button's purpose. For example: <button type="button" role="presentation" class="owl-prev disabled" aria-label="Previous"><i class="fa fa-angle-double-left"></i></button>
ComponentRef 23AJJD

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.owl-dot:nth-child(6)
Rolebutton
Markup
<button role="button" class="owl-dot"><span></span></button>
How to fixAdd a text description or aria-label attribute to the button elements to provide an accessible name, allowing assistive technology to convey the button's purpose to users.
ComponentRef MYDPBS

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.na-jezykach-carousel > .owl-dots > .active.owl-dot
Rolebutton
Markup
<button role="button" class="owl-dot active"><span></span></button>
How to fixAdd a descriptive text or an aria-label attribute to the button elements to provide an accessible name for assistive technologies.
ComponentRef HFEU4H

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.liczniki-carousel > .owl-nav > .owl-prev.disabled[type="button"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-prev disabled"><i class="fa fa-angle-double-left"></i></button>
How to fixAdd an accessible name to the buttons using 'aria-label' or 'aria-labelledby' attributes, or provide a text description of the button's purpose. For example: <button type="button" role="presentation" class="owl-prev disabled" aria-label="Previous"><i class="fa fa-angle-double-left"></i></button>
ComponentRef 3JM9LD

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.experts-carousel > .owl-dots > .active.owl-dot
Rolebutton
Markup
<button role="button" class="owl-dot active"><span></span></button>
How to fixAdd text or an aria-label attribute to the button elements to provide a clear and descriptive name for assistive technologies.
ComponentRef HV7J11

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.liczniki-carousel > .owl-nav > .owl-next[type="button"][role="presentation"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-next"><i class="fa fa-angle-double-right"></i></button>
How to fixAdd an accessible name to the button elements, for example by using the 'aria-label' attribute or providing a text description of the button's purpose.
ComponentRef 4080E

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.navbar-toggler
Markup
<button class="navbar-toggler toggler-spring">
        <span class="navbar-toggler-icon"></span>
      </button>
How to fixAdd an accessible name to the button element, for example by including text within the button or using the aria-label attribute.
ComponentRef 1IFBA8

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.w-akcji-carousel > .owl-dots > .active.owl-dot
Rolebutton
Markup
<button role="button" class="owl-dot active"><span></span></button>
How to fixAdd an accessible name to each button, either by including text within the button element or by using the aria-label attribute to provide a descriptive label.
ComponentRef NPKP89

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.na-jezykach-carousel > .owl-nav > .owl-prev[type="button"][role="presentation"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-prev"><i class="fa fa-angle-double-left"></i></button>
How to fixAdd an accessible name to the buttons using the 'aria-label' attribute, for example: <button type="button" role="presentation" class="owl-prev" aria-label="Previous"><i class="fa fa-angle-double-left"></i></button>
ComponentRef U1HBPC

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.experts-carousel > .owl-nav > .owl-prev.disabled[role="presentation"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-prev disabled"><i class="fa fa-angle-double-left"></i></button>
How to fixAdd an accessible name to the button, either by including text within the button element or by using the aria-label or aria-labelledby attribute to provide a text description of the button's purpose.
ComponentRef FN915G

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Affected pagehttps://kariera.dpd.com.pl/
Element.experts-carousel > .owl-nav > .owl-next[role="presentation"][type="button"]
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-next"><i class="fa fa-angle-double-right"></i></button>
How to fixAdd an accessible name to the button element, such as using the aria-label attribute or providing a text description of the button's purpose.
Critical

Links lack accessible text

WCAG 2.4.4 (A)44 instances4 affected pages
ComponentRef 3PMR7Q

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/
Element.cloned.owl-item:nth-child(1) > .item > .no-gutters.row > .order-1.order-md-2.col-md-4 > a
Markup
<a href="https://kariera.dpd.com.pl/2019/10/30/ludzie/">
How to fixThis link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to https://kariera.dpd.com.pl/2019/10/30/ludzie/.
ComponentRef 6U4S5D

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/
Element.owl-item:nth-child(5) > .item > .no-gutters.row > .order-1.order-md-2.col-md-4 > a
Markup
<a href="https://kariera.dpd.com.pl/2019/10/30/odpowiedzialnosc/">
How to fixAdd text to the link that describes its purpose, or use an aria-label attribute to provide a text description of the link's destination.
ComponentRef 5557P6

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/
Element.navbar-brand
Markup
<a href="https://kariera.dpd.com.pl" class="navbar-brand custom-logo-link">
            <img width="283" height="51" src="https://kariera.dpd.com.pl/wp-content/uploads/2025/04/logo-1.png" class="img-fluid" alt="">
          </a>
How to fixThis 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 https://kariera.dpd.com.pl.
ComponentRef D8K8M1

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/
Element.search-toggle
Markup
<a href="#" class="search-toggle">
        <i class="fa fa-search"></i>
        </a>
How to fixAdd text to the link that describes its purpose, or use the aria-label attribute to provide an accessible name. For example: <a href="#" class="search-toggle" aria-label="Search"> <i class="fa fa-search"></i> </a>
ComponentRef B46RVX

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Element.navbar-brand
Markup
<a href="https://kariera.dpd.com.pl" class="navbar-brand custom-logo-link">
            <img width="283" height="51" src="https://kariera.dpd.com.pl/wp-content/uploads/2025/04/logo-1.png" class="img-fluid" alt="">
          </a>
How to fixThis 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 https://kariera.dpd.com.pl.
ComponentRef 7BKID2

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/2020/05/07/jestescie-super/
Element.search-toggle
Markup
<a href="#" class="search-toggle">
        <i class="fa fa-search"></i>
        </a>
How to fixAdd text to the link that describes its purpose, or use the aria-label attribute to provide an accessible name. For example: <a href="#" class="search-toggle" aria-label="Search"> <i class="fa fa-search"></i> </a>
ComponentRef 2L7UB2

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Element.search-toggle
Markup
<a href="#" class="search-toggle">
        <i class="fa fa-search"></i>
        </a>
How to fixAdd text to the link that describes its purpose, or use the aria-label attribute to provide an accessible name. For example: <a href="#" class="search-toggle" aria-label="Search"> <i class="fa fa-search"></i> </a>
ComponentRef 6QUSZU

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/2019/10/30/ludzie/
Element.search-toggle
Markup
<a href="#" class="search-toggle">
        <i class="fa fa-search"></i>
        </a>
How to fixAdd text to the link that describes its purpose, or use the aria-label attribute to provide an accessible name. For example: <a href="#" class="search-toggle" aria-label="Search"> <i class="fa fa-search"></i> </a>
ComponentRef 5HBVK9

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/2019/10/30/ludzie/
Element.navbar-brand
Markup
<a href="https://kariera.dpd.com.pl" class="navbar-brand custom-logo-link">
            <img width="283" height="51" src="https://kariera.dpd.com.pl/wp-content/uploads/2025/04/logo-1.png" class="img-fluid" alt="">
          </a>
How to fixThis 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 https://kariera.dpd.com.pl.
ComponentRef DSA9H

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/2020/05/07/jestescie-super/
Element.navbar-brand
Markup
<a href="https://kariera.dpd.com.pl" class="navbar-brand custom-logo-link">
            <img width="283" height="51" src="https://kariera.dpd.com.pl/wp-content/uploads/2025/04/logo-1.png" class="img-fluid" alt="">
          </a>
How to fixAdd an accessible name to the link by either adding text content or an aria-label attribute to the anchor element. For example: <a href="https://kariera.dpd.com.pl" class="navbar-brand custom-logo-link" aria-label="DPD Kariera homepage"> <img width="283" height="51" src="https://kariera.dpd.com.pl/wp-content/uploads/2025/04/logo-1.png" class="img-fluid" alt=""> </a>
ComponentRef 9ZRHAE

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/
Element#item1 > .image > a[href$="#modalExperts1"][data-toggle="modal"][data-target="#modalExperts1"]
Markup
<a href="#modalExperts1" class="d-md-none" data-toggle="modal" data-target="#modalExperts1">
              <img class="icon-img" src="https://kariera.dpd.com.pl/wp-content/uploads/2022/11/pion-operacji-dpd.svg" alt="">
              </a>
How to fixAdd accessible text to the link, such as an aria-label attribute or a text description within the link element, to provide a clear purpose for screen reader users.
ComponentRef EGV1IK

Links expose no accessible name, so their destination is unknown to screen reader users.

Affected pagehttps://kariera.dpd.com.pl/
Element.faded > .item > .no-gutters.row > .order-1.order-md-2.col-md-4 > a
Markup
<a href="https://kariera.dpd.com.pl/2019/10/30/zaangazowanie/">
How to fixThis link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to https://kariera.dpd.com.pl/2019/10/30/zaangazowanie/.
Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)4 instances1 affected page
ComponentRef ZCIL3V

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Affected pagehttps://kariera.dpd.com.pl/
Element#filter_region
Accessible namewojewództwo mazowieckie zachodniopomorskie dolnośląskie kujawsko-pomorskie małopolskie śląskie pomorskie lubelskie łódzkie wielkopolskie podlaskie warmińsko-mazurskie lubuskie podkarpackie
Markup
<select name="region" id="filter_region" class="custom-select">
How to fixAdd an accessible name to the select element using the aria-label attribute or the label element. For example: <label for="filter_region">Region</label> <select id="filter_region" ...>
Critical

ARIA command controls lack accessible names

WCAG 4.1.2 (A)86 instances1 affected page
ComponentRef 18D2JI

Assistive technologies cannot communicate the purpose of these controls, which may prevent users from operating them reliably.

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv[title=""][role="button"]:nth-child(3)
Rolebutton
Markup
<div title="" role="button" style="width: 26px; height: 30px; overflow: hidden; position: absolute; cursor: pointer; touch-action: none; left: 92px; top: -85px; z-index: -70;" tabindex="0">
How to fixThis control is a <div> with role="button" acting as a button. Prefer replacing it with a native <button>, which is focusable and operable by keyboard by default. Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)68 instances4 affected pages
ComponentRef 3FTOEA

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

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Elementul#main-menu > li:nth-of-type(1) > a
Accessible nameHome
Markup
<a title="Home" href="/#home" class="nav-link">Home</a>
How to fixTo fix this issue, ensure that all focusable elements are visible to sighted keyboard users. You can do this by setting 'display: none;' or 'visibility: hidden;' on the element when it's not intended to be interacted with, or by removing it from the tab order using the 'tabindex' attribute with a value of '-1'.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
ComponentRef SQWPKH

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

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv#home > div > div:nth-of-type(2) > button:nth-of-type(1)
Accessible name
Rolepresentation
Markup
<button type="button" role="presentation" class="owl-prev"><span aria-label="Previous">‹</span></button>
How to fixKeep 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.
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)10 instances4 affected pages
ComponentRef MXV501

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.

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Elementinput#s
Markup
<input class="field form-control" id="s" name="s" type="text" placeholder="Szukaj" value="">
How to fixAdd a persistent <label> associated with each field. Keep the placeholder for example text only, not as the label.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)58 instances4 affected pages
ComponentRef JROQH1

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

Affected pagehttps://kariera.dpd.com.pl/2020/05/07/jestescie-super/
Element#cmpwrapper,#cmpbntnotxt
Markup
<span id="cmpbntnotxt">Reject all</span>
How to fixTo improve text legibility, adjust the color scheme to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). Consider using online contrast checker tools to find suitable color combinations.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie
ComponentRef IOOD75

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

Affected pagehttps://kariera.dpd.com.pl/2020/05/07/jestescie-super/
Element#cmpwrapper,.cmpwelcomeprpstxtnopointer
Markup
<label class="cmpwelcomeprpstxt cmpwelcomeprpstxtnopointer">
How to fixTo improve the accessibility of the text, increase the contrast between the text color and the background color. This can be achieved by changing the CSS styles for the label element with class 'cmpwelcomeprpstxt cmpwelcomeprpstxtnopointer' to use a color combination that meets the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie
ComponentRef OWIBY3

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

Affected pagehttps://kariera.dpd.com.pl/2020/05/07/jestescie-super/
Element#cmpwrapper,.cmpboxtxt
Markup
<div class="cmpboxtxt cmptxt_txt">
How to fixTo improve text legibility, consider increasing the contrast between the text color and background color. You can achieve this by using a color with a higher contrast ratio, such as a darker or lighter shade, depending on the background color. Use online tools to calculate the contrast ratio and select colors that meet the minimum requirements.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie
ComponentRef SO4QOJ

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

Affected pagehttps://kariera.dpd.com.pl/2020/05/07/jestescie-super/
Element#cmpwrapper,#cmppurposelabelpc52
Markup
<label data-cmp-purpose="c52" id="cmppurposelabelpc52" class="cmpwelcomeprpstxt " draggable="false">
How to fixTo fix this issue, ensure the text and background colors meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold). Consider using a color contrast analyzer tool to determine the optimal color combinations.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie
ComponentRef 51NPFR

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

Affected pagehttps://kariera.dpd.com.pl/
Elementspan[data-duration="2.5"]
Accessible name0
Markup
<span class="count" data-duration="2.5" data-refresh-interval="10" data-from="0" data-decimals="false" data-to="4500">0</span>
How to fixTo improve the accessibility of the text, consider increasing the contrast between the text color and the background color. This can be achieved by using a color with a higher contrast ratio, such as a darker or lighter shade, depending on the background color. Refer to the WCAG 2.1 guidelines for the minimum contrast ratio requirements.
ComponentRef QUN7FH

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

Affected pagehttps://kariera.dpd.com.pl/
Element.pt-4 > .section-heading
Accessible nameDPD na liczniku
Markup
<h2 class="section-heading">DPD na liczniku</h2>
How to fixTo improve the accessibility of the text, consider increasing the contrast between the text color and the background color. This can be achieved by changing the CSS styles for the .section-heading class to use a color with a higher contrast ratio.
ComponentRef W47FTW

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

Affected pagehttps://kariera.dpd.com.pl/
Element#filter_position
Markup
<input type="text" id="filter_position" class="form-control" placeholder="wyszukaj stanowisko" autocomplete="off">
How to fixTo improve the accessibility of this input field, consider increasing the contrast between the text color and the background color. This can be achieved by changing the CSS styles for the input field, such as adding a more contrasting background color or text color. For example, you can add a style rule like `.form-control { background-color: #f0f0f0; color: #333; }` to increase the contrast.
ComponentRef HIVO41

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

Affected pagehttps://kariera.dpd.com.pl/
Element.px-md-0 > h2
Accessible nameNasza "paczka" czeka na Ciebie
Markup
<h2>Nasza <strong>"paczka"</strong> czeka na Ciebie</h2>
How to fixTo improve the accessibility of this element, consider adjusting the color scheme to meet the minimum contrast ratio thresholds. This can be achieved by changing the text color, background color, or both, to ensure sufficient contrast between the text and its background.
ComponentRef GCP3GV

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

Affected pagehttps://kariera.dpd.com.pl/
Element.active.owl-item:nth-child(1) > .licznik-col[data-aos="fade-up"][data-aos-delay="1200"] > .text > h3 > .counter
Accessible name0 pracowników
Markup
<span class="counter">
How to fixTo improve readability, adjust the text color and background color of the affected element to meet the minimum contrast ratio of 4.5:1 for normal text. Consider using a color contrast analyzer tool to determine suitable colors.
ComponentRef X1M4LW

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

Affected pagehttps://kariera.dpd.com.pl/
Element#item1 > .image > .experts-title
Accessible namePion Operacji+ +
Markup
<p class="experts-title">Pion Operacji<a class="more more-popover d-none d-md-block">+</a>
                <a class="more d-md-none" href="#modalExperts1" data-toggle="modal" data-target="#modalExperts1">+</a>
              </p>
How to fixIncrease the contrast between the text color and background color of the element with class 'experts-title' to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. This can be achieved by changing the text color or background color to have a sufficient contrast ratio.
ComponentRef XPAKFH

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

Affected pagehttps://kariera.dpd.com.pl/
Element#to-eksperci > .container > .section-heading
Accessible nameDPD to eksperci
Markup
<h2 class="section-heading">DPD to eksperci</h2>
How to fixTo improve the accessibility of the affected element, consider adjusting the text color or background color to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. A contrast ratio of at least 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold) is recommended. Use online tools to check and adjust the contrast ratio.
ComponentRef 2KKK6Y

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

Affected pagehttps://kariera.dpd.com.pl/
Elementh2 > strong
Accessible name"paczka"
Markup
<strong>"paczka"</strong>
How to fixTo improve readability, increase the contrast between the text color and background color. Consider using a color contrast analyzer tool to determine a suitable color combination that meets the minimum contrast ratio thresholds.
ComponentRef HOT817

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

Affected pagehttps://kariera.dpd.com.pl/
Element#filter_region
Accessible namewojewództwo mazowieckie zachodniopomorskie dolnośląskie kujawsko-pomorskie małopolskie śląskie pomorskie lubelskie łódzkie wielkopolskie podlaskie warmińsko-mazurskie lubuskie podkarpackie
Markup
<select name="region" id="filter_region" class="custom-select">
How to fixTo fix this issue, increase the contrast between the text color and the background color of the select element. You can do this by changing the CSS styles for the .custom-select class or the #filter_region id. For example, you could change the background color or the text color to have a higher contrast ratio.
ComponentRef J2XK8W

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

Affected pagehttps://kariera.dpd.com.pl/
Element.btn-block
Accessible namefiltruj »
Markup
<a href="#" class="btn btn-primary btn-block js-filter">filtruj »</a>
How to fixTo improve accessibility, adjust the color scheme of the 'filtruj »' button to meet the minimum contrast ratio requirements. Consider using a color contrast analyzer tool to determine the optimal colors. Ensure the text color and background color have sufficient contrast for better legibility.
ComponentRef KGAZQG

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

Affected pagehttps://kariera.dpd.com.pl/
Element#\36 9F7F2F7-6261-4EA2-AD1A-39CE2022B368
Accessible nameShow street map
Rolemenuitemradio
Markup
<button draggable="false" aria-label="Show street map" title="Show street map" type="button" role="menuitemradio" aria-checked="true" aria-haspopup="true" style="background: none pad..." id="69F7F2F7-6261-4EA2-A...">
How to fixTo improve the accessibility of this button, consider increasing the contrast between the text color (rgb(0, 0, 0)) and the background color (rgb(255, 255, 255)). A minimum contrast ratio of 4.5:1 for normal text is recommended. You can achieve this by changing the text or background color, or by adding a border or shadow to the button to enhance visibility.
ComponentRef OKJTG3

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

Affected pagehttps://kariera.dpd.com.pl/category/dpd-w-akcji/
Elementh1
Accessible nameKategoria: DPD w akcji
Markup
<h1 class="page-title">Kategoria: <span>DPD w akcji</span></h1>
How to fixTo fix the issue of insufficient color contrast, consider adjusting the text or background color to meet the minimum contrast ratio of 4.5:1 for normal text. You can use online tools to calculate the contrast ratio and select colors that meet the accessibility standards.
ComponentRef ITJ0FP

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

Affected pagehttps://kariera.dpd.com.pl/
Element.gmnoprint:nth-child(2) > .gm-style-cc[draggable="false"] > div:nth-child(2) > span
Accessible nameMap data ©2026 GeoBasis-DE/BKG (©2009), Google, Inst. Geogr. Nacional
Markup
<span style="">Map data ©2026 GeoBasis-DE/BKG (©2009), Google, Inst. Geogr. Nacional</span>
How to fixTo improve the accessibility of this element, consider increasing the contrast between the text color and the background color. You can achieve this by using a darker or lighter background color, or by using a higher contrast text color. Ensure that the contrast ratio between the text and background meets the minimum requirements of WCAG 2.1 SC 1.4.3.
ComponentRef SMSX7Y

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

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv:nth-child(2) > button[aria-label="Keyboard shortcuts"][title="Keyboard shortcuts"][type="button"]
Accessible nameKeyboard shortcuts
Markup
<button draggable="false" aria-label="Keyboard shortcuts" title="Keyboard shortcuts" type="button" style="background: none; di...">
How to fixTo improve text legibility, consider increasing the contrast between the text color and background color. This can be achieved by using a color with a higher contrast ratio, such as a darker or lighter shade, depending on the background color. For example, if the background is light, use a darker text color, and if the background is dark, use a lighter text color.
ComponentRef 4NA60M

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

Affected pagehttps://kariera.dpd.com.pl/
Element.mb-5:nth-child(2) > p
Accessible nameSprawdź kogo i gdzie aktualnie poszukujemy – kliknij w logo, żeby poznać oferty w danej lokalizacji:
Markup
<p style="text-align: center">Sprawdź kogo i gdzie aktualnie poszukujemy – kliknij w logo, żeby poznać oferty w danej lokalizacji:</p>
How to fixTo improve readability, consider increasing the contrast between the text color and the background color. This can be achieved by using a darker or lighter shade for the text or background. Ensure the contrast ratio meets the minimum requirements of WCAG 2.1 SC 1.4.3.
ComponentRef PTYM25

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

Affected pagehttps://kariera.dpd.com.pl/
Element.close-text
Accessible namezwiń
Markup
<span class="close-text">zwiń</span>
How to fixTo improve readability, increase the contrast between the text color and background color of the element with the class 'close-text'. This can be achieved by adjusting the CSS styles for this element, such as changing the color or background-color properties to meet the minimum contrast ratio thresholds as defined by WCAG 2.1 SC 1.4.3.
ComponentRef 68SX27

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

Affected pagehttps://kariera.dpd.com.pl/
Element.icon
Accessible name»
Markup
<span class="icon">»</span>
How to fixTo improve accessibility, consider increasing the contrast between the text color and background color of the affected element. This can be achieved by adjusting the CSS styles for the '.icon' class. A contrast ratio of at least 4.5:1 for normal text is recommended.
ComponentRef E629QT

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

Affected pagehttps://kariera.dpd.com.pl/category/dpd-w-akcji/
Elementspan
Accessible nameDPD w akcji
Markup
<span>DPD w akcji</span>
How to fixIncrease the contrast between the text color and background color to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)30 instances1 affected page
ComponentRef AWH0TG

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.

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(3) > div:nth-of-type(2)
Rolebutton
Markup
<div title="" role="button" style="width: 26px; height: 30px; overflow: hidden; position: absolute; cursor: pointer; touch-action: none; left: 63px; top: -23px; z-index: -8;" tabindex="-1"><img alt="" src="https://maps.gstatic.com/mapfiles/transparent.png" draggable="false" style="width: 26px; height: 30px; user-select: none; border: 0px; padding: 0px; margin: 0px; max-width: none;"></div>
How to fixTo make this control accessible, add a positive tabindex value to the element or ensure it can receive focus through other means, such as using a native HTML button element or applying proper ARIA attributes for widgets.
Medium

Touch targets are too small

WCAG 2.5.8 (AA)45 instances4 affected pages
ComponentRef KF1EG7

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

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv[title=""][role="button"]:nth-child(4)
Rolebutton
Markup
<div title="" role="button" style="width: 26px; height: 30px; overflow: hidden; position: absolute; cursor: pointer; touch-action: none; left: 63px; top: -23px; z-index: -8;" tabindex="-1">
How to fixIncrease this <div>'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.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
ComponentRef IKJGS8

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

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Elementa[title="Ochrona danych osobowych"]
Accessible nameOchrona danych osobowych
Markup
<a title="Ochrona danych osobowych" href="https://www.dpd.com/pl/pl/o-dpd/ochrona-danych-osobowych/" class="nav-link">Ochrona danych osobowych</a>
How to fixIncrease this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)19 instances4 affected pages
ComponentRef EJOI4H

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

Affected pagehttps://kariera.dpd.com.pl/polityka-prywatnosci/
Elementul#main-menu > li:nth-of-type(1) > a
Accessible namePolityka prywatności
Markup
<a title="Polityka prywatności" href="https://kariera.dpd.com.pl/polityka-prywatnosci/" class="nav-link">Polityka prywatności</a>
How to fixTo fix this issue, increase the size of the interactive element to at least 24x24 pixels, ensuring that it is easily tappable on mobile devices. Consider adding padding or increasing the font size of the text within the element to achieve the minimum size requirement.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
ComponentRef LSDTSS

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

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv > div > div:nth-of-type(2) > div > span > a
Accessible nameVertes Design
Markup
<a href="https://www.vertesdesign.pl/" title="strony internetowe warszawa" target="_blank">Vertes Design</a>
How to fixIncrease the touch target size of the interactive element to at least 24x24px to make it easier for users to activate by touch on mobile devices.
Affected pages/ /2020/05/07/jestescie-super /2019/10/30/ludzie /polityka-prywatnosci
ComponentRef H4Y7GM

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

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv > div > div:nth-of-type(2) > div > div:nth-of-type(1) > a
Accessible namezwiń rozwiń »
Markup
<a href="#" class="js-close-filters"><span class="close-text">zwiń</span>
                <span class="open-text">rozwiń</span> <span class="icon">»</span></a>
How to fixIncrease the touch target size of the interactive element to at least 24x24px to ensure reliable activation by touch on mobile devices.
Medium

Page language is not declared

WCAG 3.1.1 (A)2 instances1 affected page
ComponentRef DT14Z3

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

Affected pagehttps://kariera.dpd.com.pl/category/dpd-w-akcji/
Elementhtml
Accessible nameArchiwa DPD w akcji - DPD {"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/","url":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/","name":"Archiwa DPD w akcji - DPD","isPartOf":{"@id":"https:\/\/kariera.dpd.com.pl\/#website"},"breadcrumb":{"@id":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/#breadcrumb"},"inLanguage":"pl-PL"},{"@type":"BreadcrumbList","@id":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona główna","item":"https:\/\/kariera.dpd.com.pl\/"},{"@type":"ListItem","position":2,"name":"DPD w akcji"}]},{"@type":"WebSite","@id":"https:\/\/kariera.dpd.com.pl\/#website","url":"https:\/\/kariera.dpd.com.pl\/","name":"DPD","description":"kariera","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kariera.dpd.com.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"}]} img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */ /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--fon…[truncated by Evolize: exceeded D1 value limit]
Markup
<html>
How to fixAdd a lang attribute to the <html> element, e.g. <html lang="en">.
Medium

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)2 instances1 affected page
ComponentRef 2L5LQX

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

Affected pagehttps://kariera.dpd.com.pl/category/dpd-w-akcji/
Elementhtml
Accessible nameArchiwa DPD w akcji - DPD {"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/","url":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/","name":"Archiwa DPD w akcji - DPD","isPartOf":{"@id":"https:\/\/kariera.dpd.com.pl\/#website"},"breadcrumb":{"@id":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/#breadcrumb"},"inLanguage":"pl-PL"},{"@type":"BreadcrumbList","@id":"https:\/\/kariera.dpd.com.pl\/category\/dpd-w-akcji\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona główna","item":"https:\/\/kariera.dpd.com.pl\/"},{"@type":"ListItem","position":2,"name":"DPD w akcji"}]},{"@type":"WebSite","@id":"https:\/\/kariera.dpd.com.pl\/#website","url":"https:\/\/kariera.dpd.com.pl\/","name":"DPD","description":"kariera","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kariera.dpd.com.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"}]} img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ :root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}} /*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */ /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--fon…[truncated by Evolize: exceeded D1 value limit]
Markup
<html><head><meta charset="utf-8">
<title>Archiwa DPD w akcji - DPD</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">

	<!-- This site is optimized with the Yoast SEO plugin v28.2 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<link rel="canonical" href="https://kariera.dpd.com.pl/category/dpd-w-akcji/">
	<meta property="og:locale" content="pl_PL">
	<meta property="og:type" content="article">
	<meta…
How to fixTo fix this issue, ensure that all content on the page can fit within the viewport without requiring horizontal scrolling. This can be achieved by using responsive design techniques, such as using relative units (e.g., percentages or ems) instead of fixed units (e.g., pixels) for element widths, and by using CSS media queries to apply different styles based on different viewport sizes.
Medium

Keyboard focus may be trapped

WCAG 2.1.2 (A)1 instance1 affected page
ComponentRef FCMSTA

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.

Affected pagehttps://kariera.dpd.com.pl/
Elementbutton
Markup
<button></button>
How to fixReview the page's focus management to ensure that keyboard users can navigate through all interactive elements and move focus out of the current set of elements. Consider implementing a mechanism to move focus to the next element in the page's tab order after a certain number of Tab presses.
Low

Content sits outside any landmark region

WCAG 1.3.1 (A)2 instances1 affected page
ComponentRef 6CYLNC

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

Affected pagehttps://kariera.dpd.com.pl/
Elementdiv:nth-of-type(1) > div > div:nth-of-type(1) > div > div > h3
Accessible name0 pracowników
Markup
<h3>
              <span class="counter">
              <span class="count-wrap">
              <span class="count" data-duration="2.5" data-refresh-interval="10" data-from="0" data-decimals="false" data-to="4500">0</span><span class="postfix"></span>
              </span>
              pracowników            
            </span></h3>
How to fixWrap the content in a landmark element such as header, nav, main, footer, or aside to enable assistive technology users to navigate to it via landmark navigation.
Low

Page has no level-one heading

WCAG 1.3.1 (A)2 instances1 affected page
ComponentRef D09O1R

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Affected pagehttps://kariera.dpd.com.pl/
Elementhtml > body
Accessible name<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJ7X8PR" height="0" width="0" style="display:none;visibility:hidden"></iframe> const main_url = 'https://kariera.dpd.com.pl/wp-content/themes/dpd'; Przejdź do treści Your delivery experts Home DPD rekrutuje DPD na liczniku DPD to eksperci DPD dla Ciebie DPD w akcji DPD na językach Rekrutacje kurierskie - sprawdź! Aplikuj » Nasza "paczka" czeka na Ciebie ‹› DPD rekrutuje Sprawdź kogo i gdzie aktualnie poszukujemy – kliknij w logo, żeby poznać oferty w danej lokalizacji: Administrator/Administratorka Systemów Chmurowych Brygadzista/Brygadzistka Doręczanie przesyłek DPD DPD Polska - Contact Center ​ Obsługa klienta Kierowniczka/Kierownik Zmiany​ Konsultant Obsługi Klienta Międzynarodowego Koordynatorka/Koordynator Serwisu Kurierskiego Koordynatorka/Koordynator Zmiany w Dziale Transportu Kurier Rowerowy/Kurierka Rowerowa DPD Kurier/Kurierka DPD Kurier/Kurierka DPD z własnym autem Kurier/Kurierka DPD z własnym autem paletowym Kurier/Kurierka DPD z własnym autem   Magazynier/Magazynierka DPD Polska Magazynier/Magazynierka DPD Polska  Przedstawicielka Handlowa / Przedstawiciel Handlowy Przewoźnik/Przewoźniczka DPD Przewoźnik/Przewoźniczka DPD - Zapytanie ofertowe Przewoźnik/Przewoźniczka DPD - Zapytanie ofertowe   Przewoźnik/Przewoźniczka DPD - Zapytanie ofertowe    Przewoźnik/Przewoźniczka DPD z własnym autem Przewoźnik/Przewoźniczka DPD z własnym autem paletowym Specjalista/Specjalistka ds. Administracji i Rozliczeń Specjalista/Specjalistka ds. Projektów Sprzedażowych Specjalista/Specjalistka ds. Sprzedaży Specjalista/Specjalistka ds. Tracingu Operacyjnego Tester/Testerka Oprogramowania / Koordynator/Koordynatorka Testów Wsparcie Działu Helpdesk Wsparcie Prac Magazynowych województwo mazowieckie zachodniopomorskie dolnośląskie kujawsko-pomorskie małopolskie śląskie pomorskie lubelskie łódzkie wielkopolskie podlaskie warmińsko-mazurskie lubuskie podkarpackie miejscowość Brwinów Bydgoszcz Dobra (pow. zgierski) Elbląg Ełk Gdańsk Gliwice Gniezno Gołdap Goleniów Gorzów Wielkopolski Grudziądz Jazowsko (pow. nowosądecki), Obidza (pow. nowosądecki), Brzyna (pow. nowosądecki), Łazy Brzyńskie (pow. nowosądecki), Gaboń (pow. nowosądecki), Kadcza (pow. nowosądecki), Maszkowice (pow. nowosądecki), Szczereż (pow. nowosądecki) Jelenia Góra Komorniki (gm. Komorniki) Kowale (pow. gdański) Kraków Lędziny …[truncated by Evolize: exceeded D1 value limit]
Markup
<body data-aos-easing="ease-in-out" data-aos-duration="700" data-aos-delay="0">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJ7X8PR"
  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  <div class="site" id="page">
        <script nonce="">
  const main_url = 'https://kariera.dpd.com.pl/wp-content/themes/dpd'; </script>
<div id="wrapper-navbar">
  <a class="skip-link sr-only sr-only-focusable" href="#content">Przejdź do treści</a>
  <div class="container">
    <div class="row align-items-center py-4">
      <div class="col-6">
        …
How to fixAdd a level-one heading (<h1>) to the page to convey its topic in the heading structure. This heading should be descriptive and indicate the main subject of the page.

05 · Pages inspected

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.