Skip to content

Commit ed77e32

Browse files
Update aria-description vo_macos/safari test: next_focusable_item result pass (#365)
* Initial plan * Update vo_macos/safari aria-description test: next_focusable_item result pass, update versions Co-authored-by: mfairchild365 <498678+mfairchild365@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mfairchild365 <498678+mfairchild365@users.noreply.github.com>
1 parent dfd538c commit ed77e32

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

data/tests/tech/aria/aria-description.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -574,13 +574,13 @@
574574
"focus_location": "before target"
575575
},
576576
"after": "target",
577-
"output": "\"example label, edit text\"",
577+
"output": "\"Example label error: 41, edit text\"",
578578
"results": [
579579
{
580580
"feature_id": "aria/aria-description_attribute",
581581
"feature_assertion_id": "contribute_to_description",
582582
"applied_to": "html/input(type-text)_element",
583-
"result": "fail"
583+
"result": "pass"
584584
}
585585
]
586586
},
@@ -690,6 +690,10 @@
690690
"wsr": {}
691691
},
692692
"history": [
693+
{
694+
"date": "2026-02-28",
695+
"message": "Updated vo_macos/safari results: aria-description is now conveyed for input[aria-description] with next_focusable_item command (result changed from fail to pass); updated at_version to 15.7.3, browser_version to 26.2, and os_version to 15.7.3"
696+
},
693697
{
694698
"date": "2026-02-27",
695699
"message": "Updated vo_ios/ios_saf results: aria-description is now conveyed for input[aria-description] and span[aria-description] with next_item command; updated at_version and browser_version to 18.7.3"
@@ -781,10 +785,10 @@
781785
"vo_macos": {
782786
"browsers": {
783787
"safari": {
784-
"at_version": "13.5",
785-
"browser_version": "16.6",
786-
"os_version": "13.5",
787-
"date": "2023-07-26"
788+
"at_version": "15.7.3",
789+
"browser_version": "26.2",
790+
"os_version": "15.7.3",
791+
"date": "2026-02-28"
788792
}
789793
}
790794
},

0 commit comments

Comments
 (0)