@@ -40,7 +40,7 @@ present, nor can you use the `modal-title` slot.
4040Modals will not render their content in the document until they are shown (lazily rendered). Modals,
4141when visible, are rendered ** appended to the ` <body> ` element** . The placement of the ` <b-modal> `
4242component will not affect layout, as it always renders as a placeholder comment node (` <!----> ` ).
43- You can revert to the behaviour of previous BootstrapVue versions via the use of the
43+ You can revert to the behaviour of older BootstrapVue versions via the use of the
4444[ ` static ` prop] ( #lazy-loading-and-static-modals ) .
4545
4646## Toggle modal visibility
@@ -1021,6 +1021,11 @@ emitted.
10211021` <b-modal> ` provides several accessibility features, including auto focus, return focus, keyboard
10221022(tab) _ focus containment_ , and automated ` aria-* ` attributes.
10231023
1024+ ** Note:** The animation effect of this component is dependent on the ` prefers-reduced-motion ` media
1025+ query. See the
1026+ [ reduced motion section of our accessibility documentation] ( /docs/reference/accessibility ) for
1027+ additional details.
1028+
10241029### Modal ARIA attributes
10251030
10261031The ` aria-labelledby ` and ` aria-describedby ` attributes will appear on the modal automatically in
@@ -1035,11 +1040,11 @@ most cases.
10351040- If the ` aria-label ` prop is specified with a string value, the ` aria-labelledby ` attribute will
10361041 not be rendered, even if you have a title/header for your modal.
10371042
1038- The ` aria-label ` and ` title-sr-only ` props were added in version 2 .0.0-rc.27.
1043+ The ` aria-label ` and ` title-sr-only ` props were added in version ` v2 .0.0-rc.27` .
10391044
10401045### Auto focus on open
10411046
1042- ` <b-modal> ` will autofocus the modal container when opened.
1047+ ` <b-modal> ` will autofocus the modal _ container _ when opened.
10431048
10441049You can pre-focus an element within the ` <b-modal> ` by listening to the ` <b-modal> ` ` shown ` event,
10451050and call the element's ` focus() ` method. ` <b-modal> ` will not attempt to autofocus if an element
0 commit comments