Skip to content

Commit

Permalink
update test cases #1304
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed May 11, 2023
1 parent 0aa61e1 commit 028b405
Show file tree
Hide file tree
Showing 17 changed files with 83 additions and 156 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion accessibility-checker-engine/src/v4/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export * from "./heading_content_exists"
export * from "./heading_markup_misuse"
export * from "./html_lang_exists"
export * from "./html_skipnav_exists"
export * from "./IBMA_Color_Contrast_WCAG2AA_PV"
export * from "./iframe_interactive_tabbable"
export * from "./imagebutton_alt_exists"
export * from "./imagemap_alt_exists"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ <h2 role="heading" aria-label="h2_El" id="h2_El2" aria-level="1"> Heading level
"category": "Accessibility"
},
{
"ruleId": "aria_attribute_allowed",
"ruleId": "aria_attribute_valid",
"value": [
"INFORMATION",
"FAIL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
</div>
<script type="text/javascript">
UnitTest = {
ruleIds: ["aria_semantics_role", "aria_attribute_allowed"],
ruleIds: ["aria_role_valid", "aria_attribute_valid"],
results: [
{
"ruleId": "aria_attribute_allowed",
"ruleId": "aria_attribute_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -71,7 +71,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -90,7 +90,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_attribute_allowed",
"ruleId": "aria_attribute_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -110,7 +110,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -129,7 +129,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -148,7 +148,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_attribute_allowed",
"ruleId": "aria_attribute_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -168,7 +168,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -187,7 +187,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_attribute_allowed",
"ruleId": "aria_attribute_valid",
"value": [
"INFORMATION",
"FAIL"
Expand All @@ -207,7 +207,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -226,7 +226,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_attribute_allowed",
"ruleId": "aria_attribute_valid",
"value": [
"INFORMATION",
"FAIL"
Expand All @@ -246,7 +246,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -265,7 +265,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"FAIL"
Expand All @@ -284,7 +284,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -303,7 +303,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"FAIL"
Expand All @@ -322,7 +322,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"PASS"
Expand All @@ -341,7 +341,7 @@
"category": "Accessibility"
},
{
"ruleId": "aria_semantics_role",
"ruleId": "aria_role_valid",
"value": [
"INFORMATION",
"FAIL"
Expand Down
Loading

0 comments on commit 028b405

Please sign in to comment.