Skip to content

Commit

Permalink
Update catalog.json
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Apr 18, 2024
1 parent e1cbe5c commit 40590cc
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "4/17/2024, 4:14:36 AM",
"lastUpdated": "4/18/2024, 4:13:41 AM",
"label": [
"input_tabindex_value",
"input_type_value",
Expand Down Expand Up @@ -280,7 +280,8 @@
"label_role=\"heading\"",
"li_role=\"link\"",
"aside_role=\"contentinfo\"",
"button_role=\"alert\""
"button_role=\"alert\"",
"img_role=\"graphics-symbol\""
],
"presentation-role-conflict": [
"button_role_type_i",
Expand Down Expand Up @@ -328,7 +329,8 @@
"table_thead_tr_th_th_style_th_style_tbody_tr_td_td_style_td_style",
"nav",
"code",
"div_div_div_ol"
"div_div_div_ol",
"pre_strong"
],
"aria-allowed-attr": [
"div_aria-expanded",
Expand Down Expand Up @@ -407,7 +409,8 @@
"a_aria-expanded_style",
"a_aria-controls_aria-selected_title",
"li_role=\"link\"",
"li_role=\"button\""
"li_role=\"button\"",
"p_aria-level_b"
],
"select-name": [
"select_name",
Expand All @@ -426,7 +429,8 @@
"select_name_type",
"select_tabindex",
"select_onclick",
"select_language_name"
"select_language_name",
"select_aria-disabled"
],
"aria-hidden-focus": [
"div_aria-hidden_style",
Expand Down Expand Up @@ -554,7 +558,8 @@
"svg_role",
"svg_aria-labelledby_role_xlink",
"svg_role_use_href",
"svg_aria-label_role_style"
"svg_aria-label_role_style",
"svg_ariahidden_role"
],
"form-field-multiple-labels": [
"input_type",
Expand Down

0 comments on commit 40590cc

Please sign in to comment.