{
  "host": "odisha.gov.in",
  "category": "state",
  "url": "https://odisha.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://odisha.gov.in/",
      "violations": [
        {
          "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": 1,
          "samples": [
            {
              "target": "iframe[allow=\"encrypted-media\"] ._56_f",
              "html": "<span class=\"_56_f _5dzy _5d-0 _3twv _5d-3\" aria-label=\"Verified Page\"></span>"
            }
          ]
        },
        {
          "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": 3,
          "samples": [
            {
              "target": "iframe[width=\"1024\"]",
              "html": "<iframe width=\"1024\" height=\"300\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" src=\"https://www.youtube.com/embed/QpQ0FZ5UGvA?autoplay=0&amp;rel=0&amp;start=0\"></iframe>"
            },
            {
              "target": ".odisha-map > iframe",
              "html": "<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7669466.335637536!2d79.94990579695603!3d20.181694965243498!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a226aece9af3bfd%3A0x133625caa9cea81f!2sOdisha!5e0!3m2!1sen!2s"
            },
            {
              "target": "iframe[allow=\"encrypted-media\"]",
              "html": "<iframe allow=\"encrypted-media\" height=\"250\" src=\"https://www.facebook...\" style=\"border:none;overflow...\" width=\"250\">"
            }
          ]
        },
        {
          "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": 3,
          "samples": [
            {
              "target": ".content-item.flex1-child[data-aos-duration=\"2000\"]:nth-child(1) > header > h4",
              "html": "<h4>ବିଭାଗ ସମୂହ</h4>"
            },
            {
              "target": ".treasure-gallery-card.after-shape:nth-child(1) > .trasure-gallery-content > h4",
              "html": "<h4>ପର୍ଯ୍ୟଟନ</h4>"
            },
            {
              "target": ".dark-bg.main-news[data-aos-duration=\"3000\"] > .content-item.flex1-child:nth-child(1) > header > h4",
              "html": "<h4>ଆୟୋଗ</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-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": 6,
          "samples": [
            {
              "target": "img[alt=\"ଓଡ଼ିଶା ୱାନ୍\"]",
              "html": "<img loading=\"lazy\" src=\"/sites/default/files/2021-12/odisha-one-logo.png\" width=\"36\" height=\"36\" alt=\"ଓଡ଼ିଶା ୱାନ୍\" typeof=\"Image\">"
            },
            {
              "target": "img[alt=\"ରାଜ୍ୟ ଡ୍ୟାସବୋର୍ଡ଼\"]",
              "html": "<img loading=\"lazy\" src=\"/sites/default/files/2020-10/dashboard.png\" width=\"36\" height=\"36\" alt=\"ରାଜ୍ୟ ଡ୍ୟାସବୋର୍ଡ଼\" typeof=\"Image\">"
            },
            {
              "target": "img[alt=\"ଶିକ୍ଷା\"]",
              "html": "<img loading=\"lazy\" src=\"/sites/default/files/2020-02/educations_0.png\" width=\"36\" height=\"36\" alt=\"ଶିକ୍ଷା\" typeof=\"Image\">"
            }
          ]
        },
        {
          "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": 2,
          "samples": [
            {
              "target": "#block-languageswitcher-6",
              "html": "<div class=\"language-switcher-language-url block block-language block-language-blocklanguage-interface\" id=\"block-languageswitcher-6\" role=\"navigation\">"
            },
            {
              "target": "nav[aria-labelledby=\"pagination-heading--2\"]",
              "html": "<nav role=\"navigation\" aria-labelledby=\"pagination-heading--2\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": "iframe[allow=\"encrypted-media\"] #u_0_0_cW",
              "html": "<a href=\"https://www.facebook.com/CMO.Odisha?ref=embed_page\" target=\"_blank\" id=\"u_0_0_cW\"></a>"
            },
            {
              "target": "iframe[allow=\"encrypted-media\"] ._3-8_.lfloat",
              "html": "<a class=\"_3-8_ lfloat\" href=\"https://www.facebook.com/214515285554134?ref=embed_page\" target=\"_blank\"></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\"]:nth-child(10)",
              "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\">"
            }
          ]
        },
        {
          "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": "iframe[allow=\"encrypted-media\"] img",
              "html": "<img class=\"_s0 _4ooo _6y97 _6_u...\" src=\"https://scontent-sjc...\" alt=\"\" aria-label=\"CMO Odisha\" 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": 39,
          "samples": [
            {
              "target": ".focusable",
              "html": "<a href=\"#main-content\" class=\"visually-hidden focusable\">\n      Skip to main content\n    </a>"
            },
            {
              "target": ".marquee-text",
              "html": "<div class=\"marquee-text\">"
            },
            {
              "target": "#home > div:nth-child(1)",
              "html": "<div>"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}