Alt or title attribute for i tag

前端 未结 5 708
清酒与你
清酒与你 2021-01-30 19:18

I use font-awesome and display their fonts like that:


This will display a nice little lock symbol. For

5条回答
  •  鱼传尺愫
    2021-01-30 20:15

    I think the role for fonts that act like images should be reserved to role="img". This can then be used with aria-label="alt-text". It works because of the ARIA Accessible Name algorithm. See: Aria Techniques Using Img Role.

提交回复
热议问题