FontAwesome, Bootstrap and screenreader accessibility
问题 I'm wondering about screen reader accessibility using Twitter Bootstrap framework and FontAwesome icon fonts. I'm looking at 2 different icon situations: 1) The icon has helper text that a screen reader will pick up: <a href="#" class="btn btn-default" role="button"><span class="fa fa-pencil"></span> Edit</a> 2) And a standalone icon without any helper text: <a href="#" class="btn btn-default" role="button" title="Edit"><span class="fa fa-pencil"></span></a> Ideally, in both situations, a