Public accessibility assessment

Accessibility issues detected on lrpv.gov.lv

Evolize inspected 5 public pages on lrpv.gov.lv and detected 36 automatically identifiable accessibility findings.

36Findings detected
8WCAG criteria affected
5Pages inspected
26 Aug 2026Assessment date

Highest detected severity: High · 12 high-priority findings · 100% inspected-page coverage

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/lv/jaunums/apstiprinats-epo-strategiskais-plans-202828 findings detected
Most represented WCAG criterionWCAG 2.5.8 — Target Size (Minimum)12 detected findings

Is lrpv.gov.lv 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 lrpv.gov.lv and detected 36 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028", where 28 findings were detected. The assessment identified findings mapped to 8 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. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 31 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 all focusable elements are visible to sighted keyboard users. You can do this by adding a display: none; or visibility: hidden; CSS rule to the element when it's not intended to be visible, or by removing the element from the tab order using the tabindex attribute. For example, you can add the following CSS rule to the element: .nav-link { display: none; } when it's not visible.

    View technical evidence →
  2. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 30 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

    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 technical evidence →
  3. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 20 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

    Set tabindex to -1 or remove the element from the tab order if it's not visible, to prevent keyboard focus from landing on invisible elements.

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 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 all focusable elements are visible to sighted keyboard users. You can do this by either removing the element from the tab order or making it visible when it receives focus. For the given HTML element <a href="/lv/par-mums" ...>, consider adding a style to make it visible when focused, such as :focus { visibility: visible; }. Alternatively, if the element should not be focusable, add the tabindex attribute with a value of -1 to remove it from the tab order.

    View technical evidence →
  5. High

    Elements must only use permitted ARIA attributes

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

    Elements must only use permitted ARIA attributes

    Recommended action

    Review the affected element and correct the reported accessibility issue.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
2.5.8Target Size (Minimum)AA1255 / 5
1.4.3Contrast (Minimum)AA755 / 5
2.1.1KeyboardA644 / 5
2.4.3Focus OrderA555 / 5
4.1.2Name, Role, ValueA455 / 5
1.1.1Non-text ContentA155 / 5
1.4.10ReflowAA122 / 5
2.2.2Pause, Stop, HideA111 / 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

High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)22 instances5 inspected pages

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 22 affected elements
Component · Ref MJSAMF
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Element.light
Accessible nameClose message
Markup
<div tabindex="0" class="close light" aria-label="Close message"></div>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref XOOAXA
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Element.eu-cookie-compliance-banner
Accessible nameCookies This website uses strictly necessary cookies to operate. With your consent, additional cookies may be used in this website for statistical and social media purposes.
Markup
<div aria-labelledby="popup-text" class="eu-cookie-compliance-banner eu-cookie-compliance-banner-info eu-cookie-compliance-banner--categories" aria-hidden="false">
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref O843ZQ
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Element.show-player
Accessible nameAtskaņot tekstu
Markup
<div tabindex="0" class="show-player" aria-label="Atskaņot tekstu">
          <span class="ct-icon fal icon-play"></span>
          <span class="ct-icon fal icon-times"></span>
          <span class="content-tools-text">Atskaņot tekstu</span>
        </div>
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 E20VKK
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementul#nav-initial > li:nth-of-type(1) > ul > li:nth-of-type(1) > a
Accessible nameVadība
Markup
<a href="/lv/darbinieks/agris-batalauskis" class="nav-link">
      Vadība
                  </a>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref TWGH1F
Affected pagehttps://www.lrpv.gov.lv/lv
Elementul#nav-initial > li:nth-of-type(1) > a
Accessible namePar mums
Markup
<a href="/lv/par-mums" data-uuid="723aab40-2a73-4dac-869e-01aeafa5f80a" class="nav-link" aria-expanded="false">
                  Par mums
                                  </a>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref I4PP9L
Affected pagehttps://www.lrpv.gov.lv/en/designs/services
Elementinput#cookie-category-statistics
Markup
<input type="checkbox" name="cookie-categories" class="eu-cookie-compliance-category-checkbox" id="cookie-category-statistics" value="statistics" tabindex="0">
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref GNHOAO
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementli:nth-of-type(3) > ul > li:nth-of-type(1) > ul > li:nth-of-type(2) > a
Accessible nameIzmaksas
Markup
<a href="/lv/izgudrojumi/izmaksas" class="nav-link">
      Izmaksas 
                  </a>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref MU51WL
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv#menu-header > button:nth-of-type(2)
Accessible nameAizvērt
Markup
<button type="button" class="close-menu" data-toggle="collapse" data-target="#mobileMenuElement" aria-controls="mobileMenuElement" aria-expanded="false" aria-label="Aizvērt">
            <span class="icon-times"></span>
          </button>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)50 instances4 inspected pages

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 element or ensure it has focusable semantics to make it reachable by keyboard. For example, consider changing the <a> tag to a <button> tag, as buttons are inherently focusable.

View 50 affected elements
Component · Ref WCUFOJ
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv#content-area > div:nth-of-type(2) > div > div:nth-of-type(2) > span > a:nth-of-type(4)
Accessible nameThreads
Rolebutton
Markup
<a class="a2a_button_threads" role="button" aria-label="Threads"><span class="label">Threads</span></a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref EBTO9I
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Elementdiv#content-area > div:nth-of-type(2) > div > div:nth-of-type(2) > span > a:nth-of-type(2)
Accessible nameX / Twitter
Rolebutton
Markup
<a class="a2a_button_twitter" role="button" aria-label="X / Twitter"><span class="label">X / Twitter</span></a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref 1G7RLM
Affected pagehttps://www.lrpv.gov.lv/en/designs/services
Elementdiv#share-modal-popup-content > div > div > div:nth-of-type(2) > span > a:nth-of-type(1)
Accessible nameFacebook
Rolebutton
Markup
<a class="a2a_button_facebook" role="button" aria-label="Facebook"><span class="label">Facebook</span></a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref WBVD5T
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Elementdiv#share-modal-popup-content > div > div > div:nth-of-type(2) > span > a:nth-of-type(3)
Accessible nameLinkedin
Rolebutton
Markup
<a class="a2a_button_linkedin" role="button" aria-label="Linkedin"><span class="label">Linkedin</span></a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref BDW8MF
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv#audio-player-block-standart0 > div:nth-of-type(1) > div:nth-of-type(2)
Accessible namePlay
Rolebutton
Markup
<div class="play-pause-btn" aria-label="Play" role="button" style="visibility: visible;">
                    <svg xmlns="http://www.w3.org/2000/svg" width="18" height="24" viewBox="0 0 18 24" tabindex="0" focusable="true">
                        <path fill="#566574" fill-rule="evenodd" d="M18 12L0 24V0" class="play-pause-btn__icon"></path>
                    </svg>
                </div>
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)10 instances5 inspected pages

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Why it matters

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Recommended correction

Ensure that the aria-controls attribute references an existing element in the DOM. Update the aria-controls attribute to reference the correct id of the modal wrapper element.

View 10 affected elements
Component · Ref LBTCND
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Element.feedback-trigger-btn
Accessible nameGive feedback
Markup
<a href="/en/form/website-rat..." class="feedback-trigger-btn..." aria-haspopup="dialog" aria-controls="feedback-modal-wrapp..." data-dialog-options="{"width":600,"dialog..." data-dialog-type="modal" data-once="webform-dialog">
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)45 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 accessibility, consider increasing the contrast between the text color and background color of the submit button. This can be achieved by changing the CSS styles for the button class 'button js-form-submit form-submit btn' to use a color combination that meets the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3.

View 45 affected elements
Component · Ref IIMHYB
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Element#edit-submit
Accessible nameSign up for sites newsletter
Markup
<input aria-label="Sign up for sites newsletter" data-drupal-selector="edit-submit" type="submit" id="edit-submit" name="op" value="Subscribe" class="button js-form-submit form-submit btn" data-once="drupal-ajax">
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref WHYMJI
Affected pagehttps://www.lrpv.gov.lv/lv
Element.cookie-title
Accessible nameSīkdatnes
Markup
<span class="cookie-title">Sīkdatnes</span>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref 2VCJVM
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Element.bold-notice
Accessible nameBe the first to find out!
Markup
<h2 class="bold-notice">Be the first to find out!</h2>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref GP95SE
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Element.notice
Accessible nameApply for news in your email.
Markup
<span class="notice">Apply for news in your email.</span>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref VDS66S
Affected pagehttps://www.lrpv.gov.lv/lv
Element.event:nth-child(2) > .event-info-container.container > .event-info.clearfix > .event-date.col-xl-7.col-sm-12 > .date > .date-value-div:nth-child(2) > .info-values-div > .describing-field
Accessible nameLaiks
Markup
<span class="describing-field">Laiks</span>
Component · Ref E65S5U
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Elementa[data-drupal-link-system-path="node/37"]
Accessible nameApproval or extension of the European patent in Latvia (submission of a translation of claims)
Markup
<a href="/en/services/approval-or-extension-european-patent-latvia-submission-translation-claims" data-drupal-link-system-path="node/37">Approval or extension of the European patent in Latvia (submission of a translation of claims)</a>
Component · Ref 8BPXAO
Affected pagehttps://www.lrpv.gov.lv/lv
Element.\32 > .paragraph.paragraph--type--front-page-menus.paragraph--view-mode--default > .front-menu-item > li:nth-child(3) > a > .item-content-title
Accessible namePieteikties bezmaksas konsultācijai ar patentpilnvarnieku
Markup
<span class="item-content-title">Pieteikties bezmaksas konsultācijai ar patentpilnvarnieku</span>
Medium

Touch targets are too small on mobile

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

Increase the size of the touch target to at least 24x24px to make it easier for users to activate by touch. Consider adding padding or increasing the font size of the link to achieve this.

View 56 affected elements
Component · Ref LMTHTY
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv#skip > a
Accessible namePāriet uz lapas saturu
Markup
<a href="#header-content-tools" class="visually-hidden focusable skip-link jump-to-main-navigation">
        Pāriet uz lapas saturu
      </a>
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref U9Z1WG
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Elementdiv > div > ul > li:nth-of-type(3) > div > a
Accessible nameAddress: Citadeles iela 6A, Rīga, LV-1010
Markup
<a href="https://www.google.com/maps/search/?api=1&amp;query=56.958047660387884,24.116153262626092" data-longitude="507064" data-latitude="312722" class="geo-location-url has-generated-url" target="_blank" aria-label="Address: Citadeles iela 6A, Rīga,  LV-1010">Citadeles iela 6A, Rīga,  LV-1010</a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref N4IC9Z
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv > div:nth-of-type(2) > div > div:nth-of-type(2) > div:nth-of-type(1) > a
Accessible nameTālruņa numurs: +371 67099647
Markup
<a href="tel:+371 67099647" aria-label="Tālruņa numurs: +371 67099647" data-once="accessible-tooltips">+371 67099647</a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref KKNDPC
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Elementul > li:nth-of-type(4) > div > span > div > a
Accessible nameMore information
Markup
<a href="#" aria-label="More information" class="c_tooltip-btn icon-information" aria-describedby="tooltip-eaddress-httpslatvijagovlvkdvwritenewmessageaddress-default90000042944-1967477340" aria-expanded="false">
      </a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0
Component · Ref P9EHA5
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv#content-area > div:nth-of-type(2) > div > div:nth-of-type(2) > span > a:nth-of-type(4)
Accessible nameThreads
Rolebutton
Markup
<a class="a2a_button_threads" role="button" aria-label="Threads"><span class="label">Threads</span></a>
Affected pages/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/article/latvia-joins-federated-register-european-patent-office
Component · Ref HC31TT
Affected pagehttps://www.lrpv.gov.lv/lv
Elementdiv > span > div:nth-of-type(2) > span:nth-of-type(2) > span:nth-of-type(3) > a:nth-of-type(1)
Accessible nameNozares ziņas
Markup
<a class="badge" href="/lv/jaunumi?category%5B62%5D=62">Nozares ziņas</a>
Component · Ref 1TI347
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv#audio-player-block-standart0 > div:nth-of-type(5) > a
Accessible nameLejupielādēt: mp3 datne
Rolebutton
Markup
<a class="download__link" href="" download="" aria-label="Lejupielādēt: mp3 datne" role="button" tabindex="-1" data-toggle="tooltip" data-original-title="<b>Lejupielādēt datni</b><br>MP3 · 3 MB">
                    <svg width="24" height="24" fill="#566574" enable-background="new 0 0 29.978 29.978" version="1.1" viewBox="0 0 29.978 29.978" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" tabindex="0" focusable="true">
                        <path d="m25.462 19.105v6.848h-20.947v-6.848h-4.026v8.861c0 1.111 0.9 2.012 2.016 2.012h24.967c1.115 0 2.016-0.9 2.016-2.012v-8.861h-4.026z"></pat…
Component · Ref MMHQRQ
Affected pagehttps://www.lrpv.gov.lv/lv
Elementdiv:nth-of-type(2) > div:nth-of-type(3) > div > span > div:nth-of-type(1) > a
Accessible nameOficiālā izdevuma vāks
Markup
<a href="/lv/jaunums/publicets-patentu-valdes-oficiala-izdevuma-augusta-numurs-5" hreflang="lv">
<img loading="lazy" src="/files/lrpv-s3/s3fs-public/styles/article_full_image_665x375_cut_bottom/public/gallery_images/oficialais-izdevums-2022.png?itok=dgbMhacN" width="665" height="375" alt="Oficiālā izdevuma vāks" class="img-fluid">

</a>
Component · Ref 657SFY
Affected pagehttps://www.lrpv.gov.lv/lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Elementdiv > p:nth-of-type(17) > span > span > span > a
Accessible nameŠEIT
Markup
<a data-external-link="TRUE" href="https://www.epo.org/en/about-us/office/strategic-plan-2028" class="whitelist-processed">ŠEIT</a>
Component · Ref L9WNSM
Affected pagehttps://www.lrpv.gov.lv/en/services-0
Elementdiv > div:nth-of-type(2) > div > div > p:nth-of-type(3) > a
Accessible namehere
Markup
<a data-external-link="FALSE" href="https://www.lrpv.gov.lv/en/representation-patent-office" target="_blank">here</a>
Component · Ref IE2ZPG
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Elementdiv > div > p:nth-of-type(4) > span > span > a
Accessible nameEPO website
Markup
<a data-external-link="TRUE" href="https://www.epo.org/en/searching-for-patents/legal/register/documentation/federated-register" rel="noopener" target="_blank" class="whitelist-processed">EPO website</a>
Component · Ref 2ZTA9C
Affected pagehttps://www.lrpv.gov.lv/lv
Elementdiv:nth-of-type(1) > div > div > span:nth-of-type(3) > span > a
Accessible nameZiņas no iestādes
Markup
<a class="badge" href="/lv/jaunumi?category%5B61%5D=61">Ziņas no iestādes</a>
Medium

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)2 instances2 inspected pages

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 page content adapts to different screen sizes by using responsive design techniques, such as using relative units (e.g., percentages or ems) instead of fixed units (e.g., pixels) for layout and styling. Additionally, consider using CSS media queries to apply different styles based on various viewport widths.

View 2 affected elements
Component · Ref TO6NIW
Affected pagehttps://www.lrpv.gov.lv/lv
Elementhtml
Accessible namewindow.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag("js", new Date());gtag("set", "developer_id.dMDhkMT", true);gtag("config", "G-Y1GVC987HZ", {"groups":"default","page_placeholder":"PLACEHOLDER_page_location","allow_ad_personalization_signals":false}); :root {--font-body: 'RobustaTLPro-Regular';--font-heading: 'RobustaTLPro-Medium';--font-heading-bold: 'RobustaTLPro-Bold';--font-heading-weight: normal;--font-heading-bold-weight: normal;} :root {--button-border-radius: 3px} :root {--brand-color: #840B55;--brand-color01: #B0036E;--logo-color: #840B55;} #sliding-popup.sliding-popup-top { position: fixed; } .footer_bg_img { background-image: url(https://www.lrpv.gov.lv/files/lrpv-s3/s3fs-public/styles/front_bg/public/gallery_images/rozigais-fons-2.jpg?itok=DytJu_3D); } window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={}; Sākumlapa | Patentu valde Pāriet uz lapas saturu Sīkdatnes Lai šī tīmekļvietne darbotos, tā izmanto obligāti nepieciešamās sīkdatnes. Ar Jūsu piekrišanu papildus šajā vietnē var tikt izmantotas statistikas un sociālo mediju sīkdatnes. Lūdzu, atzīmējiet savu izvēli: Statistical cookies Social media cookies Noraidīt Apstiprināt visas Pārvaldīt sīkdatnes Izvēlne Izvēlne Atpakaļ Atpakaļ Par mums Vadība Struktūra Darbības jomas Izgudrojumu patenti Kā aizsargāt izgudrojumu Izmaksas Pakalpojumi Papildu aizsardzības sertifikāts Datubāzes Normatīvie akti Izgudrojumu aizsardzība ārvalstīs Patentmeklējums Eiropas Patentu iestādē Pusvadītāju izstrādājumu topogrāfijas Jautājumi un atbildes - izgudrojumu patenti Preču zīmes Kā reģistrēt preču zīmi Izmaksas Pakalpojumi Nicas klasifikācija Atteiktās preču zīmes Datubāzes Normatīvie akti Preču zīmju aizsardzība ārvalstīs Jautājumi un atbildes Dizainparaugi Kā reģistrēt dizainparaugu Izmaksas Pakalpojumi Lokarno klasifikācija Normatīvie akti Dizainparaugu aizsardzība ārvalstīs Datubāzes Dizainparaugu tipveida līgumi Jautājumi un atbildes Ģeogrāfiskās izcelsmes norādes ĢIN amatniecības un rūpniecības ražojumiem Ģeogrāfiskās izcelsmes norādes lauksaimniecības un pārtikas produktiem Sabiedrības informēšana Kas ir intelektuālais īpašums Patentu valdes bibliotēka Apmācību avoti par intelektuālo īpašumu Intelektuālais īpašums skolās Uzņēmējiem Legāls saturs tiešsaistē Publikācijas un pārskati Oficiālais izdevums Publiskie pārskati Statistika Izgudrojumu statistika Preču zīmju statistika Dizainparaugu statistika Apelācijas padomes statistika Informatīvie materiāli Bukleti Rokasgrāmatas uzņēmējiem Kopīgie paziņojumi Pētījumi SKDS veiktais pētījum…[truncated by Evolize: exceeded D1 value limit]
Markup
<html lang="lv" dir="ltr" prefix="og: https://ogp.me/ns#" class="js" data-once="drupal-dialog-deprecation-listener js--explain-trigger webform-dialog dialogCatch banners-slider"><head>
    <meta charset="utf-8">
<script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments)};gtag("js", new Date());gtag("set", "developer_id.dMDhkMT", true);gtag("config", "G-Y1GVC987HZ", {"groups":"default","page_placeholder":"PLACEHOLDER_page_location","allow_ad_personalization_signals":false});</script>
<link rel="shortlink" href="https://www.lrpv.gov.lv/lv">
<link rel="canonical" …
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028
Low

Low-quality alternative text

WCAG 1.1.1 (A)72 instances5 inspected pages

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Why it matters

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Recommended correction

Update the alt text to accurately describe the content of the image. For example, if the image is a logo, the alt text could be 'Logo of Patentu valde'. If the image is decorative, the alt text could be an empty string or a brief description of the image's purpose.

View 72 affected elements
Component · Ref SLW6DN
Affected pagehttps://www.lrpv.gov.lv/en/article/latvia-joins-federated-register-european-patent-office
Elementdiv#block-ministry-branding > a:nth-of-type(2) > img
Markup
<img src="/files/lrpv-s3/s3fs-public/logo_4_eng_2_0.png" alt="Patentu valde">
Affected pages/ /lv/jaunums/apstiprinats-epo-strategiskais-plans-2028 /en/designs/services /en/article/latvia-joins-federated-register-european-patent-office /en/services-0

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.