Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

\uD83D\uDDD3 Date

\uD83D\uDC65 Participants

\uD83E\uDD45 Goals

\uD83D\uDDE3 Discussion topics

Time

Item

Presenter

Notes

5-10 min

a11y documentation

Matthew Lepage

Discussion started on 8/9 (cont.)

TL;DR; getting a11y focused docs into the Paragon documentation website.

10 mins

dropdown item behavior (tab vs arrow key preference)


Mena Hassan

converted this PR from last week back to a draft because we realized it caused some issues re: navigating through dropdown items.

How do we want to handle keyboard navigation within the dropdown menu? When navigating with a keyboard, would we prefer to be able to use the arrow keys to flip through options or tab through all the options instead?

Notes:

  • keyboard behavior should match aria role and it is possibly arrow keys

  • edx.org search autosuggest has both

  • Jeff will follow up with Mena for a better answer later today.

5 min

dropdown behavior

Cindy Nguyen

https://github.com/openedx/paragon/pull/2547

<5 min

[Inform] New major version of Paragon 🎉

Max Frank

Breaking change in Paragon

As of v21.0.0, it will now be required to use aria-label if not using aria-labelledby for the SelectableBoxSet component.

  • Addresses an accessibility requirement

    • If you use this component in any of your applications, you will begin to see an error once the app has been updated to the latest version, or perhaps you may have been informed already by Jeff.

  • Sets up "props forwarding"

    • Any additional props passed to SelectableBoxSet will be forwarded to the wrapper element inside the component.

    • This will effectively let developers attach any attributes they desire to the component's wrapper element.

Notes:

✅ Action items

  •  

⤴ Decisions

  • No labels