tabor.ru Accessibility Report

Accessibility audit of tabor.ru — scanned on Feb 21, 2026

Technology
0 /100
D Poor

4 issues found across 2 categories

2 Critical 2 Major

WCAG Compliance Overview

Perceivable 2 issues
Operable 2 issues
Understandable 0 issues
Robust 0 issues

Issues Found

Viewport blocks user scaling

Critical

Users must be able to zoom and scale the page. Blocking zoom prevents low-vision users from enlarging content.

WCAG 1.4.4
1 element(s) affected
  • <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui">
How to fix

Remove maximum-scale=1 and user-scalable=no from the viewport meta tag.

Form inputs missing labels

Critical

Form elements must have associated labels so users know what information to enter.

WCAG 1.3.1
7 element(s) affected
  • <input type="text" name="user[login]">
  • <input type="password" name="user[password]">
  • <input type="checkbox" name="user[remember]">
  • <input type="slider" name="search[age]">
  • <input type="text" name="city">
How to fix

Add <label> elements with matching for attributes, or use aria-label.

Positive tabindex values

Major

Elements with tabindex > 0 disrupt natural tab order and confuse keyboard users.

WCAG 2.4.3
4 element(s) affected
  • <input tabindex="1">
  • <input tabindex="2">
  • <input tabindex="3">
  • <input tabindex="4">
How to fix

Remove positive tabindex values. Use tabindex="0" or tabindex="-1" only.

No skip navigation link

Major

Pages should have a mechanism to bypass repeated navigation blocks.

WCAG 2.4.1
1 element(s) affected
  • No skip navigation link found
How to fix

Add a 'Skip to main content' link as the first focusable element on the page.

Top Priority Fixes

Here are the most impactful changes tabor.ru should make to improve accessibility:

  1. #1
    Form inputs missing labels Critical

    Add <label> elements with matching for attributes, or use aria-label.

  2. #2
    Viewport blocks user scaling Critical

    Remove maximum-scale=1 and user-scalable=no from the viewport meta tag.

  3. #3
    Positive tabindex values Major

    Remove positive tabindex values. Use tabindex="0" or tabindex="-1" only.

Frequently Asked Questions

Is tabor.ru accessible?

tabor.ru scored 54/100 (grade D) on our accessibility audit. This score reflects automated checks against WCAG 2.1 Level AA criteria.

Is tabor.ru WCAG compliant?

Our scan found 4 accessibility issues on tabor.ru. Full WCAG compliance requires addressing all critical and major issues identified above.

Is tabor.ru EAA compliant?

The European Accessibility Act requires websites to meet WCAG 2.1 AA standards. Check the detailed report above to see tabor.ru's compliance status.

What accessibility issues does tabor.ru have?

See the full issue list above with severity levels, affected elements, and recommended fixes for tabor.ru.

Scan Your Own Website

Get a free accessibility report for your website in seconds.