Time | Item | Presenter | Notes |
---|
| Default icons for Collapsible (docs) | Jeff Witt | Notes: |
| a11y rules for hyperlinks (docs) | Jeff Witt | Notes |
| WGAG 2.2 finishes next month | Jeff Witt
| Focus styling We think we satisfy these requirements now, but maybe not on inline links? Currently, underline for inline links is an alpha blend.
|
| Process for merging code into Paragon? | Max Frank | After PR merge, semantic-release is called. Only fix , feat , perf triggers a release.
|
| Form.AutoSuggest | Max Frank | PR is up for Form.Autosuggest . Raccoon gang has started to take a look (🎉). Looking for additional feedback, e.g., on accessibility. |
| Dialog | Jeff Witt | https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog General advice: use semantic HTML elements where applicable (vs. aria attributes). When a dialog is opened, from screen reader POV, it should block the reading of non-dialog elements on the page (inert). Jeff does not consider this a high priority. Solutions: Current dialog focus management: Put focus on first focusable element in the dialog (usually a close icon). With the new dialog element, the entire dialog can be focusable.
[Hamzah] Is FullscreenModal an example of not putting focus on the close button, too? [Hamzah] Does this apply to Toasts?
|
| | | |