mirror of https://github.com/twbs/bootstrap.git
				
				
				
			As discussed in issue's comment: https://git.io/vAuPW Thanks!
This commit is contained in:
		
							parent
							
								
									9cf3ebbf2b
								
							
						
					
					
						commit
						c9b194ae21
					
				| 
						 | 
					@ -90,8 +90,8 @@ Disabled buttons using the `<a>` element behave a bit different:
 | 
				
			||||||
- 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 %}
 | 
				
			||||||
<a href="#" class="btn btn-primary btn-lg disabled" role="button" aria-disabled="true">Primary link</a>
 | 
					<a href="#" class="btn btn-primary btn-lg disabled" tabindex="-1" role="button" aria-disabled="true">Primary link</a>
 | 
				
			||||||
<a href="#" class="btn btn-secondary btn-lg disabled" role="button" aria-disabled="true">Link</a>
 | 
					<a href="#" class="btn btn-secondary btn-lg disabled" tabindex="-1" role="button" aria-disabled="true">Link</a>
 | 
				
			||||||
{% endexample %}
 | 
					{% endexample %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% callout warning %}
 | 
					{% callout warning %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue