18:01:58 RRSAgent has joined #aria-apg 18:02:02 logging to https://www.w3.org/2023/08/29-aria-apg-irc 18:02:17 jongund has joined #aria-apg 18:02:24 RRSAgent, make logs public 18:02:37 Zakim, start the meeting 18:02:37 RRSAgent, make logs Public 18:02:39 please title this meeting ("meeting: ..."), jugglinmike 18:03:08 meeting: ARIA Authoring Practices Task Force Weekly Teleconference 18:07:20 CurtBellew has joined #aria-apg 18:09:29 Matt_King has joined #aria-apg 18:09:52 andrea_cardona_ has joined #aria-apg 18:09:54 present+ jugglinmike 18:09:56 scribe+ jugglinmike 18:10:02 Topic: Status of Site Updates 18:10:10 present+JaeunJemmaKu 18:10:21 Matt_King: We need to double-check that everything we intended to publish is on the branch 18:10:49 https://github.com/w3c/wai-aria-practices/pull/252 18:11:38 Jem: I can double-check in production, and I'll comment in that pull request 18:12:12 Matt_King: It looks like we're well on our way to getting more fixes and improvements in place for the end of September 18:13:01 Jem: So a target date of September 26 18:13:25 Topic: Pull request reviews 18:13:41 https://github.com/w3c/aria-practices/pull/2775 18:13:43 Subtopic: Move feed example inside the page 18:13:51 github: https://github.com/w3c/aria-practices/pull/2775 18:14:18 present+ andrea_cardona_ 18:14:27 andrea_cardona_: We were working on this yesterday 18:14:30 Matt_King: This looks good. It makes me wonder what we want to do with the content in the iframe 18:14:30 https://deploy-preview-248--aria-practices.netlify.app/aria/apg/patterns/feed/examples/feed/ 18:14:41 Preview is available from above url 18:15:16 Matt_King: there's a part of me that wishes that the control was not inside of the example. I'm also thinking we should get rid of all the text which is on the example page but not part of the page 18:15:31 Matt_King: And we should remove the "main" region within the iframe 18:15:52 Matt_King: I'm also wondering about the visual presentation of the example, now 18:16:14 https://deploy-preview-248--aria-practices.netlify.app/aria/apg/patterns/feed/examples/feed/ 18:16:34 [Jem shares their screen] 18:16:57 Matt_King: The control I was referring to is labeled "Select article loading delay" 18:18:12 present+ Daniel 18:18:53 Matt_King: The carousel page places a control above the example in a dedicated section titled "Example Options" 18:19:13 Matt_King: I'm wondering if we want a similar "Example Options" heading above the example in the Feed Display 18:20:22 andrea_cardona_: I think we should do that! ariellalgilmore and I can definitely add that feature in 18:21:35 Matt_King: The benefit would be that it would give us a space where we can explain the control 18:22:20 present+ 18:27:18 jugglinmike: It also more strongly delineates the APG example from the UI for modifying the example's behavior. Folks who are new to this pattern might otherwise be confused about which parts of the UI are part of Feed 18:29:20 q+ 18:31:39 jongund: Can we add the words "infinite scroll" to the title? Maybe "Infinite Scroll Feed Example" ? 18:31:45 Matt_King: That's a good idea 18:32:17 Matt_King: I think the heading "Recommended Restaurants" should be level 3 (it's currently a level 1 heading) 18:34:35 arigilmore has joined #aria-apg 18:37:32 Matt_King: I will write a new description of the "select loading delay" control after we've moved it out of the iframe 18:38:48 Jem: What is the accessibilty concern which motivates this control? 18:38:50 Matt_King: If you set that value to something exaggerated like 3 seconds, if you're scrolling by navigating by article heading, then the AT shouldn't jump out of the feed, and it should convey aria-busy 18:40:12 Matt_King: the Feed pattern is intended to be a sort of stopgap for the fact that we don't have the larger "virtualized content" issue resolved in ARIA 18:40:32 Matt_King: I think it's going to be a long time before we can take that one. Even years away 18:40:50 s/that one/that on/ 18:41:35 Jem: Microsoft has previously come up with a proposal to handle infinite scroll. I don't know if that proposal is still active 18:44:33 Topic: New Issue Action Planning 18:45:07 Subtopic: Using aria-owns with late-mounted descendants 18:45:12 https://github.com/w3c/aria-practices/issues/2771 18:45:15 github: https://github.com/w3c/aria-practices/issues/2771 18:46:32 Matt_King: It seems like the reporter is proposing that we add something to this topic to the APG, but it's not clear 18:46:55 siri has joined #aria-apg 18:47:13 https://dev.to/mpaiva/using-aria-owns-with-late-mounted-descendants-nma 18:47:38 Matt_King: There isn't a lot of support for aria-busy 18:48:26 Matt_King: aria-busy can hide content from the AT while it's true. I've seen situations where aria-busy is set to "true", it makes the page unusable 18:49:01 CurtBellew: how does aria-owns play into this? 18:49:58 siri_ has joined #aria-apg 18:50:06 Matt_King: I think a great action would be to read this article 18:50:48 Matt_King: We won't be meeting again until September 19. That's a long time to ask the reporter to wait, and they've already been waiting a while 18:52:10 jongund: the reporter seems to be conflating (a little bit) aria-selected and aria-activedescendant 18:53:34 jamesn has joined #aria-apg 18:53:51 [the group experiments with the reporter's example] 18:55:07 jongund: they may be misusing aria-busy. That attribute should be on the container element 18:55:45 rrsagent, make minutes 18:55:47 I have made the request to generate https://www.w3.org/2023/08/29-aria-apg-minutes.html jamesn 18:56:29 Matt_King: So, the first list box is under "expected flights" 18:56:54 Matt_King: As you scroll through that list, how is aria-busy used? 18:57:17 jongund: aria-busy is on each div element with the role "option" 18:57:23 Matt_King: What is the purpose of that? 18:57:28 jongund: I don't know 18:57:47 CurtBellew: JAWS is announcing as the flights are arriving 18:59:50 CurtBellew: JAWS had a hard time even finding the version embedded in the page. I had better luck when I opened it in CodePen 19:01:05 CurtBellew: I wouldn't necessarily use aria-busy for this; just a live region would be sufficient. But that makes me think that we may be missing the reporter's intention 19:02:47 siri has joined #aria-apg 19:02:56 Matt_King: I have a slightly better understanding of what's going on here. I think the article deserves some feedback, but I don't know if they were just looking for feedback or if they would like to incorporate this into APG 19:03:12 Matt_King: I think this is an important topic. We should bring it up again in the next agenda 19:03:41 Matt_King: If jongund or CurtBellew have time, please comment. I'll do the same 19:04:29 Zakim, end the meeting 19:04:29 As of this point the attendees have been jugglinmike, JaeunJemmaKu, andrea_cardona_, Daniel, CurtBellew 19:04:32 RRSAgent, please draft minutes 19:04:34 I have made the request to generate https://www.w3.org/2023/08/29-aria-apg-minutes.html Zakim 19:04:40 I am happy to have been of service, jugglinmike; please remember to excuse RRSAgent. Goodbye 19:04:40 Zakim has left #aria-apg 19:50:19 jongund has joined #aria-apg 19:51:04 jongund has joined #aria-apg 20:15:54 jongund has joined #aria-apg 20:16:20 jongund has joined #aria-apg 20:24:02 jongund has joined #aria-apg 20:25:28 jongund has joined #aria-apg 20:52:55 jongund has joined #aria-apg 21:25:21 jongund has joined #aria-apg 22:01:42 jongund has joined #aria-apg 23:13:03 jongund has joined #aria-apg 23:28:05 jongund has joined #aria-apg 23:43:40 jongund has joined #aria-apg 23:44:22 shawn has joined #aria-apg