mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
Fix JavaScript typo (#34921)
This commit is contained in:
parent
dbe0ad49ab
commit
7e1aa85fad
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ We apply additional styling to `.btn`s via `::before` to ensure the `height` is
|
|||
{{< /example >}}
|
||||
|
||||
{{< callout info >}}
|
||||
The use of `aria-hidden="true"` only indicates that the element should be hidden to screen readers. The *loading* behavior of the placeholder depends on how authors will actually use the placeholder styles, how they plan to update things, etc. Some JavasSript code may be needed to *swap* the state of the placeholder and inform AT users of the update.
|
||||
The use of `aria-hidden="true"` only indicates that the element should be hidden to screen readers. The *loading* behavior of the placeholder depends on how authors will actually use the placeholder styles, how they plan to update things, etc. Some JavaScript code may be needed to *swap* the state of the placeholder and inform AT users of the update.
|
||||
{{< /callout >}}
|
||||
|
||||
### Width
|
||||
|
|
|
|||
Loading…
Reference in a new issue