From c17b3d865e7d292fa45498fcaa33c6ebe7f8bfd9 Mon Sep 17 00:00:00 2001 From: Shunguo Date: Fri, 8 Sep 2023 08:55:31 -0500 Subject: [PATCH 1/2] disable rules #805 --- .../src/v4/rules/asciiart_alt_exists.ts | 4 ++++ .../src/v4/rules/emoticons_alt_exists.ts | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/accessibility-checker-engine/src/v4/rules/asciiart_alt_exists.ts b/accessibility-checker-engine/src/v4/rules/asciiart_alt_exists.ts index 3ee4c4818..b91e25ef0 100644 --- a/accessibility-checker-engine/src/v4/rules/asciiart_alt_exists.ts +++ b/accessibility-checker-engine/src/v4/rules/asciiart_alt_exists.ts @@ -37,12 +37,16 @@ export let asciiart_alt_exists: Rule = { "group": "ASCII art must have a text alternative" } }, + /** + * Decision in planning 9/7/23 that this rule causes more reviews that we see actual problems in content, so turn these rules off rulesets: [{ "id": ["IBM_Accessibility", "WCAG_2_1", "WCAG_2_0"], "num": ["1.1.1"], "level": eRulePolicy.VIOLATION, "toolkitLevel": eToolkitLevel.LEVEL_ONE }], + */ + rulesets: [], act: [], run: (context: RuleContext, options?: {}, contextHierarchies?: RuleContextHierarchy): RuleResult | RuleResult[] => { const ruleContext = context["dom"].node as Element; diff --git a/accessibility-checker-engine/src/v4/rules/emoticons_alt_exists.ts b/accessibility-checker-engine/src/v4/rules/emoticons_alt_exists.ts index adb135888..5e0caedca 100644 --- a/accessibility-checker-engine/src/v4/rules/emoticons_alt_exists.ts +++ b/accessibility-checker-engine/src/v4/rules/emoticons_alt_exists.ts @@ -37,12 +37,17 @@ export let emoticons_alt_exists: Rule = { "group": "Emoticons must have a short text alternative that describes their purpose" } }, + /** + * Decision in planning 9/7/23 that this rule causes more reviews that we see actual problems in content, so turn these rules off + rulesets: [{ "id": ["IBM_Accessibility", "WCAG_2_1", "WCAG_2_0"], "num": ["1.1.1"], "level": eRulePolicy.VIOLATION, "toolkitLevel": eToolkitLevel.LEVEL_TWO }], + */ + rulesets: [], act: [], run: (context: RuleContext, options?: {}, contextHierarchies?: RuleContextHierarchy): RuleResult | RuleResult[] => { const validateParams = { From 7c584f5abda9dcb4dbe14475935f8535e623547c Mon Sep 17 00:00:00 2001 From: Shunguo Date: Fri, 8 Sep 2023 09:47:38 -0500 Subject: [PATCH 2/2] update the baselines #805 --- .../JSONObjectStructureVerification.html.json | 294 +----------------- ...ectStructureVerificationSelenium.html.json | 294 +----------------- 2 files changed, 4 insertions(+), 584 deletions(-) diff --git a/accessibility-checker/test/baselines/JSONObjectStructureVerification.html.json b/accessibility-checker/test/baselines/JSONObjectStructureVerification.html.json index cf14cb384..5ebaf0a6c 100644 --- a/accessibility-checker/test/baselines/JSONObjectStructureVerification.html.json +++ b/accessibility-checker/test/baselines/JSONObjectStructureVerification.html.json @@ -65,28 +65,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ctitle%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/head[1]/title[1]", - "aria": "/document[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 0, - "top": 0, - "height": 0, - "width": 0 - }, - "snippet": "", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ctitle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_content_in_landmark", "value": ["VIOLATION", "PASS"], @@ -153,28 +131,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20content%3D%5C%22text%5C%22%20name%3D%5C%22Description%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/head[1]/meta[2]", - "aria": "/document[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 0, - "top": 0, - "height": 0, - "width": 0 - }, - "snippet": "<meta content=\"text\" name=\"Description\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20content%3D%5C%22text%5C%22%20name%3D%5C%22Description%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_content_in_landmark", "value": ["VIOLATION", "PASS"], @@ -241,28 +197,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20charset%3D%5C%22utf-8%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/head[1]/meta[1]", - "aria": "/document[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 0, - "top": 0, - "height": 0, - "width": 0 - }, - "snippet": "<meta charset=\"utf-8\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20charset%3D%5C%22utf-8%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_content_in_landmark", "value": ["VIOLATION", "PASS"], @@ -329,28 +263,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Chead%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/head[1]", - "aria": "/document[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 0, - "top": 0, - "height": 0, - "width": 0 - }, - "snippet": "<head>", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Chead%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_content_in_landmark", "value": ["VIOLATION", "PASS"], @@ -549,28 +461,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/heading_content_exists.html#%7B%22message%22%3A%22Heading%20element%20has%20descriptive%20text%22%2C%22snippet%22%3A%22%3Ch1%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22heading_content_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[2]/h1[1]", - "aria": "/document[1]/main[1]/heading[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 48, - "height": 74, - "width": 784 - }, - "snippet": "<h1>", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ch1%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_content_in_landmark", "value": ["VIOLATION", "PASS"], @@ -747,28 +637,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[2]/div[2]", - "aria": "/document[1]/main[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 144, - "height": 0, - "width": 784 - }, - "snippet": "<div id=\"firstDiv\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "element_id_unique", "value": ["VIOLATION", "FAIL"], @@ -945,28 +813,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[2]/div[1]", - "aria": "/document[1]/main[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 144, - "height": 0, - "width": 784 - }, - "snippet": "<div id=\"firstDiv\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "element_id_unique", "value": ["VIOLATION", "PASS"], @@ -1121,28 +967,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20name%3D%5C%22navskip%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[2]/a[1]", - "aria": "/document[1]/main[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 48, - "height": 0, - "width": 0 - }, - "snippet": "<a name=\"navskip\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20name%3D%5C%22navskip%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_content_in_landmark", "value": ["VIOLATION", "PASS"], @@ -1297,28 +1121,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22main%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[2]", - "aria": "/document[1]/main[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 48, - "height": 74, - "width": 784 - }, - "snippet": "<div role=\"main\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22main%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_role_valid", "value": ["VIOLATION", "PASS"], @@ -1583,28 +1385,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20alt%3D%5C%22skip%20to%20main%20content%5C%22%20href%3D%5C%22%23navskip%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[1]/a[1]", - "aria": "/document[1]/navigation[1]/link[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 8, - "height": 18, - "width": 56 - }, - "snippet": "<a alt=\"skip to main content\" href=\"#navskip\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20alt%3D%5C%22skip%20to%20main%20content%5C%22%20href%3D%5C%22%23navskip%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "element_tabbable_visible", "value": ["VIOLATION", "PASS"], @@ -1803,28 +1583,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22navigation%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]/div[1]", - "aria": "/document[1]/navigation[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 8, - "height": 19, - "width": 784 - }, - "snippet": "<div role=\"navigation\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22navigation%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "aria_role_valid", "value": ["VIOLATION", "PASS"], @@ -2067,28 +1825,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cbody%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]/body[1]", - "aria": "/document[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 8, - "top": 8, - "height": 114, - "width": 784 - }, - "snippet": "<body>", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cbody%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "ruleId": "page_title_exists", "value": ["VIOLATION", "PASS"], @@ -2221,30 +1957,8 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/html_lang_exists.html#%7B%22message%22%3A%22Page%20language%20detected%20as%20%5C%22en%5C%22%22%2C%22snippet%22%3A%22%3Chtml%20lang%3D%5C%22en%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22html_lang_exists%22%2C%22msgArgs%22%3A%5B%22en%22%5D%7D" - }, { - "ruleId": "emoticons_alt_exists", - "value": ["VIOLATION", "PASS"], - "path": { - "dom": "/html[1]", - "aria": "/document[1]" - }, - "reasonId": "Pass_0", - "message": "Rule Passed", - "messageArgs": [], - "apiArgs": [], - "bounds": { - "left": 0, - "top": 0, - "height": 144, - "width": 800 - }, - "snippet": "<html lang=\"en\">", - "category": "Accessibility", - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Chtml%20lang%3D%5C%22en%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }], - "numExecuted": 102, + "numExecuted": 89, "ruleTime": 999, "nls": { "html_lang_valid": { @@ -2263,10 +1977,6 @@ "0": "The page should have a title that correctly identifies the subject of the page", "Pass_0": "Rule Passed" }, - "emoticons_alt_exists": { - "0": "Emoticons must have a short text alternative that describes their purpose", - "Pass_0": "Rule Passed" - }, "img_alt_background": { "0": "Background images that convey important information must have a text alternative that describes the image", "Pass_0": "Rule Passed" @@ -2368,7 +2078,7 @@ "recommendation": 0, "potentialrecommendation": 0, "manual": 0, - "pass": 101, + "pass": 88, "ignored": 1, "elements": 13, "elementsViolation": 0, diff --git a/accessibility-checker/test/baselines/JSONObjectStructureVerificationSelenium.html.json b/accessibility-checker/test/baselines/JSONObjectStructureVerificationSelenium.html.json index cc895cb58..4473baa62 100644 --- a/accessibility-checker/test/baselines/JSONObjectStructureVerificationSelenium.html.json +++ b/accessibility-checker/test/baselines/JSONObjectStructureVerificationSelenium.html.json @@ -37,10 +37,6 @@ "0": "A tabbable element should be visible on the screen when it has keyboard focus", "pass": "The tabbable element is visible on the screen" }, - "emoticons_alt_exists": { - "0": "Emoticons must have a short text alternative that describes their purpose", - "Pass_0": "Rule Passed" - }, "heading_content_exists": { "0": "Heading elements must provide descriptive text", "Pass_0": "Heading element has descriptive text" @@ -114,7 +110,7 @@ "pass": "Rule Passed" } }, - "numExecuted": 102, + "numExecuted": 89, "results": [{ "apiArgs": [], "bounds": { @@ -181,28 +177,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ctitle%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 0, - "top": 0, - "width": 0 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]", - "dom": "/html[1]/head[1]/title[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<title>", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ctitle%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -269,28 +243,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20content%3D%5C%22text%5C%22%20name%3D%5C%22Description%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 0, - "top": 0, - "width": 0 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]", - "dom": "/html[1]/head[1]/meta[2]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<meta content=\"text\" name=\"Description\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20content%3D%5C%22text%5C%22%20name%3D%5C%22Description%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -357,28 +309,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20charset%3D%5C%22utf-8%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 0, - "top": 0, - "width": 0 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]", - "dom": "/html[1]/head[1]/meta[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<meta charset=\"utf-8\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cmeta%20charset%3D%5C%22utf-8%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -445,28 +375,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Chead%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 0, - "top": 0, - "width": 0 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]", - "dom": "/html[1]/head[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<head>", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Chead%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -665,28 +573,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/heading_content_exists.html#%7B%22message%22%3A%22Heading%20element%20has%20descriptive%20text%22%2C%22snippet%22%3A%22%3Ch1%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22heading_content_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 999, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/main[1]/heading[1]", - "dom": "/html[1]/body[1]/div[2]/h1[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<h1>", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ch1%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -863,28 +749,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/main[1]", - "dom": "/html[1]/body[1]/div[2]/div[2]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<div id=\"firstDiv\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -1061,28 +925,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/main[1]", - "dom": "/html[1]/body[1]/div[2]/div[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<div id=\"firstDiv\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20id%3D%5C%22firstDiv%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -1237,28 +1079,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20name%3D%5C%22navskip%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 0, - "left": 999, - "top": 999, - "width": 0 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/main[1]", - "dom": "/html[1]/body[1]/div[2]/a[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<a name=\"navskip\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20name%3D%5C%22navskip%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -1413,28 +1233,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22main%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 999, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/main[1]", - "dom": "/html[1]/body[1]/div[2]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<div role=\"main\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22main%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -1699,28 +1497,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20alt%3D%5C%22skip%20to%20main%20content%5C%22%20href%3D%5C%22%23navskip%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 999, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/navigation[1]/link[1]", - "dom": "/html[1]/body[1]/div[1]/a[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<a alt=\"skip to main content\" href=\"#navskip\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Ca%20alt%3D%5C%22skip%20to%20main%20content%5C%22%20href%3D%5C%22%23navskip%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -1919,28 +1695,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22navigation%5C%22%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 999, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]/navigation[1]", - "dom": "/html[1]/body[1]/div[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<div role=\"navigation\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cdiv%20role%3D%5C%22navigation%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -2183,28 +1937,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/img_alt_background.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cbody%3E%22%2C%22value%22%3A%5B%22RECOMMENDATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22img_alt_background%22%2C%22msgArgs%22%3A%5B%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 999, - "left": 999, - "top": 999, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]", - "dom": "/html[1]/body[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<body>", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Cbody%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }, { "apiArgs": [], "bounds": { @@ -2337,28 +2069,6 @@ "ignored": false, "level": "pass", "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/html_lang_exists.html#%7B%22message%22%3A%22Page%20language%20detected%20as%20%5C%22en%5C%22%22%2C%22snippet%22%3A%22%3Chtml%20lang%3D%5C%22en%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22html_lang_exists%22%2C%22msgArgs%22%3A%5B%22en%22%5D%7D" - }, { - "apiArgs": [], - "bounds": { - "height": 999, - "left": 0, - "top": 0, - "width": 999 - }, - "category": "Accessibility", - "message": "Rule Passed", - "messageArgs": [], - "path": { - "aria": "/document[1]", - "dom": "/html[1]" - }, - "reasonId": "Pass_0", - "ruleId": "emoticons_alt_exists", - "snippet": "<html lang=\"en\">", - "value": ["VIOLATION", "PASS"], - "ignored": false, - "level": "pass", - "help": "https://able.ibm.com/rules/archives/preview/doc/en-US/emoticons_alt_exists.html#%7B%22message%22%3A%22Rule%20Passed%22%2C%22snippet%22%3A%22%3Chtml%20lang%3D%5C%22en%5C%22%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22PASS%22%5D%2C%22reasonId%22%3A%22Pass_0%22%2C%22ruleId%22%3A%22emoticons_alt_exists%22%2C%22msgArgs%22%3A%5B%5D%7D" }], "ruleTime": 999, "summary": { @@ -2368,7 +2078,7 @@ "recommendation": 0, "potentialrecommendation": 0, "manual": 0, - "pass": 101, + "pass": 88, "ignored": 1, "elements": 13, "elementsViolation": 0,