关闭图标
使用通用关闭图标来关闭模式和警报等内容。
一定要包括屏幕阅读器的文本,就像我们所做的那样aria-label
。
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
使用通用关闭图标来关闭模式和警报等内容。
一定要包括屏幕阅读器的文本,就像我们所做的那样aria-label
。
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">×</span>
</button>