Skip to content

Commit

Permalink
Launch Purple AI 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Sep 29, 2023
1 parent 56eb815 commit 1b21689
Show file tree
Hide file tree
Showing 26 changed files with 1,302 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Government Digital Services, Singapore
Copyright (c) 2023 greyguy21

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# purple-ai
GPT responses for Accessibility
# purple-ai-test
56 changes: 54 additions & 2 deletions catalog.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
{
"lastUpdated": "01/09/2023, 12:00:00 AM"
{
"lastUpdated": "9/29/2023, 8:07:04 AM",
"label": [
"input_tabindex_value",
"input_type_value",
"input_type",
"input_name_style"
],
"aria-required-parent": ["a_role=\"tab\""],
"aria-required-children": ["ul_role=\"tablist\""],
"landmark-unique": [
"nav",
"nav_aria-label",
"footer_onclick",
"div_aria-label_role",
"header",
"nav_style",
"main",
"nav_role",
"iframe_aria-label_name_role_style_tabindex_title"
],
"aria-allowed-role": [
"button_role=\"presentation\"",
"form_role=\"form\"",
"input_role=\"button\"",
"a_role=\"tooltip\"",
"button_role=\"heading\"",
"iframe_role=\"region\"",
"section_role=\"tablist\"",
"textarea_role=\"combobox\"",
"label_role=\"radio\"",
"section_role=\"list\"",
"li_role=\"button\"",
"input_role=\"link\""
],
"presentation-role-conflict": ["button_role_type_i"],
"scrollable-region-focusable": ["div"],
"aria-allowed-attr": ["div_aria-expanded"],
"select-name": ["select_name"],
"aria-hidden-focus": [
"div_aria-hidden_style",
"li_aria-controls_aria-hidden_aria-selected_role_button_role_tabindex_type"
],
"aria-input-field-name": ["div_role_style", "div_role"],
"aria-toggle-field-name": [
"div_aria-describedby_aria-hidden_role_style_tabindex"
],
"aria-valid-attr": ["a_aria-controls_aria-disabled_aria-role_tabindex"],
"aria-roles": [
"section_role=\"main-content\"",
"aside_role=\"right-content\"",
"fieldset_role=\"radio-group\"",
"div_role=\"pagination\""
]
}
13 changes: 13 additions & 0 deletions catalog_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"aria-hidden-focus": ["div_aria-hidden", "div_aria-hidden_data-slice-index_style_tabindex_div"],
"aria-input-field-name": ["div_class_role"],
"aria-roles": [],
"aria-toggle-field-name": [],
"aria-valid-attr-value": ["li_aria-controls_aria-selected_data-analytics-click-id_data-analytics-section_data-analytics-text_role","div_aria-labelledby_data-guide-parent-id_role"],
"aria-valid-attr": [],
"marquee": [],
"nested-interactive": ["div_role","li_aria-controls_aria-selected_class_role_data-analytics-click-id_data-analytics-text_data-analytics-section"],
"avoid-inline-spacing": [],
"aria-allowed-role": [],
"tabindex": []
}
Loading

0 comments on commit 1b21689

Please sign in to comment.