1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Update accessibility.md

This commit is contained in:
汪磊 2017-07-22 10:50:14 +08:00 committed by Mark Otto
parent f4f63d8623
commit 3619586c16

View file

@ -32,7 +32,7 @@ Content which should be visually hidden, but remain accessible to assistive tech
{% highlight html %}
<p class="text-danger">
<span class=".sr-only">Danger: </span>
<span class="sr-only">Danger: </span>
This action is not reversible
</p>
{% endhighlight %}