{
  "host": "socialjustice.gov.in",
  "category": "ministry",
  "url": "https://socialjustice.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://socialjustice.gov.in/",
      "violations": [
        {
          "id": "aria-hidden-focus",
          "impact": "serious",
          "help": "ARIA hidden element must not be focusable or contain focusable elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-hidden-focus?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "#sjeModal",
              "html": "<div class=\"modal fade\" id=\"sjeModal\" aria-hidden=\"true\" aria-labelledby=\"exampleModalToggleLabel\" tabindex=\"-1\">"
            }
          ]
        },
        {
          "id": "aria-prohibited-attr",
          "impact": "serious",
          "help": "Elements must only use permitted ARIA attributes",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-prohibited-attr?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": ".facebook-icon",
              "html": "<span class=\"position-absolute top-0 start-50 translate-middle facebook-icon\" data-bs-toggle=\"tooltip\" title=\"Facebook\" role=\"facebook\" aria-label=\"Facebook\"></span>"
            },
            {
              "target": ".fb-link ._56_f",
              "html": "<span class=\"_56_f _5dzy _5d-0 _3twv _5d-3\" aria-label=\"Verified Page\"></span>"
            },
            {
              "target": ".youtube-icon",
              "html": "<span class=\"position-absolute top-0 start-50 translate-middle youtube-icon\" data-bs-toggle=\"tooltip\" title=\"Instagram\" role=\"instagram\" aria-label=\"Instagram\"></span>"
            }
          ]
        },
        {
          "id": "aria-roles",
          "impact": "critical",
          "help": "ARIA roles used must conform to valid values",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-roles?application=playwright",
          "nodes": 18,
          "samples": [
            {
              "target": "aside[role=\"New\"]",
              "html": "<aside role=\"New\" aria-label=\"Whats New\" class=\"col-md-6\">"
            },
            {
              "target": "aside[role=\"WebsiteLink\"]",
              "html": "<aside role=\"WebsiteLink\" aria-label=\"Top 10 Website\" class=\"col-md-6\">"
            },
            {
              "target": "#minister",
              "html": "<section role=\"minister\" aria-label=\"Minister Details\" class=\"bg-white pt-5 pb-1\" id=\"minister\">"
            }
          ]
        },
        {
          "id": "color-contrast",
          "impact": "serious",
          "help": "Elements must meet minimum color contrast ratio thresholds",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/color-contrast?application=playwright",
          "nodes": 12,
          "samples": [
            {
              "target": "#flush-collapse76621 > .accordion-body.p-2 > .list-circle.m-0 > li:nth-child(1) > a",
              "html": "<a href=\"https://socialjustice.gov.in/common/76638\">Parliament Questions</a>"
            },
            {
              "target": "#flush-collapse76621 > .accordion-body.p-2 > .list-circle.m-0 > li:nth-child(3) > a",
              "html": "<a href=\"https://socialjustice.gov.in/common/76641\">Special Mention/ Matters raised under 377</a>"
            },
            {
              "target": "#flush-collapse76621 > .accordion-body.p-2 > .list-circle.m-0 > li:nth-child(4) > a",
              "html": "<a href=\"https://socialjustice.gov.in/common/76642\">Papers Laid during the previous Session</a>"
            }
          ]
        },
        {
          "id": "frame-title",
          "impact": "serious",
          "help": "Frames must have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/frame-title?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".fb-link",
              "html": "<iframe class=\"fb-link w-100\" src=\"https://www.facebook...\" allow=\"autoplay; clipboard-...\">"
            },
            {
              "target": ".h-100",
              "html": "<iframe class=\"w-100 h-100\" src=\"https://www.instagram.com/msjegoi/embed\" frameborder=\"0\">Instagram</iframe>"
            }
          ]
        },
        {
          "id": "image-redundant-alt",
          "impact": "minor",
          "help": "Alternative text of images should not be repeated as text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-redundant-alt?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "img[alt=\"Nasha Mukt Bharat Abhiyaan\"]",
              "html": "<img class=\"ps-2\" src=\"/public/latest/images/nma-logo.png\" width=\"70\" alt=\"Nasha Mukt Bharat Abhiyaan\">"
            },
            {
              "target": "a[href$=\"nosmsje.gov.in/\"] > .ps-2[width=\"70\"]",
              "html": "<img class=\"ps-2\" src=\"/public/latest/images/nos-logo.png\" width=\"70\" alt=\"National Overseas Scholarship Scheme\">"
            },
            {
              "target": "img[width=\"66\"]",
              "html": "<img class=\"ps-2\" src=\"/public/latest/images/npt-logo.png\" width=\"66\" alt=\"National Portal For Transgender Persons\">"
            }
          ]
        },
        {
          "id": "landmark-no-duplicate-banner",
          "impact": "moderate",
          "help": "Document should not have more than one banner landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-no-duplicate-banner?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".carousel-inner > .active",
              "html": "<header role=\"banner\" class=\"carousel-item active\">"
            }
          ]
        },
        {
          "id": "landmark-one-main",
          "impact": "moderate",
          "help": "Document should have one main landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-one-main?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "html",
              "html": "<html lang=\"en\">"
            },
            {
              "target": ".fb-link #facebook",
              "html": "<html lang=\"en\" id=\"facebook\" class=\"no_svg no_js\">"
            },
            {
              "target": ".h-100 #facebook",
              "html": "<html lang=\"en\" id=\"facebook\" class=\"no_js\">"
            }
          ]
        },
        {
          "id": "landmark-unique",
          "impact": "moderate",
          "help": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-unique?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".carousel-inner > .active",
              "html": "<header role=\"banner\" class=\"carousel-item active\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 8,
          "samples": [
            {
              "target": ".col-lg-4.col-sm-6.col-md-6:nth-child(1) > .py-5.minister.shadow-sm > .mt-4.justify-content-center.d-flex > .m-2.rounded-circle.p-2:nth-child(1)",
              "html": "<a href=\"https://www.facebook.com/Drvirendrakum13\" target=\"_blank\" class=\"border rounded-circle p-2 m-2\" style=\"color:#2547ba;\"><i class=\"fa fa-facebook fs-4\" aria-hidden=\"true\" style=\"height:32px;width: 32px;\"></i></a>"
            },
            {
              "target": ".col-lg-4.col-sm-6.col-md-6:nth-child(1) > .py-5.minister.shadow-sm > .mt-4.justify-content-center.d-flex > .m-2.rounded-circle.p-2:nth-child(3)",
              "html": "<a href=\"https://sansad.in/ls/members/biographyM/515?from=members\" target=\"_blank\" class=\"border rounded-circle p-2 m-2\" style=\"color:#2547ba;\"><i class=\"fa fa-user-o fs-4\" aria-hidden=\"true\" style=\"height:32px;width: 32px;\"></i></a>"
            },
            {
              "target": ".col-lg-4.col-sm-6.col-md-6:nth-child(2) > .py-5.minister.shadow-sm > .mt-4.justify-content-center.d-flex > .m-2.rounded-circle.p-2:nth-child(1)",
              "html": "<a href=\"https://www.facebook.com/ramdasathawale\" target=\"_blank\" class=\"border rounded-circle p-2 m-2\" style=\"color:#2547ba;\"><i class=\"fa fa-facebook fs-4\" aria-hidden=\"true\" style=\"height:32px;width: 32px;\"></i></a>"
            }
          ]
        },
        {
          "id": "page-has-heading-one",
          "impact": "moderate",
          "help": "Page should contain a level-one heading",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/page-has-heading-one?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": "html",
              "html": "<html lang=\"en\">"
            },
            {
              "target": ".fb-link #facebook",
              "html": "<html lang=\"en\" id=\"facebook\" class=\"no_svg no_js\">"
            },
            {
              "target": ".h-100 #facebook",
              "html": "<html lang=\"en\" id=\"facebook\" class=\"no_js\">"
            }
          ]
        },
        {
          "id": "presentation-role-conflict",
          "impact": "minor",
          "help": "Elements marked as presentational should be consistently ignored",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/presentation-role-conflict?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".fb-link img",
              "html": "<img class=\"_s0 _4ooo _6y97 _6_u...\" src=\"https://scontent-sjc...\" alt=\"\" aria-label=\"Ministry of Social J...\" role=\"img\">"
            }
          ]
        },
        {
          "id": "region",
          "impact": "moderate",
          "help": "All page content should be contained by landmarks",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/region?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".px-3",
              "html": "<h6 class=\"px-3 py-2 m-0 whats-new bg-white\"><img src=\"/public/latest/images/news-icon.png\" alt=\"news icon\" title=\"news icon\" style=\"visibility: visible !important;\"> Important Links</h6>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}