{
  "host": "karnataka.gov.in",
  "category": "state",
  "url": "https://karnataka.gov.in/",
  "reachable": true,
  "auditedFromIndia": true,
  "states": [
    {
      "label": "landing",
      "url": "https://karnataka.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": 24,
          "samples": [
            {
              "target": "#myModalfonts",
              "html": "<div class=\"modal fade\" id=\"myModalfonts\" role=\"dialog\">"
            },
            {
              "target": "#newsandevents",
              "html": "<div class=\"modal fade\" id=\"newsandevents\" role=\"dialog\">"
            },
            {
              "target": "#myModal1",
              "html": "<div class=\"modal fade\" id=\"myModal1\" role=\"dialog\">"
            }
          ]
        },
        {
          "id": "button-name",
          "impact": "critical",
          "help": "Buttons must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/button-name?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": ".navbar-toggle",
              "html": "<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\"#myNavbar\">\n        <span class=\"icon-bar\"></span>\n        <span class=\"icon-bar\"></span>\n        <span class=\"icon-bar\"></span>                        \n      <"
            }
          ]
        },
        {
          "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": 3,
          "samples": [
            {
              "target": ".dark-left > .dark-list > li:nth-child(1) > .dark-btn.dark-btn-primary",
              "html": "<a href=\"https://karnataka.gov.in/english\" class=\"dark-btn dark-btn-primary\">English</a>"
            },
            {
              "target": "a[href$=\"cm.karnataka.gov.in\"]",
              "html": "<a href=\"https://cm.karnataka.gov.in\" target=\"_blank\" class=\"dark-btn dark-btn-primary\">\n              Click here to visit CM Portal\n            </a>"
            },
            {
              "target": "a[data-target=\"#Search\"]",
              "html": "<a href=\"#\" data-toggle=\"modal\" data-target=\"#Search\" class=\"dark-btn dark-btn-primary\">\n              Search <i class=\"fa fa-search\"></i>\n            </a>"
            }
          ]
        },
        {
          "id": "empty-heading",
          "impact": "minor",
          "help": "Headings should not be empty",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/empty-heading?application=playwright",
          "nodes": 5,
          "samples": [
            {
              "target": ".testcar:nth-child(5) > a[target=\"_blank\"] > .en-text.carousel-caption > h2",
              "html": "<h2></h2>"
            },
            {
              "target": ".testcar:nth-child(6) > a[target=\"_blank\"] > .en-text.carousel-caption > h2",
              "html": "<h2></h2>"
            },
            {
              "target": ".testcar:nth-child(8) > a[target=\"_blank\"] > .en-text.carousel-caption > h2",
              "html": "<h2></h2>"
            }
          ]
        },
        {
          "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": 1,
          "samples": [
            {
              "target": "h5[title=\"ಇತಿಹಾಸ ಮತ್ತು ಸಂಸ್ಕೃತಿ\"]",
              "html": "<h5 data-toggle=\"tooltip\" title=\"ಇತಿಹಾಸ ಮತ್ತು ಸಂಸ್ಕೃತಿ\">ಇತಿಹಾಸ </h5>"
            }
          ]
        },
        {
          "id": "image-alt",
          "impact": "critical",
          "help": "Images must have alternative text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/image-alt?application=playwright",
          "nodes": 98,
          "samples": [
            {
              "target": ".govt_camp_div_ul > li:nth-child(42) > .news-image > img",
              "html": "<img src=\"https://karnataka.gov.in/frontend/assets/img/campains/2021/11/Budda Day.JPG\">"
            },
            {
              "target": ".govt_camp_div_ul > li:nth-child(43) > .news-image > img",
              "html": "<img src=\"https://karnataka.gov.in/frontend/assets/img/campains/2021/11/midday meal 2.jpg\">"
            },
            {
              "target": ".govt_camp_div_ul > li:nth-child(44) > .news-image > img",
              "html": "<img src=\"https://karnataka.gov.in/frontend/assets/img/campains/2021/11/Raja Kaluve.jpg\">"
            }
          ]
        },
        {
          "id": "landmark-banner-is-top-level",
          "impact": "moderate",
          "help": "Banner landmark should not be contained in another landmark",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/landmark-banner-is-top-level?application=playwright",
          "nodes": 1,
          "samples": [
            {
              "target": "header > header",
              "html": "<header class=\"sticker\">"
            }
          ]
        },
        {
          "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": "body > header",
              "html": "<header class=\"sticker\">"
            }
          ]
        },
        {
          "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": "body > header",
              "html": "<header class=\"sticker\">"
            }
          ]
        },
        {
          "id": "link-name",
          "impact": "serious",
          "help": "Links must have discernible text",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/link-name?application=playwright",
          "nodes": 20,
          "samples": [
            {
              "target": "tr:nth-child(2) > td:nth-child(4) > a[download=\"Nirmala.ttf\"]",
              "html": "<a href=\"https://ceg.karnataka.gov.in/frontend/opt1/fonts/kannada/kedage_kannada_fonts.zip\" download=\"Nirmala.ttf\">\n<i class=\"fa fa-download\" aria-hidden=\"true\" title=\"Download Font\"></i>\n</a>"
            },
            {
              "target": "tr:nth-child(3) > td:nth-child(4) > a[download=\"Nirmala.ttf\"]",
              "html": "<a href=\"https://ceg.karnataka.gov.in/frontend/opt1/fonts/kannada/mallige_kannada_fonts.zip\" download=\"Nirmala.ttf\">\n<i class=\"fa fa-download\" aria-hidden=\"true\" title=\"Download Font\"></i>\n</a>"
            },
            {
              "target": "tr:nth-child(4) > td:nth-child(4) > a[download=\"Nirmala.ttf\"]",
              "html": "<a href=\"https://ceg.karnataka.gov.in/frontend/opt1/fonts/kannada/Lohit_kannada_fonts.zip\" download=\"Nirmala.ttf\">\n<i class=\"fa fa-download\" aria-hidden=\"true\" title=\"Download Font\"></i>\n</a>"
            }
          ]
        },
        {
          "id": "list",
          "impact": "serious",
          "help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/list?application=playwright",
          "nodes": 8,
          "samples": [
            {
              "target": ".col-md-4:nth-child(7) > .card15 > .content-box > .content > ul",
              "html": "<ul>\n   <p> ಒಂದು ರಾಜ್ಯ ಹಲವು ಜಗತ್ತು ಎಂದೇ ಬಿಂಬಿತವಾಗಿರುವ ಕರ್ನಾಟಕದ ಪ್ರವಾಸೋದ್ಯಮವನ್ನು ಸ್ಮಾರಕ- ಪರಂಪರೆ, ಪ್ರಾಕೃತಿಕ, ವನ್ಯ ಜೀವಿ, ಸಾಹಸ, ಪುಣ್ಯ ಕ್ಷೇತ್ರಗಳು ಎಂದು ವರ್ಗಿಕರಿಸಲಾಗುತ್ತದೆ.\n <a href=\"https://karnataka.gov.in/tourister/kn\" target=\"_blank\">ಮತ್ತಷ್ಟು "
            },
            {
              "target": ".col-md-4:nth-child(8) > .card15 > .content-box > .content > ul",
              "html": "<ul>\n    <p> \nವಿಶಾಲ ಮತ್ತು ವೈವಿಧ್ಯಯ ಸಂಪನ್ಮೂಲ ಹೊಂದಿರುವ ಕರ್ನಾಟಕವು ವಿಶ್ವದ ಹೂಡಿಕೆದಾರರಿಗೆ ಅಪಾರ ಅವಕಾಶಗಳನ್ನು ತೆರೆದಿಟ್ಟಿದೆ. ವಿದೇಶಿ ನೇರ ಬಂಡವಾಳಕ್ಕೆ ಅನುಕೂಲವಾಗುವಂತಹ ಉತ್ತಮ ಕಾನೂನು ವ್ಯವಸ್ಥೆ...\n <a href=\"https://karnataka.gov.in/invester/kn\" target=\"_blank\""
            },
            {
              "target": ".col-md-4:nth-child(9) > .card15 > .content-box > .content > ul",
              "html": "<ul>\n    <p>ಜಾಗತೀಕರಣದಿಂದಾಗಿ ಜಾಗತಿಕ ಗ್ರಾಮ ಪರಿಕಲ್ಪನೆ ಪ್ರಪಂಚಾದ್ಯಂತ ಅಸ್ತಿತ್ವಕ್ಕೆ ಬಂದಿದೆ. ಕನ್ನಡಿಗರು ಅನೇಕ ವಿದೇಶಗಳಲ್ಲಿ ನೆಲೆಸಿ ಅನಿವಾಸಿ ಭಾರತೀಯರು ಎನಿಸಿಕೊಂಡಿದ್ದಾರೆ.\n <a href=\"https://karnataka.gov.in/nri/kn\" target=\"_blank\">ಮತ್ತಷ್ಟು ಓದಿ</a></p>\n    </"
            }
          ]
        },
        {
          "id": "listitem",
          "impact": "serious",
          "help": "<li> elements must be contained in a <ul> or <ol>",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/listitem?application=playwright",
          "nodes": 9,
          "samples": [
            {
              "target": "li:nth-child(36)",
              "html": "<li>"
            },
            {
              "target": "li:nth-child(37)",
              "html": "<li>"
            },
            {
              "target": "li:nth-child(38)",
              "html": "<li>"
            }
          ]
        },
        {
          "id": "marquee",
          "impact": "serious",
          "help": "<marquee> elements are deprecated and must not be used",
          "helpUrl": "https://dequeuniversity.com/rules/axe/4.13/marquee?application=playwright",
          "nodes": 2,
          "samples": [
            {
              "target": ".marquee",
              "html": "<marquee class=\"marquee\" behavior=\"scroll\" direction=\"left\" scrollamount=\"7\">"
            },
            {
              "target": "marquee[direction=\"up\"]",
              "html": "<marquee direction=\"up\">"
            }
          ]
        }
      ]
    }
  ],
  "note": "First-party findings only; embedded third-party widgets excluded."
}