16:58:11 RRSAgent has joined #aria-at 16:58:15 logging to https://www.w3.org/2024/05/22-aria-at-irc 16:58:23 rrsagent, make log public 16:58:33 Zakim, start the meeting 16:58:33 RRSAgent, make logs Public 16:58:34 please title this meeting ("meeting: ..."), jugglinmike 16:58:47 meeting: ARIA and Assistive Technologies Community Group Weekly Teleconference 16:59:09 Joe_Humbert has joined #aria-at 17:01:49 present+ jugglinmike 17:01:55 scribe+ jugglinmike 17:01:59 present+ Joe_Humbert 17:02:04 present+ IsaDC 17:02:05 murray_moss has joined #aria-at 17:02:08 present+ murray_moss 17:02:13 present+ James_Scholes 17:02:22 present+ 17:02:48 present+ howard-e 17:05:14 howard-e has joined #aria-at 17:05:33 present+ 17:06:02 Matt_King has joined #aria-at 17:06:05 present+ Matt_King 17:06:10 present+ 17:07:06 Topic: Review agenda and next meeting dates 17:07:15 Matt_King: Requests for changes to agenda? 17:07:25 Matt_King: Hearing none, we'll move forward as proposed 17:07:35 Matt_King: No meeting Thursday May 30 17:07:47 Matt_King: Next community group meeting: Wednesday June 5 17:08:01 Matt_King: Next AT Driver Subgroup meeting: Monday June 10 17:09:11 jugglinmike: Confirming that the next BTT working group meeting is scheduled for Wednesday, June 12 17:09:20 Topic: Current status 17:09:31 Matt_King: 5 plans in candidate review: alert, command button, link, toggle button, radio group 17:09:48 Matt_King: Still prodding people for review and feedback 17:09:56 Matt_King: Goal: 6 recommended plans by June 30 17:10:03 Matt_King: 1 plan in draft review: Modal dialog 17:10:13 Matt_King: Next up: action menu button. 17:10:40 Matt_King: The APG task force made a pretty significant change to the menu button examples. Previously, they did not have "aria-expanded" set to "false" when the menu was closed 17:11:00 Matt_King: the task force revised its prior guidance and now has "aria-expanded" on it at all times 17:11:16 Matt_King: I'm wondering if IsaDC can get the code of the latest example updated to use the latest APG code 17:11:44 IsaDC: When was the change implemented? 17:12:01 Matt_King: In December or November. Definitely in the fourth quarter of 2023 17:12:18 IsaDC: This is going to be kind of really disruptive 17:13:09 Matt_King: It changes two things. We need to change the code that's used in the test case for menu button. I hope that's still a pretty light lift. It also changes the assertions which are applicable--it will add a third assertion to the existing two ("The state of 'collapsed' is conveyed") 17:13:30 James_Scholes: Would it be easier to update the code in-place rather than change the entire example 17:13:56 Matt_King: I'll leave it to you to make that decision 17:14:15 Matt_King: This applies to all three menu button examples. The one that is currently refactored is the "element.focus" 17:14:57 Matt_King: I think the intent was to do "active descendant". It would actually be preferable to do "active descendant" first 17:15:35 James_Scholes: has the script that pulls in the examples been updated to reflect the new directory structure in APG? 17:15:47 James_Scholes: I ask because this is something we haven't done in a long time 17:16:07 IsaDC: I was talking about make-v2 17:16:19 IsaDC: That script picked the wrong directory 17:16:44 Matt_King: It shouldn't be doing a fuzzy match on the directory name; it should be doing an exact match 17:17:45 IsaDC: I may have used the script incorrectly 17:20:15 James_Scholes: This script was authored by Bocoup 17:20:22 Matt_King: If it isn't working, please raise an issue so Bocoup can assist 17:21:17 howard-e: I just verified the problem. I will file the issue, and Bocoup can take it from there 17:26:49 James_Scholes: This entails a lot of work 17:27:05 Matt_King: We can move it down the calendar and move up the "color viewer slider" 17:27:34 James_Scholes: I can begin work on this issue, but I don't expect to complete it by next week 17:27:51 Matt_King: I'll update the plan 17:28:11 James_Scholes: When we do modify the menu button examples, should I modify all three or just the ones we're intending to refactor? 17:28:30 Matt_King: We should modify all three 17:29:35 James_Scholes: I'd like to make the reference changes in a pull request and someone else could refactor the tests 17:30:16 Topic: NVDA Bot response collection issue 17:30:51 Matt_King: It appears that the response-collection system is still returning data that appears to be coming from the old version of NVDA 17:31:24 howard-e: Corey at Bocoup has already replied to both issues listed on the agenda, and they are continuing to investigate 17:33:19 IsaDC: Some of the results were wrong, as well 17:33:43 Joe_Humbert: I noticed that some of the responses were inaccurate, as well 17:35:04 Joe_Humbert: I corrected those responses myself 17:36:13 Joe_Humbert: should I input the AT response for every command in the sequence, or for just the final command in the sequence? 17:36:35 Joe_Humbert: I noticed that the bot records AT responses for every command in the sequence 17:36:55 Matt_King: Yeah, it's expected that the bot is going to do that 17:38:38 Matt_King: IsaDC, I think we should take Joe_Humbert's approach for now, so that we're not blocked by issues with the bot. That means manually inputting the correct AT responses 17:39:16 Topic: Check in on dialog testing 17:39:32 Matt_King: We have two tests with conflicting VoiceOver results 17:39:40 Matt_King: First, on test number 6 17:39:45 Matt_King: This is issue 1071 17:40:07 Subtopic: Issue 1071 17:40:12 github: https://github.com/w3c/aria-at/issues/1071 17:41:11 IsaDC: We close the dialog, and VoiceOver exhibits the same issue we saw with Link 17:41:28 IsaDC: the cursor is not at the bottom of the "main" landmark 17:41:45 Joe_Humbert: I feel it's valid to say "main" because you are traveling back into the main landmark 17:42:00 Joe_Humbert: That's why I put "no unexpected behaviors" 17:42:24 Matt_King: It is a tiny bit overly verbose to me, but I understand why it's acceptable 17:42:56 Matt_King: every screen reader is a little different in when they announce whenever you jump over a landmark boundary 17:43:21 Joes_Humbert: we could treat this as present but not a problem, or we could interpret it as "overly verbose" (like we did with Link) 17:43:37 Matt_King: Based on Joe_Humbert's logic, it doesn't seem invalid 17:44:00 murray_moss: It sounds verbose to me, but not incorrect. I also recognize that the additional verbosity can be helpful for students 17:44:16 Matt_King: as long as excess verbosity is not problematic, then we don't classify it as a problem 17:44:27 Matt_King: I think in this case, we probably don't want to do that 17:44:57 IsaDC: I think it's unnecessary, but I can change my results to match Joe_Humbert's 17:45:07 s/Joes_Humbert/Joe_Humbert/ 17:45:37 Matt_King: The difference between "annoying" and plain "wrong" crosses an editorial line for us here 17:46:10 Matt_King: Let's go with IsaDC changing her results 17:46:25 subtopic: Issue 1072 17:46:27 github: https://github.com/w3c/aria-at/issues/1072 17:47:05 IsaDC: The sequence number we get from the app when raising an issue is wrong 17:47:14 Matt_King: So we have a bug in our issue-raising button 17:47:32 howard-e: I can log that bug. I have a theory for what's going wrong, as well 17:48:31 Matt_King: So it's not test number 14. It's the test for going to the top of the dialog 17:48:37 IsaDC: It's actually test number 5 17:48:44 Matt_King: I'll edit the title of the issue 17:49:14 IsaDC: VoiceOver's cursor's doesn't move to the top of the dialog 17:49:27 IsaDC: If I remember correctly, it stays at the "add" button 17:49:40 Joe_Humbert: That matches my experience 17:50:24 IsaDC: I reported the "additional undesirable behavior" of "other" 17:50:40 Matt_King: I think that's the right thing to do here because it's essentially the lack of a desirable behavior 17:50:50 Joe_Humbert: I didn't know how to report it 17:51:16 Joe_Humbert: This would effect test number 6 as well because it's a similar result 17:51:27 Matt_King: Do we have the right command? 17:51:31 IsaDC: Yes, we do 17:51:48 Joe_Humbert: Yes. I checked because it seemed as though it wasn't doing anything 17:52:20 Matt_King: I think IsaDC's result is correct: this is a severe interoperability problem, and we should report it as a side-effect 17:56:59 Matt_King: I almost think we should modify the test to more precisely verify this 17:57:45 Matt_King: I don't want to put a failure in front of Apple if that failure is just a result of a dependency on a different bug 17:58:37 murray_moss: Are folks using an extended keyboard that has a "home" key? 17:58:53 Joe_Humbert: I plug in an external keyboard that has a physical "Home" key 17:59:28 murray_moss: I tried to do this with a non-extended keyboarding using "Fn" and "Left Arrow", and I got the command to work 17:59:52 murray_moss: I'm using 14.5 18:00:04 Joe_Humbert: I was on 14.4.1 18:01:53 Topic: VoiceOver bot status 18:02:04 jugglinmike: VoiceOver support is available on the staging server 18:02:13 jugglinmike: It's using macOS version 13 18:02:29 Matt_King: That's somewhat old; I wonder if we can update it 18:02:35 jugglinmike: We can look into that 18:02:54 Zakim, end the meeting 18:02:55 As of this point the attendees have been jugglinmike, Joe_Humbert, IsaDC, murray_moss, James_Scholes, howard-e, Matt_King 18:02:56 RRSAgent, please draft minutes 18:02:57 I have made the request to generate https://www.w3.org/2024/05/22-aria-at-minutes.html Zakim 18:03:04 I am happy to have been of service, jugglinmike; please remember to excuse RRSAgent. Goodbye 18:03:04 Zakim has left #aria-at 18:03:07 RRSAgent, leave 18:03:07 I see no action items