Skip to content

Commit

Permalink
Generating static files
Browse files Browse the repository at this point in the history
  • Loading branch information
primer-css committed Feb 9, 2024
1 parent 6a3071d commit c152f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/info_arch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@
{
"fully_qualified_name": "Primer::Alpha::Banner",
"description": "Use `Banner` to highlight important information.",
"accessibility_docs": null,
"accessibility_docs": "Depending on the scenario, some Banners may need to receive focus when they appear. This helps to maximize discoverability of the message, especially in critical scenarios. Visit the [Banner's Accessibility section](https://primer.style/components/banner#accessibility) or defer to the accessibility team to determine if your scenario requires focusing the banner.\n\nTo properly focus a banner, add a `tabindex=\"-1\"` to the Banner container, and focus that container (one way is using the [`focus()` API](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus)).\n\nFor more information about the focus management technique, visit the [Accessible Banner Prototype docs](https://github.com/github/accessibility/blob/main/docs/coaching-recommendations/toast-flash-banner/accessible-banner-prototype.md#consideration). This guidance is subject to change.",
"is_form_component": false,
"is_published": true,
"requires_js": true,
Expand Down

0 comments on commit c152f78

Please sign in to comment.