What are these attributes: `aria-labelledby` and `aria-hidden`

前端 未结 5 1553
别跟我提以往
别跟我提以往 2020-12-07 10:09

Using Bootstrap modal, I\'ve seen these aria attributes a lot, but I never knew how to make use of them.

Does anyone know what cases to use these attri

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-07 10:50

    ARIA does not change functionality, it only changes the presented roles/properties to screen reader users. WebAIM’s WAVE toolbar identifies ARIA roles on the page.

提交回复
热议问题