{
  "host": "swasthyasathi.gov.in",
  "category": "ayushman",
  "url": "https://swasthyasathi.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://swasthyasathi.gov.in/",
      "violations": [
        {
          "id": "aria-dialog-name",
          "impact": "serious",
          "help": "ARIA dialog and alertdialog nodes should have an accessible name",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/aria-dialog-name?application=playwright",
          "nodes": 27,
          "samples": [
            {
              "target": "#video_3056",
              "html": "<div class=\"modal fade\" id=\"video_3056\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">"
            },
            {
              "target": "#video_3045",
              "html": "<div class=\"modal fade\" id=\"video_3045\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">"
            },
            {
              "target": "#video_3048",
              "html": "<div class=\"modal fade\" id=\"video_3048\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\">"
            }
          ]
        },
        {
          "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": 21,
          "samples": [
            {
              "target": "li:nth-child(1) > span",
              "html": "<span>Paperless</span>"
            },
            {
              "target": "li:nth-child(2) > span",
              "html": "<span>Cashless</span>"
            },
            {
              "target": "li:nth-child(3) > span",
              "html": "<span>Zero Contribution</span>"
            }
          ]
        },
        {
          "id": "document-title",
          "impact": "serious",
          "help": "Documents must have <title> element to aid in navigation",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/document-title?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "html",
              "html": "<html>"
            }
          ]
        },
        {
          "id": "heading-order",
          "impact": "moderate",
          "help": "Heading levels should only increase by one",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/heading-order?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".text > h3",
              "html": "<h3>Main Features of the Scheme:</h3>"
            },
            {
              "target": ".newsdiv:nth-child(1) > h4",
              "html": "<h4><a href=\"/Latestnewscont/LatestNewsDetail?news_id=27\"> A daily labour name</a> </h4>"
            }
          ]
        },
        {
          "id": "html-has-lang",
          "impact": "serious",
          "help": "<html> element must have a lang attribute",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/html-has-lang?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "html",
              "html": "<html>"
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-alt?application=playwright",
          "nodes": 3,
          "samples": [
            {
              "target": ".dark > img",
              "html": "<img src=\"/Content/Home/images/ico-themes-light.png\">"
            },
            {
              "target": "img[width=\"70px\"]",
              "html": "<img src=\"/Content/images/swasthyasathi-app-2020.png\" width=\"70px\">"
            },
            {
              "target": "img[width=\"122px\"]",
              "html": "<img src=\"/Content/images/android-app.png\" width=\"122px\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".col-sm-12 > a[target=\"_blank\"]",
              "html": "<a href=\"https://play.google.com/store/apps/details?id=com.wb.swasthyasathi\" target=\"_blank\"><img src=\"/Content/images/android-app.png\" width=\"122px\"></a>"
            }
          ]
        },
        {
          "id": "meta-viewport",
          "impact": "moderate",
          "help": "Zooming and scaling must not be disabled",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/meta-viewport?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "meta[name=\"viewport\"]",
              "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\">"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": ".helpbutton",
              "html": "<a href=\"https://ssai.swasthyasathi.gov.in/MayIhelpYou/MayIHelpYou\" target=\"_blank\" class=\"helpbutton\"><img src=\"/Content/Home/images/helpicon.png\" alt=\"\">How Can I Help You</a>"
            },
            {
              "target": ".bodycont > .container-fluid",
              "html": "<div class=\"container-fluid\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}