[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.2Section 508 - 2017Key
ALevel A, 6 issuesLevel A, 6 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 3 issuesLevel AA, 3 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 2 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

6 issues on 5 pages

CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation. WCAG 2.2 A F91 Section 508 (2017) A F91 4 pages
Data tables allow screen reader users to understand column and row relationships. Layout tables read cells as a series of unrelated paragraphs with no tabular structure.

Without th or role, screen readers apply heuristics to decide whether a table is a layout table or data table. These heuristics vary greatly between screen readers, and are affected by browser being used, window size, and font size (so the outcome is very unpredictable without th or role).

If a data table has headers marked up using td, then change these to th. If a data table has no headers, add th elements describing each row and/or column. If the table is only used for layout add role=presentation to the table element.

Impact on users:

  • JAWS Reading: Treats tables without th and role as layout tables if the table contains cells above or below certain pixel sizes. This measurement is affected by browser window size, browser font size, and the browser used.
  • NVDA Reading: Applies a layout table heuristic to tables without th and role which varies depending on the browser used and on the window size in some circumstances.
  • VoiceOver Reading: Uses a sophisticated heuristic on tables without th and role, which is similar (but not identical) to the heuristic used by NVDA with Firefox.
1.3.1
https://msk1.devkiru.com/Line 280 302 324 346 368 ...
https://msk1.devkiru.com/bdsmLine 944 1025 1106 1187 1268 ...
https://msk1.devkiru.com/jelitnyeLine 944 1025 1106 1187 1268 ...
https://msk1.devkiru.com/massazhistkiLine 958 1039 1120 1201 1282 ...
Criticalimg alt text must not use ASCII art (which includes smileys). WCAG 2.2 A F72 Section 508 (2017) A F72 1 pages
Change the alt text to a meaningful description. alt text consisting of punctuation characters sounds like "colon dash right-bracket" when read aloud.

Impact on users:

  • JAWS 2023.2311.34 Chrome 120 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2023.2311.34 FF 115 Windows 10 Reading: Meaningless punctuation read.
  • JAWS 2023.2311.34 Edge 120 Windows 10 Reading: Meaningless punctuation read.
1.1.1
alt='>'
https://msk1.devkiru.com/
Line 952
CriticalIndicating links using only a text color change does not work for color-blind users. WCAG 2.2 A F73 Section 508 (2017) A F73 5 pages
Remove the text-decoration:none property from your link styles, or add other style attributes in addition to color changes to make links visible to people without color vision. If the non-color cue only happens when the mouse hovers over the link or when the link receives focus, it is still a failure. 1.4.1
https://msk1.devkiru.com/Line 132
https://msk1.devkiru.com/bdsmLine 550
https://msk1.devkiru.com/jelitnyeLine 550
https://msk1.devkiru.com/massazhistkiLine 550
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis page uses nested tables, which do not make sense when read in a screen reader. WCAG 2.2 A F49 Section 508 (2017) A F49 4 pages
Add role='presentation' if the inner table is a layout table, otherwise modify the inner table to present the same data without nesting tables. 1.3.2
https://msk1.devkiru.com/Line 280 302 324 346 368 ...
https://msk1.devkiru.com/bdsmLine 944 1025 1106 1187 1268 ...
https://msk1.devkiru.com/jelitnyeLine 944 1025 1106 1187 1268 ...
https://msk1.devkiru.com/massazhistkiLine 958 1039 1120 1201 1282 ...
CriticalUse HTML headings instead of applying CSS heading styles to non-headings. WCAG 2.2 A F2 Section 508 (2017) A F2 5 pages
Screen reader users rely on headings to navigate within pages. Either add role=heading with aria-level or use h1-h6 elements to identify the element as a heading to screen readers. 1.3.1
https://msk1.devkiru.com/Line 100
https://msk1.devkiru.com/bdsmLine 212
https://msk1.devkiru.com/jelitnyeLine 212
https://msk1.devkiru.com/massazhistkiLine 212
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
CriticalUse semantic markup like strong instead of using the CSS font-weight property. WCAG 2.2 A F2 Section 508 (2017) A F2 5 pages
Use the strong element instead of the span element for bold text. 1.3.1
https://msk1.devkiru.com/Line 923 956
https://msk1.devkiru.com/bdsmLine 3326 3476
https://msk1.devkiru.com/jelitnyeLine 3326 3471
https://msk1.devkiru.com/massazhistkiLine 3344 3454
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AA

3 issues on 5 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.2 AA 1.4.3 Section 508 (2017) AA 1.4.3 5 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
1.4.6
The text color to background color contrast ratio after composition is: 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12ptfont-weight: 700 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12ptfont-weight: 700 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12ptfont-weight: 700
https://msk1.devkiru.com/
Line 91 100 136 934 940 ...
The text color to background color contrast ratio after composition is: 1.49 with color: rgb(208,212,216)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12ptfont-weight: 700 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12.75ptfont-weight: 700 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400
https://msk1.devkiru.com/bdsm
Line 559 3326 3420 3424 3438 ...
The text color to background color contrast ratio after composition is: 1.49 with color: rgb(208,212,216)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12ptfont-weight: 700 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12.75ptfont-weight: 700 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400
https://msk1.devkiru.com/jelitnye
Line 559 3326 3415 3419 3433 ...
The text color to background color contrast ratio after composition is: 1.49 with color: rgb(208,212,216)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12ptfont-weight: 700 4.12 with color: rgb(255,255,255)background: rgb(223,57,139)font-size: 12.75ptfont-weight: 700 2.45 with color: rgb(162,166,170)background: rgb(255,255,255)font-size: 12ptfont-weight: 400
https://msk1.devkiru.com/massazhistki
Line 559 3344 3398 3402 3416 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantIf you set any of the colors on the body or a elements you must set all of them. WCAG 2.2 AA F24 Section 508 (2017) AA F24 5 pages
In HTML the color attributes are text, bgcolor, link, alink and vlink. In CSS the attributes are color and background-color. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background. 1.4.3 1.4.6 1.4.8
The colors used are: color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings
https://msk1.devkiru.com/
Line 273 274 275 276 295 ...
The colors used are: color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings
https://msk1.devkiru.com/bdsm
Line 921 1002 1083 1164 1245 ...
The colors used are: color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings
https://msk1.devkiru.com/jelitnye
Line 921 1002 1083 1164 1245 ...
The colors used are: color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings color: rgb(0,0,0) from browser settings and background: rgb(255,255,255) from browser settings
https://msk1.devkiru.com/massazhistki
Line 935 1016 1097 1178 1259 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. WCAG 2.2 AA F78 Section 508 (2017) AA F78 5 pages
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See :focus-visible for more information.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
2.4.7
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://msk1.devkiru.com/
Line 79 112 117 122 127 ...
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://msk1.devkiru.com/bdsm
Line 154 171 222
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://msk1.devkiru.com/jelitnye
Line 154 171 222
:focus and :not(:focus) have same outline: :focus and :not(:focus) have same outline:
https://msk1.devkiru.com/massazhistki
Line 154 171 222
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.

Level AAA

2 issues on 5 pages

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.2 AAA F22 5 pages
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute. 3.2.5
https://msk1.devkiru.com/Line 54 266 269 288 291 ...
https://msk1.devkiru.com/bdsmLine 91 899 910 980 991 ...
https://msk1.devkiru.com/jelitnyeLine 91 899 910 980 991 ...
https://msk1.devkiru.com/massazhistkiLine 91 913 924 994 1005 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.2 AAA 1.4.6 5 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is: 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400
https://msk1.devkiru.com/
Line 315 359 381 557 711 ...
The text color to background color contrast ratio after composition is: 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400
https://msk1.devkiru.com/bdsm
Line 882 1648 1972 2053 2134 ...
The text color to background color contrast ratio after composition is: 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400
https://msk1.devkiru.com/jelitnye
Line 882 1405 1486 1972 2861 ...
The text color to background color contrast ratio after composition is: 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400 5.57 with color: rgb(107,95,160)background: rgb(255,255,255)font-size: 10.50ptfont-weight: 400
https://msk1.devkiru.com/massazhistki
Line 882 1500 1581 1662 2958 ...
This issue was found on another 1 pages. The trial version is limited to showing issues on 4 pages.
Expand all 11 issues