Skip to content

Commit

Permalink
Merge branch 'master' of github.com:caneveryoneusetemp/caneveryoneuse…
Browse files Browse the repository at this point in the history
…_tool
  • Loading branch information
dhanukanuwan committed Mar 17, 2024
2 parents b7ab328 + e792c88 commit 9dab136
Show file tree
Hide file tree
Showing 8 changed files with 593 additions and 115 deletions.
12 changes: 12 additions & 0 deletions src/json/antdesign.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"components": [
{
"name": "Modal",
"slug":"modal",
"Axe": {
"total_issues": 1,
"errors": [],
Expand All @@ -29,6 +30,7 @@
},
{
"name": "Dropdown",
"slug":"dropdown",
"Axe": {
"total_issues": 0,
"errors": [],
Expand All @@ -53,6 +55,7 @@
},
{
"name": "Collapse",
"slug":"collapse",
"Axe": {
"total_issues": 0,
"errors": [],
Expand All @@ -67,6 +70,7 @@
},
{
"name": "Carousel",
"slug":"carousel",
"Axe": {
"total_issues": 0,
"errors": [],
Expand All @@ -81,6 +85,7 @@
},
{
"name": "Slider",
"slug":"slider",
"Axe": {
"total_issues": 2,
"errors": [],
Expand Down Expand Up @@ -114,6 +119,7 @@
},
{
"name": "Input",
"slug":"input",
"Axe": {
"total_issues": 0,
"errors": [],
Expand All @@ -128,6 +134,7 @@
},
{
"name": "Switch",
"slug":"switch",
"Axe": {
"total_issues": 1,
"errors": [],
Expand All @@ -152,6 +159,7 @@
},
{
"name": "Table",
"slug":"table",
"Axe": {
"total_issues": 1,
"errors": [],
Expand All @@ -176,6 +184,7 @@
},
{
"name": "Tooltip",
"slug":"tooltip",
"Axe": {
"total_issues": 0,
"errors": [],
Expand All @@ -190,6 +199,7 @@
},
{
"name": "Alert",
"slug":"alert",
"Axe": {
"total_issues": 0,
"errors": [],
Expand All @@ -204,6 +214,7 @@
},
{
"name": "AutoComplete",
"slug":"autocomplete",
"Axe": {
"total_issues": 1,
"errors": [],
Expand All @@ -228,6 +239,7 @@
},
{
"name": "Form",
"slug":"form",
"Axe": {
"total_issues": 1,
"errors": [],
Expand Down
10 changes: 10 additions & 0 deletions src/json/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"components": [
{
"name": "Modal",
"slug":"modal",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -17,6 +18,7 @@
},
{
"name": "Dropdown",
"slug":"dropdown",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -29,6 +31,7 @@
},
{
"name": "Carousel",
"slug":"carousel",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -51,6 +54,7 @@
},
{
"name": "Accordion",
"slug":"accordion",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -63,6 +67,7 @@
},
{
"name": "Input",
"slug":"input",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -75,6 +80,7 @@
},
{
"name": "Switches",
"slug":"switches",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -87,6 +93,7 @@
},
{
"name": "Table",
"slug":"table",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -99,6 +106,7 @@
},
{
"name": "Tooltip",
"slug": "tooltip",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -111,6 +119,7 @@
},
{
"name": "Alert",
"slug":"alert",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -123,6 +132,7 @@
},
{
"name": "Form",
"slug":"form",
"Axe": {
"total_issues": 0,
"errors": []
Expand Down
29 changes: 20 additions & 9 deletions src/json/foundation.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"components": [
{
"name": "Modal",
"slug":"modal",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -13,6 +14,7 @@
},
{
"name": "Dropdown",
"slug":"dropdown",
"Axe": {
"total_issues": 0,
"errors": []
Expand All @@ -21,13 +23,14 @@
},
{
"name": "Accordion",
"slug":"accordion",
"Axe": {
"total_issues": 6,
"errors": [
{
"error_type": "Elements must only use supported ARIA attributes",
"description": "Not all ARIA role-attribute combinations are valid. This Rule checks that each role is supplied with allowed attributes.",
"fix": "",
"fix": "Remove the attribute aria-multiselectable",
"wcag": {
"version": "2.2",
"success_criteria": "MUST: Name, Role, Value"
Expand All @@ -36,7 +39,7 @@
{
"error_type": "Certain ARIA roles must contain particular children",
"description": "Some ARIA parent role values applied to elements must contain specific child elements and role values to perform intended accessibility function.",
"fix": "",
"fix": "Add the attribute role=menuitem on list elements",
"wcag": {
"version": "2.2",
"success_criteria": "MUST: Info and Relationships"
Expand All @@ -45,7 +48,7 @@
{
"error_type": "Certain ARIA roles must be contained by particular parents",
"description": "Certain ARIA roles must be contained by particular parent roles in order to perform the intended accessibility functions.",
"fix": "",
"fix": "Remove the role menuitem on <a> tag",
"wcag": {
"version": "2.2",
"success_criteria": "MUST: Info and Relationships"
Expand All @@ -57,6 +60,7 @@
},
{
"name": "Carousel",
"slug":"carousel",
"Axe": {
"total_issues": 2,
"errors": [
Expand Down Expand Up @@ -84,6 +88,7 @@
},
{
"name": "Slider",
"slug":"slider",
"Axe": {
"total_issues": 2,
"errors": [
Expand All @@ -110,47 +115,53 @@
"preview_link": "https://get.foundation/building-blocks/blocks/testimonial-slider-iframe.html"
},
{
"name": "input",
"name": "Input",
"slug": "input",
"Axe": {
"total_issues": 0,
"errors": []
},
"preview_link": "https://get.foundation/building-blocks/blocks/show-password-iframe.html"
},
{
"name": "switch",
"name": "Toggle/Switch",
"slug": "switch",
"Axe": {
"total_issues": 0,
"errors": []
},
"preview_link": ""
},
{
"name": "table",
"name": "Tabelle",
"slug": "table",
"Axe": {
"total_issues": 0,
"errors": []
},
"preview_link": "https://get.foundation/building-blocks/blocks/switch-toggle-all-iframe.html"
},
{
"name": "alert",
"name": "Alert / Notification",
"slug": "alert",
"Axe": {
"total_issues": 0,
"errors": []
},
"preview_link": "https://get.foundation/building-blocks/blocks/alerts-fancy-iframe.html"
},
{
"name": "form",
"name": "Form",
"slug": "form",
"Axe": {
"total_issues": 0,
"errors": []
},
"preview_link": "https://get.foundation/building-blocks/blocks/translucent-form-overlay-iframe.html"
},
{
"name": "list",
"name": "Ordered / unordered List",
"slug": "list",
"Axe": {
"total_issues": 0,
"errors": []
Expand Down
6 changes: 6 additions & 0 deletions src/json/jquery_ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"components": [
{
"name": "Dialog",
"slug": "dialog",
"Axe": {
"total_issues": 6,
"errors": [
Expand Down Expand Up @@ -36,6 +37,7 @@
},
{
"name": "Selectmenu",
"slug": "select-menu",
"Axe": {
"total_issues": 4,
"errors": [
Expand All @@ -54,6 +56,7 @@
},
{
"name": "Accordion",
"slug": "accordion",
"Axe": {
"total_issues": 2,
"errors": [
Expand All @@ -72,6 +75,7 @@
},
{
"name": "Slider",
"slug": "slider",
"Axe": {
"total_issues": 0,
"errors": [
Expand All @@ -81,6 +85,7 @@
},
{
"name": "Tooltip",
"slug": "tooltip",
"Axe": {
"total_issues": 0,
"errors": [
Expand All @@ -90,6 +95,7 @@
},
{
"name": "Autocomplete",
"slug": "autocomplete",
"Axe": {
"total_issues": 0,
"errors": [
Expand Down
Loading

0 comments on commit 9dab136

Please sign in to comment.