mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Fix apparent typo in b8ff763d6232d4a61858739b43f509366ffd1500
[ci skip]
This commit is contained in:
parent
ba4d52ef29
commit
1d14d5c404
@ -119,7 +119,7 @@ Make buttons look inactive by adding the `disabled` boolean attribute to any `<b
|
|||||||
Disabled buttons using the `<a>` element behave a bit different:
|
Disabled buttons using the `<a>` element behave a bit different:
|
||||||
|
|
||||||
- `<a>`s don't support the `disabled` attribute, so you must add the `.disabled` class to make it visually appear disabled.
|
- `<a>`s don't support the `disabled` attribute, so you must add the `.disabled` class to make it visually appear disabled.
|
||||||
- Some future-friendly styles are included to disable all `pointer-events` on anchor buttons. For browsers that support that proper, you won't see the disabled cursor at all.
|
- Some future-friendly styles are included to disable all `pointer-events` on anchor buttons. In browsers which support that property, you won't see the disabled cursor at all.
|
||||||
- Disabled buttons should include the `aria-disabled="true"` attribute to indicate the state of the element to assistive technologies.
|
- Disabled buttons should include the `aria-disabled="true"` attribute to indicate the state of the element to assistive technologies.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user